Searched defs:ipstate (Results 1 – 1 of 1) sorted by relevance
37 typedef struct ipstate { struct39 struct ipstate *is_next; argument40 struct ipstate **is_pnext; argument41 struct ipstate *is_hnext; argument42 struct ipstate **is_phnext; argument43 struct ipstate **is_me; argument44 void *is_ifp[4];45 void *is_sync;46 struct nat *is_nat[2];47 frentry_t *is_rule;[all …]