Searched defs:OPTBIT (Results 1 – 3 of 3) sorted by relevance
1320 #define OPTBIT(bit) (inpflags & bit ? 1 : 0) in ip_ctloutput() macro
671 #define OPTBIT( uipc_ctloutput() macro
1417 #define OPTBIT(bit) (inp->inp_flags & (bit) ? 1 : 0) in ip6_ctloutput() macro