Home
last modified time | relevance | path

Searched defs:ipfw_ioc_rule (Results 1 – 2 of 2) sorted by relevance

/dflybsd-src/sys/net/ipfw/
H A Dip_fw2.h444 struct ipfw_ioc_rule { struct
445 uint16_t act_ofs; /* offset of action in 32-bit units */
446 uint16_t cmd_len; /* # of 32-bit words in cmd */
447 uint16_t rulenum; /* rule number */
471 (sizeof(struct ipfw_ioc_rule) + (rule)->cmd_len * 4 - 4) argument
/dflybsd-src/sys/net/ipfw3/
H A Dip_fw3.h343 struct ipfw_ioc_rule { struct
362 (sizeof(struct ipfw_ioc_rule) + (rule)->cmd_len * 4 - SIZE_OF_IPFWINSN) argument