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

/freebsd-10.0-release/lib/libc/net/
H A Drthdr.c80 ch->cmsg_type = IPV6_RTHDR;
/freebsd-10.0-release/sys/netinet6/
H A Dip6_output.c1807 case IPV6_RTHDR:
2080 case IPV6_RTHDR:
2324 case IPV6_RTHDR:
2419 if (optname == -1 || optname == IPV6_RTHDR) {
2622 case IPV6_RTHDR:
2888 case IPV6_RTHDR:
2894 ip6_clearpktopts(opt, IPV6_RTHDR);
2920 ip6_clearpktopts(opt, IPV6_RTHDR);
H A Din6.h465 #define IPV6_RTHDR 51 /* ip6_rthdr; send routing header */ macro
H A Dip6_input.c1572 IS2292(in6p, IPV6_2292RTHDR, IPV6_RTHDR),
/freebsd-10.0-release/sbin/ping6/
H A Dping6.c842 if (setsockopt(s, IPPROTO_IPV6, IPV6_RTHDR, &opton,
844 err(1, "setsockopt(IPV6_RTHDR)");
910 scmsgp->cmsg_type = IPV6_RTHDR;
986 setsockopt(dummy, IPPROTO_IPV6, IPV6_RTHDR,
988 err(1, "UDP setsockopt(IPV6_RTHDR)");
1804 case IPV6_RTHDR:
/freebsd-10.0-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.0-release/contrib/telnet/telnet/
H A Dcommands.c2911 *optp = IPV6_RTHDR;

Completed in 101 milliseconds