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

/macosx-10.5.8/xnu-1228.15.4/bsd/netinet/
H A Dip_fw.h185 struct ipfw_dyn_rule { struct
186 struct ipfw_dyn_rule *next ;
H A Dip_fw2.h389 typedef struct _ipfw_dyn_rule ipfw_dyn_rule; typedef in typeref:struct:_ipfw_dyn_rule
392 ipfw_dyn_rule *next; /* linked list of rules. */
396 ipfw_dyn_rule *parent; /* pointer to parent rule */
H A Dip_fw2.c190 static ipfw_dyn_rule **ipfw_dyn_v = NULL;
773 ipfw_dyn_rule *old_q = q; \
803 remove_dyn_rule(struct ip_fw *rule, ipfw_dyn_rule *keep_me)
809 ipfw_dyn_rule *prev, *q;
872 static ipfw_dyn_rule *
888 ipfw_dyn_rule *prev, *q=NULL;
1026 ipfw_dyn_v = _MALLOC(curr_dyn_buckets * sizeof(ipfw_dyn_rule *),
1044 static ipfw_dyn_rule *
1047 ipfw_dyn_rule *r;
1071 ipfw_dyn_rule *paren
[all...]
H A Dip_fw2_compat.h119 struct ipfw_dyn_rule *next ;

Completed in 35 milliseconds