OPTBIT           1432 netinet/ip_output.c #define	OPTBIT(bit)	(inp->inp_flags & bit ? 1 : 0)
OPTBIT           1352 netinet6/ip6_output.c #define OPTBIT(bit) (inp->inp_flags & (bit) ? 1 : 0)