Home
last modified time | relevance | path

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

/busybox-1.35.0/networking/
Disrv.c42 #define TIMEO_TBL (state->timeo_tbl) macro
136 TIMEO_TBL = xrealloc(TIMEO_TBL, PEER_COUNT * sizeof(TIMEO_TBL[0])); in isrv_register_peer()
137 TIMEO_TBL[n] = CURTIME; in isrv_register_peer()
168 memcpy(&TIMEO_TBL[peer], &TIMEO_TBL[peer+1], movesize); in remove_peer()
172 TIMEO_TBL = xrealloc(TIMEO_TBL, PEER_COUNT * sizeof(TIMEO_TBL[0])); in remove_peer()
245 TIMEO_TBL[peer] = monotonic_sec(); in handle_fd_set()
257 (int)(CURTIME - TIMEO_TBL[peer])); in handle_timeout()
258 if ((CURTIME - TIMEO_TBL[peer]) >= TIMEOUT) { in handle_timeout()