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

/macosx-10.5.8/xnu-1228.15.4/bsd/netinet/
H A Dip_fw2.h109 O_IN, /* none */ enumerator in enum:ipfw_opcodes
H A Dip_fw2_compat.c673 if (cmd->len & F_NOT && cmd->opcode != O_IN)
680 case O_IN:
681 printf(cmd->len & F_NOT ? " out" : " O_IN");
1064 case O_IN:
1838 fill_cmd(cmd, O_IN, 0);
1844 /* if the previous command was O_IN, and this
1849 if (prev->opcode == O_IN) {
1854 fill_cmd(cmd, O_IN, 0);
H A Dip_fw2.c1802 case O_IN: /* "out" is "not in" */
2710 case O_IN:

Completed in 101 milliseconds