Searched defs:frentry (Results 1 – 1 of 1) sorted by relevance
560 typedef struct frentry { struct562 struct frentry *fr_next; argument563 struct frentry **fr_grp; argument564 struct ipscan *fr_isc;565 void *fr_ifas[4];566 void *fr_ptr; /* for use with fr_arg */567 char *fr_comment; /* text comment for rule */568 int fr_ref; /* reference count - for grouping */569 int fr_statecnt; /* state count - for limit rules */574 U_QUAD_T fr_hits;[all …]