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

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/demos/easy_tls/
H A Deasy-tls.c816 struct timeval *timeout_p; local
855 timeout_p = &timeout;
857 timeout_p = NULL;
860 select(maxfd + 1, &reads, &writes, (fd_set *) NULL, timeout_p);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/demos/easy_tls/
H A Deasy-tls.c816 struct timeval *timeout_p; local
855 timeout_p = &timeout;
857 timeout_p = NULL;
860 select(maxfd + 1, &reads, &writes, (fd_set *) NULL, timeout_p);

Completed in 89 milliseconds