Searched refs:ipstate (Results 1 – 12 of 12) sorted by relevance
/freebsd/sys/netpfil/ipfilter/netinet/ |
H A D | ip_state.h | 28 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 D | ip_scan.h | 23 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 D | ip_sync.h | 60 struct ipstate *slu_ips; 91 struct ipstate sleu_ips;
|
H A D | ip_proxy.h | 29 struct ipstate; 192 struct ipstate *ipsc_state;
|
H A D | ip_scan.c | 222 ipf_scan_attachis(struct ipstate *is) in ipf_scan_attachis() 264 struct ipstate *is; in ipf_scan_detachis()
|
H A D | ip_nat.h | 80 struct ipstate; 96 struct ipstate *nat_state;
|
H A D | ip_pptp_pxy.c | 30 struct ipstate *pptp_state;
|
H A D | ip_state.c | 901 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 D | ip_sync.c | 134 void ipf_sync_storder(int, struct ipstate *);
|
H A D | fil.c | 6143 { 1, sizeof(struct ipstate), 5010000 }, /* 10 */
|
/freebsd/libexec/rc/rc.d/ |
H A D | ipfs | 35 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 D | ipf.h | 342 extern struct ipstate *printstate(struct ipstate *, int, u_long);
|