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

/macosx-10.5.8/xnu-1228.15.4/bsd/netinet/
H A Dip_fw2_compat.c440 printf("%s ", cmd->o.len & F_NOT ? " not": "");
608 if (cmd->len & F_NOT)
663 if (cmd->len & F_NOT)
673 if (cmd->len & F_NOT && cmd->opcode != O_IN)
681 printf(cmd->len & F_NOT ? " out" : " O_IN");
888 cmd->len = ((cmd->len) & (F_NOT | F_OR)) | 1;
942 if (cmd->len & F_NOT) {
954 if (cmd->len & F_NOT) {
967 if (cmd->len & F_NOT) {
998 if (cmd->len & F_NOT) {
[all...]
H A Dip_fw2.h184 * F_NOT negates the match result of the instruction.
200 #define F_NOT 0x80 macro
H A Dip_fw2.c1682 * logic to deal with F_NOT and F_OR flags associated
2168 if (cmd->len & F_NOT)

Completed in 58 milliseconds