| /src/sys/external/bsd/ipf/netinet/ |
| ip_state.h | 85 } ipstate_t; typedef in typeref:struct:ipstate 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...] |
| 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) [all...] |
| 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; 541 ipstate_t *is;
|
| ip_sync.c | 371 ipf_sync_storder(int way, ipstate_t *ips) 692 ipstate_t *is, sn; 705 KMALLOC(is, ipstate_t *); 720 bzero((char *)is, offsetof(ipstate_t, is_die)); 722 sizeof(*is) - offsetof(ipstate_t, is_die)); 1153 ipstate_t *ips;
|
| 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; 4389 ipstate_t *is = (ipstate_t *)current;
|
| ip_rpcb_pxy.c | 1111 ipstate_t *is;
|
| ip_ftp_pxy.c | 585 if (ipf_state_add(softc, &fi, (ipstate_t **)&ftp->ftp_pendstate, 916 if (ipf_state_add(softc, &fi, (ipstate_t **)&ftp->ftp_pendstate,
|
| fil.c | 7586 ipf_state_deref(softc, (ipstate_t **)datap);
|
| /src/external/bsd/ipf/dist/ |
| 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; 536 ipstate_t *is;
|
| ip_sync.c | 380 ipstate_t *ips; 708 ipstate_t *is, sn; 721 KMALLOC(is, ipstate_t *); 736 bzero((char *)is, offsetof(ipstate_t, is_die)); 738 sizeof(*is) - offsetof(ipstate_t, is_die)); 1185 ipstate_t *ips;
|
| ipf.h | 356 extern void printstatefield __P((ipstate_t *, int)); 385 extern void printstatefield __P((ipstate_t *, int));
|
| 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;
|
| ip_rpcb_pxy.c | 1159 ipstate_t *is;
|
| HISTORY | 469 fix up ip_statesync() with storing interface names in ipstate_t
|
| /src/external/bsd/ipf/dist/lib/ |
| printstate.c | 13 ipstate_t * 15 ipstate_t *sp;
|
| printstatefields.c | 76 ipstate_t *sp;
|
| /src/external/bsd/ipf/dist/tools/ |
| 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) 2149 ipstate_t *src, *dst; 2202 ipstate_t *stp [all...] |