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

/freebsd-10.2-release/etc/rc.d/
H A Dipfs34 if [ -r /var/db/ipf/ipstate.ipf -a -r /var/db/ipf/ipnat.ipf ]; then
36 rm -f /var/db/ipf/ipstate.ipf /var/db/ipf/ipnat.ipf
/freebsd-10.2-release/sys/contrib/ipfilter/netinet/
H A Dip_scan.h25 struct ipstate;
99 extern int ipf_scan_attachis __P((struct ipstate *));
101 extern int ipf_scan_detachis __P((struct ipstate *));
103 extern int ipf_scan_packet __P((struct fr_info *, struct ipstate *));
H A Dip_state.h36 typedef struct ipstate { struct
38 struct ipstate *is_next;
39 struct ipstate **is_pnext;
40 struct ipstate *is_hnext;
41 struct ipstate **is_phnext;
42 struct ipstate **is_me;
156 struct ipstate ips_is;
315 extern int ipf_state_insert __P((ipf_main_softc_t *, struct ipstate *, int));
317 extern void ipf_state_log __P((ipf_main_softc_t *, struct ipstate *, u_int));
H A Dip_sync.h62 struct ipstate *slu_ips;
93 struct ipstate sleu_ips;
H A Dip_proxy.h32 struct ipstate;
195 struct ipstate *ipsc_state;
H A Dip_scan.c239 struct ipstate *is;
282 struct ipstate *is;
H A Dip_nat.h88 struct ipstate;
104 struct ipstate *nat_state;
H A Dip_pptp_pxy.c30 struct ipstate *pptp_state;
H A Dip_state.c935 bzero((char *)isn, offsetof(struct ipstate, is_pkts));
1337 offsetof(struct ipstate, is_authmsk) -
1338 offsetof(struct ipstate, is_pass)) == 0) {
4369 struct ipstate *is;
H A Dip_sync.c150 void ipf_sync_storder __P((int, struct ipstate *));
H A Dfil.c6299 { 1, sizeof(struct ipstate), 5010000 }, /* 10 */
/freebsd-10.2-release/contrib/ipfilter/
H A Dipf.h377 extern struct ipstate *printstate __P((struct ipstate *, int, u_long));
H A Dip_fil_compat.c661 struct ipstate *nat_state;
704 struct ipstate *nat_state;
746 struct ipstate *nat_state;
1025 struct ipstate *is_next;
1026 struct ipstate **is_pnext;
1027 struct ipstate *is_hnext;
1028 struct ipstate **is_phnext;
1029 struct ipstate **is_me;
1074 struct ipstate *is_next;
1075 struct ipstate **is_pnex
[all...]

Completed in 249 milliseconds