Home
last modified time | relevance | path

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

/netbsd-src/sys/external/bsd/ipf/netinet/
H A Dip_fil.h689 typedef struct frentry { struct
691 struct frentry *fr_next; argument
692 struct frentry **fr_pnext; argument
697 struct frentry *fr_dnext; /* 2 fr_die linked list pointers */ argument
698 struct frentry **fr_pdnext; argument
699 void *fr_ifas[4];
700 void *fr_ptr; /* for use with fr_arg */
701 int fr_comment; /* text comment for rule */
702 int fr_size; /* size of this structure */
703 int fr_ref; /* reference count */
[all …]