Searched refs:newhost (Results 1 – 3 of 3) sorted by relevance
/external/autotest/server/hosts/ |
D | servo_host.py | 772 newhost = ServoHost( 782 newhost.repair(silent=True) 783 return newhost 787 newhost.repair() 789 logging.exception('servo repair failed for %s', newhost.hostname) 792 newhost.verify() 794 logging.exception('servo verify failed for %s', newhost.hostname) 795 return newhost
|
/external/curl/lib/ |
D | ftp.h | 155 char *newhost; /* this is the pair to connect the DATA... */ member
|
D | ftp.c | 117 char *newhost, /* ascii version */ 255 Curl_safefree(ftpc->newhost); in freedirs() 1828 Curl_safefree(ftpc->newhost); in ftp_state_pasv_resp() 1861 ftpc->newhost = strdup(control_address(conn)); in ftp_state_pasv_resp() 1862 if(!ftpc->newhost) in ftp_state_pasv_resp() 1910 ftpc->newhost = strdup(control_address(conn)); in ftp_state_pasv_resp() 1913 ftpc->newhost = aprintf("%u.%u.%u.%u", ip[0], ip[1], ip[2], ip[3]); in ftp_state_pasv_resp() 1915 if(!ftpc->newhost) in ftp_state_pasv_resp() 1953 rc = Curl_resolv(conn, ftpc->newhost, ftpc->newport, &addr); in ftp_state_pasv_resp() 1961 failf(data, "Can't resolve new host %s:%hu", ftpc->newhost, connectport); in ftp_state_pasv_resp() [all …]
|