Symbol: ipstate
usr/src/uts/common/inet/ipf/fil.c
5690
{ 1, sizeof(struct ipstate) }, /* ipstate */
usr/src/uts/common/inet/ipf/ip_compat.c
150
struct ipstate *nat_state;
usr/src/uts/common/inet/ipf/ip_state.c
1081
offsetof(struct ipstate, is_ps) -
usr/src/uts/common/inet/ipf/ip_state.c
1082
offsetof(struct ipstate, is_pass)) == 0) {
usr/src/uts/common/inet/ipf/ip_state.c
3946
struct ipstate *is;
usr/src/uts/common/inet/ipf/ip_state.c
701
bzero((char *)isn, offsetof(struct ipstate, is_pkts));
usr/src/uts/common/inet/ipf/ipf.h
296
extern struct ipstate *printstate __P((struct ipstate *, int, u_long));
usr/src/uts/common/inet/ipf/netinet/ip_nat.h
101
struct ipstate *nat_state;
usr/src/uts/common/inet/ipf/netinet/ip_nat.h
89
struct ipstate;
usr/src/uts/common/inet/ipf/netinet/ip_proxy.h
250
struct ipstate *ipsc_state;
usr/src/uts/common/inet/ipf/netinet/ip_proxy.h
270
struct ipstate *pptp_state;
usr/src/uts/common/inet/ipf/netinet/ip_proxy.h
37
struct ipstate;
usr/src/uts/common/inet/ipf/netinet/ip_state.h
156
struct ipstate ips_is;
usr/src/uts/common/inet/ipf/netinet/ip_state.h
240
extern void ipstate_log __P((struct ipstate *, u_int, ipf_stack_t *));
usr/src/uts/common/inet/ipf/netinet/ip_state.h
242
extern void fr_stinsert __P((struct ipstate *, int, ipf_stack_t *));
usr/src/uts/common/inet/ipf/netinet/ip_state.h
39
struct ipstate *is_next;
usr/src/uts/common/inet/ipf/netinet/ip_state.h
40
struct ipstate **is_pnext;
usr/src/uts/common/inet/ipf/netinet/ip_state.h
41
struct ipstate *is_hnext;
usr/src/uts/common/inet/ipf/netinet/ip_state.h
42
struct ipstate **is_phnext;
usr/src/uts/common/inet/ipf/netinet/ip_state.h
43
struct ipstate **is_me;