Searched defs:OPTBIT2 (Results 1 – 2 of 2) sorted by relevance
1438 #define OPTBIT2(bit) (inp->inp_flags2 & bit ? 1 : 0) in ip_ctloutput() macro
1773 #define OPTBIT2(bit) (inp->inp_flags2 & (bit) ? 1 : 0) in ip6_ctloutput() macro