Home
last modified time | relevance | path

Searched refs:IPV6_DSTOPTS (Results 1 – 7 of 7) sorted by relevance

/freebsd/sys/netinet6/
H A Dip6_output.c1886 case IPV6_DSTOPTS: in ip6_ctloutput()
2196 case IPV6_DSTOPTS: in ip6_ctloutput()
2463 case IPV6_DSTOPTS: in ip6_getpcbopt()
2556 if (optname == -1 || optname == IPV6_DSTOPTS) { in ip6_clearpktopts()
2758 case IPV6_DSTOPTS: in ip6_setpktopt()
2971 case IPV6_DSTOPTS: in ip6_setpktopt()
3022 case IPV6_DSTOPTS: in ip6_setpktopt()
H A Din6.h470 #define IPV6_DSTOPTS 50 /* ip6_dest; send dst option befor rthdr */ macro
H A Dip6_input.c1431 IS2292(inp, IPV6_2292DSTOPTS, IPV6_DSTOPTS), in ip6_savecontrol()
/freebsd/lib/libc/net/
H A Dip6opt.c56 ((x) == IPV6_DSTOPTS || (x) == IPV6_2292DSTOPTS)
/freebsd/lib/libsysdecode/
H A Dflags.c1101 X(IPV6_DSTOPTS) X(IPV6_RTHDR) X(IPV6_NEXTHOP)
/freebsd/sbin/ping/
H A Dping6.c724 if (setsockopt(srecv, IPPROTO_IPV6, IPV6_DSTOPTS, &opton, in ping6()
1840 case IPV6_DSTOPTS: in pr_exthdrs()
/freebsd/sys/compat/linux/
H A Dlinux_socket.c364 return (IPV6_DSTOPTS); in linux_to_bsd_ip6_sockopt()