Searched refs:IS2292 (Results 1 – 1 of 1) sorted by relevance
/netbsd/sys/netinet6/ |
H A D | ip6_input.c | 1071 #define IS2292(x, y) ((inp->inp_flags & IN6P_RFC2292) ? (x) : (y)) in ip6_savecontrol() macro 1073 #define IS2292(x, y) (y) in ip6_savecontrol() macro 1093 IS2292(IPV6_2292PKTINFO, IPV6_PKTINFO), IPPROTO_IPV6); in ip6_savecontrol() 1102 IS2292(IPV6_2292HOPLIMIT, IPV6_HOPLIMIT), IPPROTO_IPV6); in ip6_savecontrol() 1164 IS2292(IPV6_2292HOPOPTS, IPV6_HOPOPTS), in ip6_savecontrol() 1226 IS2292(IPV6_2292DSTOPTS, IPV6_DSTOPTS), in ip6_savecontrol() 1237 IS2292(IPV6_2292RTHDR, IPV6_RTHDR), in ip6_savecontrol() 1270 #undef IS2292
|