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

/external/ppp/pppd/plugins/radius/
H A Dsendserver.c198 struct timeval authtime; local
299 authtime.tv_usec = 0L;
300 authtime.tv_sec = (long) data->timeout;
303 if (select (sockfd + 1, &readfds, NULL, NULL, &authtime) < 0)

Completed in 102 milliseconds