Searched refs:dyn_type (Results 1 - 4 of 4) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/bsd/netinet/
H A Dip_fw.h147 u_int dyn_type; /* type for dynamic rule */ member in struct:ip_fw_ext
H A Dip_fw2.c776 if (q->dyn_type == O_LIMIT) \
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) {
1045 add_dyn_rule(struct ipfw_flow_id *id, u_int8_t dyn_type, struct ip_fw *rule) argument
1070 if (dyn_type == O_LIMIT) {
1072 if ( parent->dyn_type != O_LIMIT_PARENT)
1082 r->dyn_type = dyn_type;
[all...]
H A Dip_fw2.h140 O_LIMIT_PARENT, /* dyn_type, not an opcode. */
408 u_int16_t dyn_type; /* rule type */ member in struct:_ipfw_dyn_rule
H A Dip_fw2_compat.h107 u_int dyn_type; /* type for dynamic rule */ member in struct:ip_fw_ext_compat

Completed in 34 milliseconds