Searched refs:ipstate_t (Results 1 – 14 of 14) sorted by relevance
| /trueos/sys/contrib/ipfilter/netinet/ |
| HD | ip_state.h | 86 } ipstate_t; typedef 235 ipstate_t *iss_list; 253 ipstate_t **iss_table; 283 ipstate_t *ipf_state_list; 284 ipstate_t **ipf_state_table; 308 ipstate_t **, u_int)); 310 extern void ipf_state_deref __P((ipf_main_softc_t *, ipstate_t **)); 313 extern ipstate_t *ipf_state_lookup __P((fr_info_t *, tcphdr_t *, ipftq_t **)); 320 extern void ipf_state_setqueue __P((ipf_main_softc_t *, ipstate_t *, int)); 321 extern void ipf_state_setpending __P((ipf_main_softc_t *, ipstate_t *)); [all …]
|
| HD | ip_state.c | 153 static ipstate_t *ipf_checkicmp6matchingstate __P((fr_info_t *)); 155 static int ipf_allowstateicmp __P((fr_info_t *, ipstate_t *, i6addr_t *)); 156 static ipstate_t *ipf_matchsrcdst __P((fr_info_t *, ipstate_t *, i6addr_t *, 158 static ipstate_t *ipf_checkicmpmatchingstate __P((fr_info_t *)); 161 static int ipf_state_del __P((ipf_main_softc_t *, ipstate_t *, int)); 163 static int ipf_state_match __P((ipstate_t *is1, ipstate_t *is2)); 164 static int ipf_state_matchaddresses __P((ipstate_t *is1, ipstate_t *is2)); 165 static int ipf_state_matchipv4addrs __P((ipstate_t *is1, ipstate_t *is2)); 166 static int ipf_state_matchipv6addrs __P((ipstate_t *is1, ipstate_t *is2)); 167 static int ipf_state_matchisps __P((ipstate_t *is1, ipstate_t *is2)); [all …]
|
| HD | ip_scan.c | 84 int ipf_scan_matchisc __P((ipscan_t *, ipstate_t *, int, int, int *)); 85 int ipf_scan_match __P((ipstate_t *)); 338 ipstate_t *is; 405 ipstate_t *is; in ipf_scan_match() 534 ipstate_t *is;
|
| HD | 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;
|
| HD | ip_ftp_pxy.c | 608 if (ipf_state_add(softc, &fi, (ipstate_t **)&ftp->ftp_pendstate, 961 if (ipf_state_add(softc, &fi, (ipstate_t **)&ftp->ftp_pendstate,
|
| HD | ip_rpcb_pxy.c | 1157 ipstate_t *is;
|
| HD | fil.c | 7790 ipf_state_deref(softc, (ipstate_t **)datap);
|
| /trueos/contrib/ipfilter/lib/ |
| HD | printstate.c | 13 ipstate_t * 15 ipstate_t *sp; in printstate()
|
| HD | printstatefields.c | 74 ipstate_t *sp; in printstatefield()
|
| /trueos/contrib/ipfilter/tools/ |
| HD | ipfstat.c | 167 static int state_matcharray __P((ipstate_t *, int *)); 178 static ipstate_t *fetchstate __P((ipstate_t *, ipstate_t *)); 1084 ipstate_t *is; 1108 ipstate_t ips; 1319 ipstate_t ips; 2160 ipstate_t *fetchstate(src, dst) in fetchstate() 2161 ipstate_t *src, *dst; in fetchstate() 2214 ipstate_t *stp; in state_matcharray()
|
| /trueos/contrib/ipfilter/ |
| HD | ipf.h | 356 extern void printstatefield __P((ipstate_t *, int)); 385 extern void printstatefield __P((ipstate_t *, int));
|
| HD | ip_msnrpc_pxy.c | 322 fr_statederef(&fi, (ipstate_t **)&fi.fin_state);
|
| HD | ip_fil_compat.c | 1167 ipstate_t **iss_table; 1168 ipstate_t *iss_list; 1194 ipstate_t **iss_table; 1195 ipstate_t *iss_list; 4421 ipstate_t *is = (ipstate_t *)current; 4493 ipstate_t *is = (ipstate_t *)current;
|
| HD | HISTORY | 469 fix up ip_statesync() with storing interface names in ipstate_t
|