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

/darwin-on-arm/xnu/bsd/netinet/
H A Dip_fw2.h416 typedef struct _ipfw_dyn_rule ipfw_dyn_rule; typedef in typeref:struct:_ipfw_dyn_rule
427 * field "id" for the external version is "ipfw_dyn_rule for
432 ipfw_dyn_rule *next; /* linked list of rules. */
436 ipfw_dyn_rule *parent; /* pointer to parent rule */
453 ipfw_dyn_rule *next; /* linked list of rules. */
457 ipfw_dyn_rule *parent; /* pointer to parent rule */
H A Dip_fw.h184 struct ipfw_dyn_rule { struct
185 struct ipfw_dyn_rule *next ;
H A Dip_fw2.c221 static ipfw_dyn_rule **ipfw_dyn_v = NULL;
713 ipfw_dyn_rule *p;
748 ipfw_dyn_rule *p;
1271 ipfw_dyn_rule *old_q = q; \
1301 remove_dyn_rule(struct ip_fw *rule, ipfw_dyn_rule *keep_me)
1307 ipfw_dyn_rule *prev, *q;
1370 static ipfw_dyn_rule *
1386 ipfw_dyn_rule *prev, *q=NULL;
1524 ipfw_dyn_v = _MALLOC(curr_dyn_buckets * sizeof(ipfw_dyn_rule *),
1542 static ipfw_dyn_rule *
[all...]
H A Dip_fw2_compat.h119 struct ipfw_dyn_rule *next ;

Completed in 19 milliseconds