Home
last modified time | relevance | path

Searched defs:frentry (Results 1 – 1 of 1) sorted by relevance

/NextBSD/sys/contrib/ipfilter/netinet/
HDip_fil.h690 typedef struct frentry { struct
692 struct frentry *fr_next; argument
693 struct frentry **fr_pnext; argument
698 struct frentry *fr_dnext; /* 2 fr_die linked list pointers */ argument
699 struct frentry **fr_pdnext; argument
700 void *fr_ifas[4];
701 void *fr_ptr; /* for use with fr_arg */
702 int fr_comment; /* text comment for rule */
703 int fr_size; /* size of this structure */
704 int fr_ref; /* reference count */
[all …]