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

/xnu-2782.1.97/bsd/netinet/
H A Dip_fw2.c352 #define RULESIZE64(rule) (sizeof(struct ip_fw_64) + \ macro
2904 static_len_64 += RULESIZE64(input_rule);
2934 static_len_64 -= RULESIZE64(rule);
3045 static_len_64 -= RULESIZE64(*rule);
3563 /* do not use macro RULESIZE64 since we want RULESIZE for ip_fw_64 */

Completed in 27 milliseconds