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

/macosx-10.10.1/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...]
/macosx-10.10.1/network_cmds-457/ipfw.tproj/
H A Dipfw2.c1377 if (!d->expire && !(d->dyn_type == O_LIMIT_PARENT))
1387 case O_LIMIT_PARENT:

Completed in 187 milliseconds