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

/xnu-2782.1.97/bsd/netinet/
H A Dip_fw2.c355 #define RULESIZE32(rule) (sizeof(struct ip_fw_32) + \ macro
2903 static_len_32 += RULESIZE32(input_rule);
2933 static_len_32 -= RULESIZE32(rule);
3044 static_len_32 -= RULESIZE32(*rule);
3571 /* do not use macro RULESIZE32 since we want RULESIZE for ip_fw_32 */

Completed in 40 milliseconds