Home
last modified time | relevance | path

Searched refs:ipstate (Results 1 – 12 of 12) sorted by relevance

/freebsd/sys/netpfil/ipfilter/netinet/
H A Dip_state.h28 typedef struct ipstate { struct
30 struct ipstate *is_next; argument
31 struct ipstate **is_pnext; argument
32 struct ipstate *is_hnext; argument
33 struct ipstate **is_phnext; argument
34 struct ipstate **is_me; argument
148 struct ipstate ips_is;
307 extern int ipf_state_insert(ipf_main_softc_t *, struct ipstate *, int);
309 extern void ipf_state_log(ipf_main_softc_t *, struct ipstate *, u_int);
H A Dip_scan.h23 struct ipstate;
91 extern int ipf_scan_attachis(struct ipstate *);
93 extern int ipf_scan_detachis(struct ipstate *);
95 extern int ipf_scan_packet(struct fr_info *, struct ipstate *);
H A Dip_sync.h60 struct ipstate *slu_ips;
91 struct ipstate sleu_ips;
H A Dip_proxy.h29 struct ipstate;
192 struct ipstate *ipsc_state;
H A Dip_scan.c222 ipf_scan_attachis(struct ipstate *is) in ipf_scan_attachis()
264 struct ipstate *is; in ipf_scan_detachis()
H A Dip_nat.h80 struct ipstate;
96 struct ipstate *nat_state;
H A Dip_pptp_pxy.c30 struct ipstate *pptp_state;
H A Dip_state.c901 bzero((char *)isn, offsetof(struct ipstate, is_pkts)); in ipf_state_putent()
1294 offsetof(struct ipstate, is_authmsk) - in ipf_state_match()
1295 offsetof(struct ipstate, is_pass)) == 0) { in ipf_state_match()
4283 ipf_state_log(ipf_main_softc_t *softc, struct ipstate *is, u_int type) in ipf_state_log()
H A Dip_sync.c134 void ipf_sync_storder(int, struct ipstate *);
H A Dfil.c6143 { 1, sizeof(struct ipstate), 5010000 }, /* 10 */
/freebsd/libexec/rc/rc.d/
H A Dipfs35 if [ -r /var/db/ipf/ipstate.ipf -a -r /var/db/ipf/ipnat.ipf ]; then
37 rm -f /var/db/ipf/ipstate.ipf /var/db/ipf/ipnat.ipf
/freebsd/sbin/ipf/common/
H A Dipf.h342 extern struct ipstate *printstate(struct ipstate *, int, u_long);