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

/freebsd-10-stable/sbin/ipfw/
H A Dipfw2.c742 cmd->o.len |= i + 1; /* leave F_NOT and F_OR untouched */
1359 if ((cmd->len & F_OR) || (cmd->len & F_NOT))
1410 if ((cmd->len & F_OR) && !or_block)
1425 if ((cmd->len & F_OR) && !or_block)
1438 if ((cmd->len & F_OR) && !or_block)
1451 if ((cmd->len & F_OR) && !or_block)
1472 if ((cmd->len & F_OR) && !or_block)
1483 if ((cmd->len & F_OR) && !or_block)
1505 if (!(cmd->len & (F_OR|F_NOT)))
1513 if ((cmd->len & F_OR)
[all...]
/freebsd-10-stable/sys/netinet/
H A Dip_fw.h257 * F_OR is used to build or blocks. By default, instructions
259 * { X or Y or Z } contains F_OR set in all but the last
272 #define F_OR 0x40 macro
/freebsd-10-stable/sys/netpfil/ipfw/
H A Dip_fw2.c1313 * F_OR bit set in all but the last instruction.
1316 * past the one with the F_OR bit clear.
1319 if ((cmd->len & F_OR) == 0)
1330 * logic to deal with F_NOT and F_OR flags associated
2509 if (cmd->len & F_OR)
2512 if (!(cmd->len & F_OR)) /* not an OR block, */
/freebsd-10-stable/sys/netinet/libalias/
H A Dalias_db.c2665 cmd->len = ((cmd->len | flags) & (F_NOT | F_OR)) | (size & F_LEN_MASK);

Completed in 117 milliseconds