Home
last modified time | relevance | path

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

/freebsd-13-stable/sys/netinet6/
HDip6_output.c2060 case IPV6_RTHDRDSTOPTS: in ip6_ctloutput()
2378 case IPV6_RTHDRDSTOPTS: in ip6_ctloutput()
2641 case IPV6_RTHDRDSTOPTS: in ip6_getpcbopt()
2715 if (optname == -1 || optname == IPV6_RTHDRDSTOPTS) { in ip6_clearpktopts()
2928 case IPV6_RTHDRDSTOPTS: in ip6_setpktopt()
3138 case IPV6_RTHDRDSTOPTS: in ip6_setpktopt()
3185 case IPV6_RTHDRDSTOPTS: in ip6_setpktopt()
HDin6.h440 #define IPV6_RTHDRDSTOPTS 35 /* ip6_dest; send dst option before rthdr */ macro
/freebsd-13-stable/lib/libsysdecode/
HDflags.c1096 X(IPV6_PATHMTU) X(IPV6_RTHDRDSTOPTS) X(IPV6_USE_MIN_MTU)
/freebsd-13-stable/sbin/ping/
HDping6.c1898 #ifdef IPV6_RTHDRDSTOPTS in pr_exthdrs()
1899 case IPV6_RTHDRDSTOPTS: in pr_exthdrs()
/freebsd-13-stable/sys/compat/linux/
HDlinux_socket.c339 return (IPV6_RTHDRDSTOPTS); in linux_to_bsd_ip6_sockopt()