Searched refs:ipstate (Results 1 – 10 of 10) sorted by relevance
| /f-stack/freebsd/contrib/ipfilter/netinet/ |
| H A D | ip_scan.h | 25 struct ipstate; 93 extern int ipf_scan_attachis __P((struct ipstate *)); 95 extern int ipf_scan_detachis __P((struct ipstate *)); 97 extern int ipf_scan_packet __P((struct fr_info *, struct ipstate *));
|
| H A D | ip_state.h | 32 typedef struct ipstate { struct 34 struct ipstate *is_next; argument 35 struct ipstate **is_pnext; argument 36 struct ipstate *is_hnext; argument 37 struct ipstate **is_phnext; argument 38 struct ipstate **is_me; argument 152 struct ipstate ips_is; 311 extern int ipf_state_insert __P((ipf_main_softc_t *, struct ipstate *, int)); 313 extern void ipf_state_log __P((ipf_main_softc_t *, struct ipstate *, u_int));
|
| H A D | ip_sync.h | 62 struct ipstate *slu_ips; 93 struct ipstate sleu_ips;
|
| H A D | ip_proxy.h | 32 struct ipstate; 195 struct ipstate *ipsc_state;
|
| H A D | ip_scan.c | 231 struct ipstate *is; in ipf_scan_attachis() 274 struct ipstate *is; in ipf_scan_detachis()
|
| H A D | ip_nat.h | 84 struct ipstate; 100 struct ipstate *nat_state;
|
| H A D | ip_pptp_pxy.c | 30 struct ipstate *pptp_state;
|
| H A D | ip_state.c | 938 bzero((char *)isn, offsetof(struct ipstate, is_pkts)); 1340 offsetof(struct ipstate, is_authmsk) - 1341 offsetof(struct ipstate, is_pass)) == 0) { 4383 struct ipstate *is;
|
| H A D | ip_sync.c | 138 void ipf_sync_storder __P((int, struct ipstate *));
|
| H A D | fil.c | 6322 { 1, sizeof(struct ipstate), 5010000 }, /* 10 */
|