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

/darwin-on-arm/xnu/bsd/netinet/
H A Dip_fw2.h173 O_LOG, /* ipfw_insn_log */ enumerator in enum:ipfw_opcodes
358 * (at ACTION_PTR(r)) MUST be O_LOG
H A Dip_fw2_compat.c474 case O_LOG: /* O_LOG is printed last */
955 case O_LOG:
1234 case O_LOG:
2091 cmd->opcode = O_LOG;
2467 * copy all commands but O_LOG, O_KEEP_STATE
2473 case O_LOG:
2497 * put back O_LOG if necessary
2500 if (src->opcode == O_LOG) {
2634 cmd->opcode = O_LOG;
[all...]
H A Dip_fw2.c1054 * We enter here when we have a rule with O_LOG.
1076 } else { /* O_LOG is the first action, find the real one */
1873 if (cmd->opcode == O_LOG)
2492 case O_LOG:
3130 if (l->o.opcode == O_LOG)
3254 case O_LOG:
H A Dip_dummynet.c1547 if (cmd->opcode == O_LOG)

Completed in 82 milliseconds