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

/macosx-10.5.8/xnu-1228.15.4/bsd/netinet/
H A Dip_fw2.h186 * F_OR is used to build or blocks. By default, instructions
188 * { X or Y or Z } contains F_OR set in all but the last
201 #define F_OR 0x40 macro
H A Dip_fw2.c1665 * F_OR bit set in all but the last instruction.
1668 * past the one with the F_OR bit clear.
1671 if ((cmd->len & F_OR) == 0)
1682 * logic to deal with F_NOT and F_OR flags associated
2172 if (cmd->len & F_OR)
2175 if (!(cmd->len & F_OR)) /* not an OR block, */
H A Dip_fw2_compat.c888 cmd->len = ((cmd->len) & (F_NOT | F_OR)) | 1;
1706 ports->o.len |= j+1; /* leave F_NOT and F_OR untouched */
1780 ports->o.len |= j+1; /* leave F_NOT and F_OR untouched */

Completed in 81 milliseconds