Home
last modified time | relevance | path

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

/netbsd-src/sys/external/bsd/ipf/netinet/
H A Dip_state.h35 typedef struct ipstate { struct
37 struct ipstate *is_next; argument
38 struct ipstate **is_pnext; argument
39 struct ipstate *is_hnext; argument
40 struct ipstate **is_phnext; argument
41 struct ipstate **is_me; argument
42 void *is_ifp[4];
43 void *is_sync;
44 frentry_t *is_rule;
45 struct ipftq *is_tqehead[2];
[all …]