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

/macosx-10.5.8/xnu-1228.15.4/bsd/netinet/
H A Dip_fw2_compat.h88 void *next_rule_ptr ; /* next rule in case of match */ member in struct:ip_fw_compat
98 * void *next_rule_ptr
301 void *next_rule_ptr ; /* next rule in case of match */ member in struct:ip_old_fw
H A Dip_fw.h128 void *next_rule_ptr ; /* next rule in case of match */ member in struct:ip_fw
138 * void *next_rule_ptr
H A Dip_fw2_compat.c363 printf("next_rule_ptr: %p\n", vers1_rule->next_rule_ptr);
1322 rule_vers0->next_rule_ptr = rule_vers1.next_rule_ptr;
2140 rule_vers1->next_rule_ptr = rule_vers0->next_rule_ptr;

Completed in 38 milliseconds