Searched refs:F_OR (Results 1 - 3 of 3) sorted by relevance

/darwin-on-arm/xnu/bsd/netinet/
H A Dip_fw2.h213 * F_OR is used to build or blocks. By default, instructions
215 * { X or Y or Z } contains F_OR set in all but the last
228 #define F_OR 0x40 macro
H A Dip_fw2.c2167 * F_OR bit set in all but the last instruction.
2170 * past the one with the F_OR bit clear.
2173 if ((cmd->len & F_OR) == 0)
2184 * logic to deal with F_NOT and F_OR flags associated
2676 if (cmd->len & F_OR)
2679 if (!(cmd->len & F_OR)) /* not an OR block, */
H A Dip_fw2_compat.c792 cmd->len = ((cmd->len) & (F_NOT | F_OR)) | 1;
2172 ports->o.len |= j+1; /* leave F_NOT and F_OR untouched */
2246 ports->o.len |= j+1; /* leave F_NOT and F_OR untouched */
2715 ports->o.len |= j+1; /* leave F_NOT and F_OR untouched */
2789 ports->o.len |= j+1; /* leave F_NOT and F_OR untouched */

Completed in 37 milliseconds