Home
last modified time | relevance | path

Searched refs:tempaddr (Results 1 – 2 of 2) sorted by relevance

/external/curl/lib/
Dconnect.c571 if(conn->tempaddr[tempindex]) { in trynextip()
573 family = conn->tempaddr[tempindex]->ai_family; in trynextip()
574 ai = conn->tempaddr[tempindex]->ai_next; in trynextip()
577 else if(conn->tempaddr[0]) { in trynextip()
579 int firstfamily = conn->tempaddr[0]->ai_family; in trynextip()
581 ai = conn->tempaddr[0]->ai_next; in trynextip()
586 if(conn->tempaddr[other]) { in trynextip()
599 conn->tempaddr[tempindex] = ai; in trynextip()
792 if(i == 0 && conn->tempaddr[1] == NULL && in Curl_is_connected()
804 conn->ip_addr = conn->tempaddr[i]; in Curl_is_connected()
[all …]
Durldata.h819 Curl_addrinfo *tempaddr[2]; /* for happy eyeballs */ member