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

/darwin-on-arm/xnu/bsd/netinet/
H A Dip_fw2.c324 #define RULESIZE32(rule) (sizeof(struct ip_fw_32) + \ macro
2824 static_len_32 += RULESIZE32(input_rule);
2854 static_len_32 -= RULESIZE32(rule);
2965 static_len_32 -= RULESIZE32(*rule);
3492 /* do not use macro RULESIZE32 since we want RULESIZE for ip_fw_32 */

Completed in 12 milliseconds