Searched refs:ipf_main_softc_s (Results 1 – 6 of 6) sorted by relevance
| /f-stack/freebsd/contrib/ipfilter/netinet/ |
| H A D | ip_fil.h | 85 struct ipf_main_softc_s; 87 typedef int (* lookupfunc_t) __P((struct ipf_main_softc_s *, void *, 439 typedef int (*ipfuncinit_t) __P((struct ipf_main_softc_s *, struct frentry *)); 1269 typedef int (*ipftq_delete_fn_t)(struct ipf_main_softc_s *, void *); 1328 typedef int (* ipftunefunc_t) __P((struct ipf_main_softc_s *, struct ipftuneable *, ipftuneval_t *)… 1508 typedef struct ipf_main_softc_s { struct 1509 struct ipf_main_softc_s *ipf_next; argument
|
| H A D | ip_state.h | 318 extern int ipf_state_settimeout __P((struct ipf_main_softc_s *, ipftuneable_t *, ipftuneval_t *));
|
| H A D | ip_nat.h | 718 extern int ipf_nat_settimeout __P((struct ipf_main_softc_s *,
|
| H A D | fil.c | 150 static int ipf_grpmapfini __P((struct ipf_main_softc_s *, 152 static int ipf_grpmapinit __P((struct ipf_main_softc_s *, 181 static int ipf_settimeout __P((struct ipf_main_softc_s *, 286 { { (void *)offsetof(struct ipf_main_softc_s, ipf_flags) }, 290 { { (void *)offsetof(struct ipf_main_softc_s, ipf_active) }, 9151 struct ipf_main_softc_s *softc; in ipf_settimeout()
|
| H A D | ip_state.c | 5207 struct ipf_main_softc_s *softc; in ipf_state_settimeout()
|
| H A D | ip_nat.c | 7993 struct ipf_main_softc_s *softc; in ipf_nat_settimeout()
|