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