/netbsd-src/sys/external/bsd/ipf/netinet/ |
H A D | ip_state.h | 85 } ipstate_t; typedef 234 ipstate_t *iss_list; 252 ipstate_t **iss_table; 282 ipstate_t *ipf_state_list; 283 ipstate_t **ipf_state_table; 307 ipstate_t **, u_int); 309 extern void ipf_state_deref(ipf_main_softc_t *, ipstate_t **); 312 extern ipstate_t *ipf_state_lookup(fr_info_t *, tcphdr_t *, ipftq_t **); 319 extern void ipf_state_setqueue(ipf_main_softc_t *, ipstate_t *, int); 320 extern void ipf_state_setpending(ipf_main_softc_t *, ipstate_t *); [all …]
|
H A D | ip_state.c | 156 static ipstate_t *ipf_checkicmp6matchingstate(fr_info_t *); 158 static int ipf_allowstateicmp(fr_info_t *, ipstate_t *, i6addr_t *); 159 static ipstate_t *ipf_matchsrcdst(fr_info_t *, ipstate_t *, i6addr_t *, 161 static ipstate_t *ipf_checkicmpmatchingstate(fr_info_t *); 164 static int ipf_state_del(ipf_main_softc_t *, ipstate_t *, int); 166 static int ipf_state_match(ipstate_t *is1, ipstate_t *is2); 167 static int ipf_state_matchaddresses(ipstate_t *is1, ipstate_t *is2); 168 static int ipf_state_matchipv4addrs(ipstate_t *is1, ipstate_t *is2); 169 static int ipf_state_matchipv6addrs(ipstate_t *is1, ipstate_t *is2); 170 static int ipf_state_matchisps(ipstate_t *is1, ipstate_t *is2); [all …]
|
H A D | ip_scan.c | 91 int ipf_scan_matchisc(ipscan_t *, ipstate_t *, int, int, int *); 92 int ipf_scan_match(ipstate_t *); 345 ipstate_t *is; 412 ipstate_t *is; in ipf_scan_match() 541 ipstate_t *is;
|
H A D | ip_sync.c | 371 ipf_sync_storder(int way, ipstate_t *ips) in ipf_sync_storder() 686 ipstate_t *is, sn; in ipf_sync_state() 699 KMALLOC(is, ipstate_t *); in ipf_sync_state() 714 bzero((char *)is, offsetof(ipstate_t, is_die)); in ipf_sync_state() 716 sizeof(*is) - offsetof(ipstate_t, is_die)); in ipf_sync_state() 1147 ipstate_t *ips; in ipf_sync_update()
|
H A D | ip_fil_compat.c | 1169 ipstate_t **iss_table; 1170 ipstate_t *iss_list; 1196 ipstate_t **iss_table; 1197 ipstate_t *iss_list; 4319 ipstate_t *is = (ipstate_t *)current; in ipstate_current_to_4_1_16() 4389 ipstate_t *is = (ipstate_t *)current; in ipstate_current_to_4_1_0()
|
H A D | ip_rpcb_pxy.c | 1111 ipstate_t *is; in ipf_p_rpcb_getnat()
|
H A D | ip_ftp_pxy.c | 585 if (ipf_state_add(softc, &fi, (ipstate_t **)&ftp->ftp_pendstate, in ipf_p_ftp_addport() 916 if (ipf_state_add(softc, &fi, (ipstate_t **)&ftp->ftp_pendstate, in ipf_p_ftp_pasvreply()
|
H A D | fil.c | 7586 ipf_state_deref(softc, (ipstate_t **)datap); in ipf_token_deref()
|
/netbsd-src/external/bsd/ipf/dist/ |
H A D | ip_scan.c | 86 int ipf_scan_matchisc __P((ipscan_t *, ipstate_t *, int, int, int *)); 87 int ipf_scan_match __P((ipstate_t *)); 340 ipstate_t *is; 407 ipstate_t *is; in ipf_scan_match() 536 ipstate_t *is;
|
H A D | ip_sync.c | 380 ipstate_t *ips; 702 ipstate_t *is, sn; 715 KMALLOC(is, ipstate_t *); 730 bzero((char *)is, offsetof(ipstate_t, is_die)); 732 sizeof(*is) - offsetof(ipstate_t, is_die)); 1179 ipstate_t *ips;
|
H A D | ipf.h | 356 extern void printstatefield __P((ipstate_t *, int)); 385 extern void printstatefield __P((ipstate_t *, int));
|
H A D | ip_fil_compat.c | 1169 ipstate_t **iss_table; 1170 ipstate_t *iss_list; 1196 ipstate_t **iss_table; 1197 ipstate_t *iss_list; 4423 ipstate_t *is = (ipstate_t *)current; 4495 ipstate_t *is = (ipstate_t *)current;
|
H A D | ip_rpcb_pxy.c | 1159 ipstate_t *is;
|
H A D | HISTORY | 469 fix up ip_statesync() with storing interface names in ipstate_t
|
/netbsd-src/external/bsd/ipf/dist/lib/ |
H A D | printstate.c | 13 ipstate_t * 15 ipstate_t *sp; in printstate()
|
H A D | printstatefields.c | 76 ipstate_t *sp; in printstatefield()
|
/netbsd-src/external/bsd/ipf/dist/tools/ |
H A D | ipfstat.c | 167 static int state_matcharray __P((ipstate_t *, int *)); 178 static ipstate_t *fetchstate __P((ipstate_t *, ipstate_t *)); 1072 ipstate_t *is; 1096 ipstate_t ips; 1307 ipstate_t ips; 2148 ipstate_t *fetchstate(src, dst) in fetchstate() 2149 ipstate_t *src, *dst; in fetchstate() 2202 ipstate_t *stp; in state_matcharray()
|