Searched defs:OPTBIT (Results 1 – 2 of 2) sorted by relevance
1437 #define OPTBIT(bit) (inp->inp_flags & bit ? 1 : 0) in ip_ctloutput() macro
1760 #define OPTBIT(bit) (inp->inp_flags & (bit) ? 1 : 0) in ip6_ctloutput() macro