Home
last modified time | relevance | path

Searched refs:IPV6_RTHDR_LOOSE (Results 1 – 5 of 5) sorted by relevance

/NextBSD/lib/libc/net/
HDrthdr.c108 if (flags != IPV6_RTHDR_LOOSE && flags != IPV6_RTHDR_STRICT) in inet6_rthdr_add()
121 if (flags != IPV6_RTHDR_LOOSE) in inet6_rthdr_add()
151 if (flags != IPV6_RTHDR_LOOSE && flags != IPV6_RTHDR_STRICT) in inet6_rthdr_lasthop()
164 if (flags != IPV6_RTHDR_LOOSE) in inet6_rthdr_lasthop()
260 return IPV6_RTHDR_LOOSE; in inet6_rthdr_getflags()
262 return IPV6_RTHDR_LOOSE; in inet6_rthdr_getflags()
/NextBSD/sys/netinet6/
HDin6.h508 #define IPV6_RTHDR_LOOSE 0 /* this hop need not be a neighbor. XXX old spec */ macro
/NextBSD/usr.sbin/traceroute6/
HDtraceroute6.c469 IPV6_RTHDR_LOOSE);
762 inet6_rthdr_lasthop(cmsg, IPV6_RTHDR_LOOSE);
/NextBSD/crypto/heimdal/appl/telnet/telnet/
HDcommands.c2630 IPV6_RTHDR_LOOSE); in sourceroute()
2666 inet6_rthdr_lasthop(cmsg, IPV6_RTHDR_LOOSE); in sourceroute()
/NextBSD/sbin/ping6/
HDping6.c939 IPV6_RTHDR_LOOSE)) in main()
946 if (inet6_rthdr_lasthop(scmsgp, IPV6_RTHDR_LOOSE)) in main()