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

/xnu-2782.1.97/bsd/netinet/
H A Dip_fw2.h167 O_LIMIT_PARENT, /* dyn_type, not an opcode. */ enumerator in enum:ipfw_opcodes
H A Dip_fw2.c1375 * holding a reference to it -- this is the case with O_LIMIT_PARENT
1414 if (q->dyn_type == O_LIMIT_PARENT) {
1432 if (q->dyn_type != O_LIMIT_PARENT || !q->count) {
1474 if (q->dyn_type == O_LIMIT_PARENT && q->count)
1492 q->dyn_type != O_LIMIT_PARENT) {
1619 * - "parent" rules for the above (O_LIMIT_PARENT).
1649 if ( parent->dyn_type != O_LIMIT_PARENT)
1691 if (q->dyn_type == O_LIMIT_PARENT &&
1704 return add_dyn_rule(pkt, O_LIMIT_PARENT, rule);
3996 if (q->dyn_type == O_LIMIT_PARENT)
[all...]

Completed in 78 milliseconds