Home
last modified time | relevance | path

Searched refs:do_timeout (Results 1 – 3 of 3) sorted by relevance

/busybox-1.35.0/networking/
Disrv_identd.c100 static int do_timeout(void **paramp UNUSED_PARAM) in do_timeout() function
166 isrv_run(fd, new_peer, do_rd, /*do_wr:*/ NULL, do_timeout, in fakeidentd_main()
Disrv.h56 int (*do_timeout)(void **),
Disrv.c250 static void handle_timeout(isrv_state_t *state, int (*do_timeout)(void **)) in handle_timeout()
260 n = do_timeout(&PARAM_TBL[peer]); in handle_timeout()
274 int (*do_timeout)(void **), in isrv_run()
325 handle_timeout(state, do_timeout); in isrv_run()