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

/freebsd-11-stable/lib/libc/net/
H A Drthdr.c107 if (flags != IPV6_RTHDR_LOOSE && flags != IPV6_RTHDR_STRICT)
120 if (flags != IPV6_RTHDR_LOOSE)
150 if (flags != IPV6_RTHDR_LOOSE && flags != IPV6_RTHDR_STRICT)
163 if (flags != IPV6_RTHDR_LOOSE)
259 return IPV6_RTHDR_LOOSE;
261 return IPV6_RTHDR_LOOSE;
/freebsd-11-stable/sys/netinet6/
H A Din6.h510 #define IPV6_RTHDR_LOOSE 0 /* this hop need not be a neighbor. XXX old spec */ macro
/freebsd-11-stable/usr.sbin/traceroute6/
H A Dtraceroute6.c461 IPV6_RTHDR_LOOSE); local
776 inet6_rthdr_lasthop(cmsg, IPV6_RTHDR_LOOSE);
/freebsd-11-stable/crypto/heimdal/appl/telnet/telnet/
H A Dcommands.c2639 IPV6_RTHDR_LOOSE);
2675 inet6_rthdr_lasthop(cmsg, IPV6_RTHDR_LOOSE);
/freebsd-11-stable/sbin/ping6/
H A Dping6.c939 IPV6_RTHDR_LOOSE))
946 if (inet6_rthdr_lasthop(scmsgp, IPV6_RTHDR_LOOSE))

Completed in 135 milliseconds