Searched defs:_ipfw_dyn_rule (Results 1 – 1 of 1) sorted by relevance
791 typedef struct _ipfw_dyn_rule { struct792 struct ipfw_flow_id id; /* (masked) flow id */793 uint8_t set;794 uint8_t type; /* rule type */795 uint16_t pad;796 uint32_t expire; /* expire time */797 uint32_t rulenum; /* parent's rule number */798 uint32_t kidx; /* index of named object */799 uint64_t pcnt; /* packet match counter */800 uint64_t bcnt; /* byte match counter */[all …]