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.c2035 case IPV6_RTHDRDSTOPTS: in ip6_ctloutput()
2349 case IPV6_RTHDRDSTOPTS: in ip6_ctloutput()
2617 case IPV6_RTHDRDSTOPTS: in ip6_getpcbopt()
2697 if (optname == -1 || optname == IPV6_RTHDRDSTOPTS) { in ip6_clearpktopts()
2916 case IPV6_RTHDRDSTOPTS: in ip6_setpktopt()
3129 case IPV6_RTHDRDSTOPTS: in ip6_setpktopt()
3176 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.c1095 X(IPV6_PATHMTU) X(IPV6_RTHDRDSTOPTS) X(IPV6_USE_MIN_MTU)
/freebsd/sbin/ping/
H A Dping6.c1839 #ifdef IPV6_RTHDRDSTOPTS in pr_exthdrs()
1840 case IPV6_RTHDRDSTOPTS: in pr_exthdrs()
/freebsd/sys/compat/linux/
H A Dlinux_socket.c350 return (IPV6_RTHDRDSTOPTS); in linux_to_bsd_ip6_sockopt()