Home
last modified time | relevance | path

Searched refs:ipf_create_all (Results 1 – 4 of 4) sorted by relevance

/netbsd/external/bsd/ipf/dist/tools/
H A Dipftest.c107 softc = ipf_create_all(NULL);
/netbsd/sys/external/bsd/ipf/netinet/
H A Dip_fil_netbsd.c362 (void) ipf_create_all(&ipfmain); in ipfilterattach()
2233 if (ipf_create_all(&ipfmain) == NULL) { in ipl_init()
H A Dip_fil.h1970 extern ipf_main_softc_t *ipf_create_all(void *);
H A Dfil.c9265 ipf_create_all(void *arg) in ipf_create_all() function