Searched refs:O_LIMIT_PARENT (Results 1 - 2 of 2) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/bsd/netinet/
H A Dip_fw2.h140 O_LIMIT_PARENT, /* dyn_type, not an opcode. */ enumerator in enum:ipfw_opcodes
H A Dip_fw2.c798 * holding a reference to it -- this is the case with O_LIMIT_PARENT
837 if (q->dyn_type == O_LIMIT_PARENT) {
855 if (q->dyn_type != O_LIMIT_PARENT || !q->count) {
897 if (q->dyn_type == O_LIMIT_PARENT && q->count)
915 q->dyn_type != O_LIMIT_PARENT) {
1042 * - "parent" rules for the above (O_LIMIT_PARENT).
1072 if ( parent->dyn_type != O_LIMIT_PARENT)
1114 if (q->dyn_type == O_LIMIT_PARENT &&
1126 return add_dyn_rule(pkt, O_LIMIT_PARENT, rule);
3315 if (q->dyn_type == O_LIMIT_PARENT)
[all...]

Completed in 25 milliseconds