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

/darwin-on-arm/xnu/bsd/netinet/
H A Dip_fw2.h397 #define RULESIZE(rule) (sizeof(struct ip_fw) + \ macro
H A Dip_fw2.c2757 int l = RULESIZE(input_rule);
2844 int l = RULESIZE(rule);
2959 int l = RULESIZE(*rule);
3195 l = RULESIZE(rule);
3484 /* do not use macro RULESIZE64 since we want RULESIZE for ip_fw_64 */
3492 /* do not use macro RULESIZE32 since we want RULESIZE for ip_fw_32 */
3583 int j = RULESIZE(bp);
3704 sopt->sopt_valsize = RULESIZE(rule);
3705 rulesize = RULESIZE(rule);
3715 size = RULESIZE(rul
[all...]

Completed in 21 milliseconds