Searched refs:connectport (Results 1 - 3 of 3) sorted by relevance
/third_party/curl/tests/server/ |
H A D | sockfilt.c | 146 static unsigned short connectport = 0; /* if non-zero, we activate this mode */ variable 1435 connectport = curlx_ultous(ulnum); in main() 1491 if(connectport) { in main() 1499 me.sa4.sin_port = htons(connectport); in main() 1511 me.sa6.sin6_port = htons(connectport); in main() 1522 connectport, error, sstrerror(error)); in main() 1541 if(connectport) in main() 1542 logmsg("Connected to port %hu", connectport); in main()
|
H A D | socksd.c | 286 static curl_socket_t socksconnect(unsigned short connectport, in socksconnect() argument 296 me.sa4.sin_port = htons(connectport); in socksconnect() 305 connectaddr, connectport, error, sstrerror(error)); in socksconnect() 308 logmsg("Connected fine to %s:%d", connectaddr, connectport); in socksconnect()
|
/third_party/curl/lib/ |
H A D | ftp.c | 1829 unsigned short connectport; /* the local port connect() should use! */ in ftp_state_pasv_resp() local 1938 connectport = in ftp_state_pasv_resp() 1942 failf(data, "Can't resolve proxy host %s:%hu", host_name, connectport); in ftp_state_pasv_resp() 1966 connectport = ftpc->newport; /* we connect to the remote port */ in ftp_state_pasv_resp() 1969 failf(data, "Can't resolve new host %s:%hu", ftpc->newhost, connectport); in ftp_state_pasv_resp() 1995 ftp_pasv_verbose(data, addr->addr, ftpc->newhost, connectport); in ftp_state_pasv_resp()
|
Completed in 8 milliseconds