Searched defs:frentry (Results 1 – 1 of 1) sorted by relevance
555 typedef struct frentry { struct557 struct frentry *fr_next; argument558 struct frentry **fr_grp; argument559 struct ipscan *fr_isc;560 void *fr_ifas[4];561 void *fr_ptr; /* for use with fr_arg */562 char *fr_comment; /* text comment for rule */563 int fr_ref; /* reference count - for grouping */564 int fr_statecnt; /* state count - for limit rules */569 U_QUAD_T fr_hits;[all …]