Home
last modified time | relevance | path

Searched refs:IPV6_2292DSTOPTS (Results 1 – 6 of 6) sorted by relevance

/freebsd/lib/libc/net/
H A Dip6opt.c49 #ifndef IPV6_2292DSTOPTS
50 #define IPV6_2292DSTOPTS 23 macro
56 ((x) == IPV6_DSTOPTS || (x) == IPV6_2292DSTOPTS)
/freebsd/sys/netinet6/
H A Dip6_output.c1838 case IPV6_2292DSTOPTS: in ip6_ctloutput()
1869 case IPV6_2292DSTOPTS: in ip6_ctloutput()
2172 case IPV6_2292DSTOPTS: in ip6_ctloutput()
2186 case IPV6_2292DSTOPTS: in ip6_ctloutput()
2746 case IPV6_2292DSTOPTS: in ip6_setpktopt()
2970 case IPV6_2292DSTOPTS: in ip6_setpktopt()
3001 case IPV6_2292DSTOPTS: in ip6_setpktopt()
H A Din6.h422 #define IPV6_2292DSTOPTS 23 /* bool; destinaion option */ macro
H A Dip6_input.c1431 IS2292(inp, IPV6_2292DSTOPTS, IPV6_DSTOPTS), in ip6_savecontrol()
/freebsd/lib/libsysdecode/
H A Dflags.c1099 X(IPV6_2292DSTOPTS) X(IPV6_2292RTHDR) X(IPV6_2292NEXTHOP)
/freebsd/sys/compat/linux/
H A Dlinux_socket.c293 return (IPV6_2292DSTOPTS); in linux_to_bsd_ip6_sockopt()