Searched defs:ipfr (Results 1 – 1 of 1) sorted by relevance
17 typedef struct ipfr { struct18 struct ipfr *ipfr_hnext, **ipfr_hprev; argument19 struct ipfr *ipfr_next, **ipfr_prev; argument20 void *ipfr_data; argument21 frentry_t *ipfr_rule; argument22 u_long ipfr_ttl; argument23 u_int ipfr_pkts; argument24 u_int ipfr_bytes; argument25 u_int ipfr_badorder; argument26 int ipfr_ref; argument[all …]