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

/freebsd-10-stable/sbin/ipfw/
H A Dipfw2.c742 cmd->o.len |= i + 1; /* leave F_NOT and F_OR untouched */
911 printf("%s lookup %s %d", cmd->o.len & F_NOT ? " not": "",
915 printf("%s%s ", cmd->o.len & F_NOT ? " not": "", s);
1325 if (cmd->len & F_NOT)
1348 if (tagptr->len & F_NOT)
1359 if ((cmd->len & F_OR) || (cmd->len & F_NOT))
1474 if (cmd->len & F_NOT)
1485 if (cmd->len & F_NOT)
1505 if (!(cmd->len & (F_OR|F_NOT)))
1515 if (cmd->len & F_NOT
[all...]
H A Dipv6.c95 printf("%s%s ", cmd->o.len & F_NOT ? " not": "", s);
430 if (cmd->o.len & F_NOT && av == NULL && len == 0)
/freebsd-10-stable/sys/netinet/
H A Dip_fw.h255 * F_NOT negates the match result of the instruction.
271 #define F_NOT 0x80 macro
/freebsd-10-stable/sys/netpfil/ipfw/
H A Dip_fw_log.c407 if (cmd->len & F_NOT)
H A Dip_fw2.c1330 * logic to deal with F_NOT and F_OR flags associated
1942 /* We have `untag' action when F_NOT flag is
1949 if (cmd->len & F_NOT) { /* `untag' action */
2213 * We have `return' action when F_NOT flag is
2220 #define IS_CALL ((cmd->len & F_NOT) == 0)
2221 #define IS_RETURN ((cmd->len & F_NOT) != 0)
2505 if (cmd->len & F_NOT)
/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 78 milliseconds