Searched refs:IPV6_RTHDR (Results 1 - 7 of 7) sorted by relevance

/freebsd-10.3-release/lib/libc/net/
H A Drthdr.c80 ch->cmsg_type = IPV6_RTHDR;
/freebsd-10.3-release/sys/netinet6/
H A Dip6_output.c1641 case IPV6_RTHDR:
1914 case IPV6_RTHDR:
2158 case IPV6_RTHDR:
2253 if (optname == -1 || optname == IPV6_RTHDR) {
2456 case IPV6_RTHDR:
2722 case IPV6_RTHDR:
2728 ip6_clearpktopts(opt, IPV6_RTHDR);
2754 ip6_clearpktopts(opt, IPV6_RTHDR);
H A Din6.h465 #define IPV6_RTHDR 51 /* ip6_rthdr; send routing header */ macro
H A Dip6_input.c1556 IS2292(in6p, IPV6_2292RTHDR, IPV6_RTHDR),
/freebsd-10.3-release/sbin/ping6/
H A Dping6.c835 if (setsockopt(s, IPPROTO_IPV6, IPV6_RTHDR, &opton,
837 err(1, "setsockopt(IPV6_RTHDR)");
903 scmsgp->cmsg_type = IPV6_RTHDR;
978 setsockopt(dummy, IPPROTO_IPV6, IPV6_RTHDR,
980 err(1, "UDP setsockopt(IPV6_RTHDR)");
1773 case IPV6_RTHDR:
/freebsd-10.3-release/usr.sbin/traceroute6/
H A Dtraceroute6.c753 if (setsockopt(sndsock, IPPROTO_IPV6, IPV6_RTHDR,
755 fprintf(stderr, "setsockopt(IPV6_RTHDR): %s\n",
/freebsd-10.3-release/contrib/telnet/telnet/
H A Dcommands.c2912 *optp = IPV6_RTHDR;

Completed in 204 milliseconds