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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/lib/
H A Dconnect.c757 if(curlx_tvdiff(now, conn->connecttime) >= conn->timeoutms_per_addr) {
765 curlx_tvdiff(now, conn->connecttime) >= HAPPY_EYEBALLS_TIMEOUT) {
1048 conn->connecttime = Curl_tvnow();
H A Durldata.h915 /* connecttime: when connect() is called on the current IP address. Used to
918 struct timeval connecttime; member in struct:connectdata

Completed in 89 milliseconds