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