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

/darwin-on-arm/xnu/bsd/netinet/
H A Dip_fw2_compat.h87 void *next_rule_ptr ; /* next rule in case of match */ member in struct:ip_fw_compat
97 * void *next_rule_ptr
173 user32_addr_t next_rule_ptr ; /* next rule in case of match */ member in struct:ip_fw_compat_32
218 user64_addr_t next_rule_ptr ; /* next rule in case of match */ member in struct:ip_fw_compat_64
423 void *next_rule_ptr ; /* next rule in case of match */ member in struct:ip_old_fw
H A Dip_fw.h127 void *next_rule_ptr ; /* next rule in case of match */ member in struct:ip_fw
137 * void *next_rule_ptr
H A Dip_fw2_compat.c1593 rule_vers0->next_rule_ptr = CAST_DOWN_EXPLICIT(void*, rule_vers1.next_rule_ptr);
1621 rule_vers0->next_rule_ptr = CAST_DOWN_EXPLICIT(void*, rule_vers1.next_rule_ptr);
3211 rule_vers1->next_rule_ptr = rule_vers0->next_rule_ptr;

Completed in 16 milliseconds