Home
last modified time | relevance | path

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

/dflybsd-src/sys/net/ipfw/
H A Dip_fw2.h488 struct ipfw_ioc_state { struct
489 uint32_t expire; /* expire time */
490 uint64_t pcnt; /* packet match counter */
491 uint64_t bcnt; /* byte match counter */
493 uint16_t dyn_type; /* rule type */
494 uint16_t count; /* refcount */
496 uint16_t rulenum; /* rule number */
498 uint16_t xlat_port; /* xlate port, host byte order */
499 uint32_t xlat_addr; /* xlate addr, host byte order */
501 struct ipfw_ioc_flowid id; /* (masked) flow id */
[all …]