Searched defs:ipfw_ioc_state (Results 1 – 1 of 1) sorted by relevance
488 struct ipfw_ioc_state { struct489 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 …]