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

/illumos-gate/usr/src/uts/common/inet/ipf/netinet/
H A Dip_state.h37 typedef struct ipstate { struct
39 struct ipstate *is_next;
40 struct ipstate **is_pnext;
41 struct ipstate *is_hnext;
42 struct ipstate **is_phnext;
43 struct ipstate **is_me;
156 struct ipstate ips_is;
240 extern void ipstate_log __P((struct ipstate *, u_int, ipf_stack_t *));
242 extern void fr_stinsert __P((struct ipstate *, int, ipf_stack_t *));

Completed in 63 milliseconds