Home | History | Annotate | Download | only in lib

Lines Matching refs:tempaddr

558     if(conn->tempaddr[tempindex]) {
560 family = conn->tempaddr[tempindex]->ai_family;
561 ai = conn->tempaddr[tempindex]->ai_next;
564 else if(conn->tempaddr[0]) {
566 int firstfamily = conn->tempaddr[0]->ai_family;
568 ai = conn->tempaddr[0]->ai_next;
573 if(conn->tempaddr[other]) {
586 conn->tempaddr[tempindex] = ai;
776 if(i == 0 && conn->tempaddr[1] == NULL &&
787 conn->ip_addr = conn->tempaddr[i];
824 if(conn->tempaddr[i]) {
827 Curl_printable_address(conn->tempaddr[i], ipaddress, MAX_IPADR_LEN);
831 conn->timeoutms_per_addr = conn->tempaddr[i]->ai_next == NULL ?
850 if(conn->tempaddr[1] == NULL) {
1165 conn->tempaddr[0] = remotehost->addr;
1166 conn->tempaddr[1] = NULL;
1173 conn->tempaddr[0]->ai_next == NULL ? timeout_ms : timeout_ms / 2;
1176 while(conn->tempaddr[0]) {
1177 result = singleipconnect(conn, conn->tempaddr[0], &(conn->tempsock[0]));
1180 conn->tempaddr[0] = conn->tempaddr[0]->ai_next;