Home
last modified time | relevance | path

Searched refs:RULESIZE7 (Results 1 – 1 of 1) sorted by relevance

/f-stack/freebsd/netpfil/ipfw/
H A Dip_fw_sockopt.c2124 #ifndef RULESIZE7
2125 #define RULESIZE7(rule) (sizeof(struct ip_fw7) + \ macro
2154 l = RULESIZE7(rule); in ipfw_getrules()
3879 if (size == RULESIZE7(rule)) { in ipfw_ctl()
3904 size = RULESIZE7(rule); in ipfw_ctl()