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

/macosx-10.5.8/xnu-1228.15.4/bsd/netinet/
H A Dip_fw2.h146 O_LOG, /* ipfw_insn_log */ enumerator in enum:ipfw_opcodes
331 * (at ACTION_PTR(r)) MUST be O_LOG
H A Dip_fw2_compat.c573 case O_LOG: /* O_LOG is printed last */
1051 case O_LOG:
1625 cmd->opcode = O_LOG;
2001 * copy all commands but O_LOG, O_KEEP_STATE
2007 case O_LOG:
2031 * put back O_LOG if necessary
2034 if (src->opcode == O_LOG) {
H A Dip_fw2.c556 * We enter here when we have a rule with O_LOG.
578 } else { /* O_LOG is the first action, find the real one */
1371 if (cmd->opcode == O_LOG)
1988 case O_LOG:
2620 if (l->o.opcode == O_LOG)
2744 case O_LOG:
H A Dip_dummynet.c1113 if (cmd->opcode == O_LOG)
1170 if (cmd->opcode == O_LOG)

Completed in 24 milliseconds