Home
last modified time | relevance | path

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

/curl/lib/
H A Dftp.h144 unsigned short newport; member
H A Dftp.c1989 ftpc->newport = (unsigned short)(num & 0xffff); in ftp_state_pasv_resp()
2043 ftpc->newport = (unsigned short)(((ip[4] << 8) + ip[5]) & 0xffff); in ftp_state_pasv_resp()
2091 rc = Curl_resolv(data, ftpc->newhost, ftpc->newport, FALSE, &addr); in ftp_state_pasv_resp()
2096 connectport = ftpc->newport; /* we connect to the remote port */ in ftp_state_pasv_resp()
2131 conn->secondary_port = ftpc->newport; in ftp_state_pasv_resp()

Completed in 21 milliseconds