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

/xnu-2782.1.97/bsd/netinet/
H A Dip_fw2.h136 O_IN, /* none */ enumerator in enum:ipfw_opcodes
H A Dip_fw2_compat.c574 if (cmd->len & F_NOT && cmd->opcode != O_IN)
581 case O_IN:
582 printf(cmd->len & F_NOT ? " out" : " O_IN");
968 case O_IN:
1247 case O_IN:
2304 fill_cmd(cmd, O_IN, 0);
2310 /* if the previous command was O_IN, and this
2315 if (prev->opcode == O_IN) {
2320 fill_cmd(cmd, O_IN, 0);
2847 fill_cmd(cmd, O_IN,
[all...]
H A Dip_fw2.c2385 case O_IN: /* "out" is "not in" */
3299 case O_IN:

Completed in 63 milliseconds