ip_fil_netbsd.c | 144 static void ipf_timer_func(void *ptr); 507 ipf_timer_func, softc); 509 timeout(ipf_timer_func, softc, (hz / IPF_HZ_DIVIDE) * IPF_HZ_MULT); 523 ipf_timer_func(void *ptr) function in typeref:typename:void 537 ipf_timer_func, softc); 539 timeout(ipf_timer_func, softc,
|