Home
last modified time | relevance | path

Searched defs:ip_fw (Results 1 – 3 of 3) sorted by relevance

/f-stack/freebsd/netpfil/ipfw/
H A Dip_fw_private.h269 struct ip_fw { struct
282 struct ip_fw *next; /* linked list of deleted rules */ argument
291 struct ip_fw **map; /* array of rule ptrs to ease lookup */ argument
/f-stack/tools/compat/include/netinet/
H A Dip_fw.h644 struct ip_fw { struct
645 struct ip_fw *x_next; /* linked list of rules */ argument
650 uint16_t cmd_len; /* # of 32-bit words in cmd */
651 uint16_t rulenum; /* rule number */
652 uint8_t set; /* rule set (0..31) */
653 uint8_t _pad; /* padding */
654 uint32_t id; /* rule id */
657 uint64_t pcnt; /* Packet counter */
658 uint64_t bcnt; /* Byte counter */
659 uint32_t timestamp; /* tv_sec of last match */
[all …]
/f-stack/freebsd/netinet/
H A Dip_fw.h644 struct ip_fw { struct
645 struct ip_fw *x_next; /* linked list of rules */ argument
650 uint16_t cmd_len; /* # of 32-bit words in cmd */
651 uint16_t rulenum; /* rule number */
652 uint8_t set; /* rule set (0..31) */
653 uint8_t _pad; /* padding */
654 uint32_t id; /* rule id */
657 uint64_t pcnt; /* Packet counter */
658 uint64_t bcnt; /* Byte counter */
659 uint32_t timestamp; /* tv_sec of last match */
[all …]