Searched refs:tv_ptr (Results 1 - 1 of 1) sorted by relevance

/external/toybox/toys/pending/
H A Dtelnetd.c309 struct timeval tv, *tv_ptr = NULL; local
337 tv_ptr = &tv;
359 int r = select(TT.gmax_fd + 1, &rd, &wr, NULL, tv_ptr);
366 tv_ptr = NULL;

Completed in 117 milliseconds