Home | History | Annotate | Download | only in pppd

Lines Matching refs:rt6

2525     struct in6_rtmsg rt6;
2551 memset(&rt6, 0, sizeof(rt6));
2552 IN6_LLADDR_FROM_EUI64(rt6.rtmsg_dst, his_eui64);
2553 rt6.rtmsg_flags = RTF_UP;
2554 rt6.rtmsg_dst_len = 10;
2555 rt6.rtmsg_ifindex = ifr.ifr_ifindex;
2556 rt6.rtmsg_metric = 1;
2558 if (ioctl(sock6_fd, SIOCADDRT, &rt6) < 0) {