Lines Matching defs:ipstate
35 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];
46 struct ipscan *is_isc;
47 U_QUAD_T is_pkts[4];
48 U_QUAD_T is_bytes[4];
49 U_QUAD_T is_icmppkts[4];
50 struct ipftqent is_sti;
51 u_int is_frage[2];
52 int is_ref; /* reference count */
53 int is_isninc[2];
54 u_short is_sumd[2];
55 i6addr_t is_src;
56 i6addr_t is_dst;
57 u_int is_pass;
58 u_char is_p; /* Protocol */
59 u_char is_v;
60 int is_family;
61 u_32_t is_hv;
85 } ipstate_t; argument