Searched defs:rt6 (Results 1 - 1 of 1) sorted by relevance

/external/ppp/pppd/
H A Dsys-linux.c2460 struct in6_rtmsg rt6; local
2486 memset(&rt6, 0, sizeof(rt6));
2487 IN6_LLADDR_FROM_EUI64(rt6.rtmsg_dst, his_eui64);
2488 rt6.rtmsg_flags = RTF_UP;
2489 rt6.rtmsg_dst_len = 10;
2490 rt6.rtmsg_ifindex = ifr.ifr_ifindex;
2491 rt6.rtmsg_metric = 1;
2493 if (ioctl(sock6_fd, SIOCADDRT, &rt6) < 0) {

Completed in 137 milliseconds