Home
last modified time | relevance | path

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

/freebsd/sys/netinet6/
H A Dip6_output.c1887 case IPV6_RTHDRDSTOPTS: in ip6_ctloutput()
2197 case IPV6_RTHDRDSTOPTS: in ip6_ctloutput()
2460 case IPV6_RTHDRDSTOPTS: in ip6_getpcbopt()
2540 if (optname == -1 || optname == IPV6_RTHDRDSTOPTS) { in ip6_clearpktopts()
2759 case IPV6_RTHDRDSTOPTS: in ip6_setpktopt()
2972 case IPV6_RTHDRDSTOPTS: in ip6_setpktopt()
3019 case IPV6_RTHDRDSTOPTS: in ip6_setpktopt()
H A Din6.h444 #define IPV6_RTHDRDSTOPTS 35 /* ip6_dest; send dst option before rthdr */ macro
/freebsd/lib/libsysdecode/
H A Dflags.c1104 X(IPV6_PATHMTU) X(IPV6_RTHDRDSTOPTS) X(IPV6_USE_MIN_MTU)
/freebsd/sbin/ping/
H A Dping6.c1841 #ifdef IPV6_RTHDRDSTOPTS in pr_exthdrs()
1842 case IPV6_RTHDRDSTOPTS: in pr_exthdrs()
/freebsd/sys/compat/linux/
H A Dlinux_socket.c352 return (IPV6_RTHDRDSTOPTS); in linux_to_bsd_ip6_sockopt()