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

/asus-wl-520gu-7.0.1.45/src/router/u2ec/
H A Dusbsock.c3477 int rtvl = 0; local
3502 rtvl = 1;
3532 rtvl = 1;
3711 return rtvl;
3723 int index, rtvl; local
3794 while((rtvl = select(fdmax+1, &read_fds, NULL, NULL, NULL) == -1) && (errno == EINTR));
3795 if (rtvl == -1) {

Completed in 41 milliseconds