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

/darwin-on-arm/xnu/bsd/netinet/
H A Dip_fw2.h167 O_LIMIT_PARENT, /* dyn_type, not an opcode. */ enumerator in enum:ipfw_opcodes
H A Dip_fw2.c1296 * holding a reference to it -- this is the case with O_LIMIT_PARENT
1335 if (q->dyn_type == O_LIMIT_PARENT) {
1353 if (q->dyn_type != O_LIMIT_PARENT || !q->count) {
1395 if (q->dyn_type == O_LIMIT_PARENT && q->count)
1413 q->dyn_type != O_LIMIT_PARENT) {
1540 * - "parent" rules for the above (O_LIMIT_PARENT).
1570 if ( parent->dyn_type != O_LIMIT_PARENT)
1612 if (q->dyn_type == O_LIMIT_PARENT &&
1624 return add_dyn_rule(pkt, O_LIMIT_PARENT, rule);
3909 if (q->dyn_type == O_LIMIT_PARENT)
[all...]

Completed in 75 milliseconds