Searched refs:connectport (Results 1 - 6 of 6) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/curl-7.21.7/tests/server/
H A Dsockfilt.c131 static unsigned short connectport = 0; /* if non-zero, we activate this mode */ variable
906 connectport = curlx_ultous(ulnum);
956 if(connectport) {
964 me.sa4.sin_port = htons(connectport);
976 me.sa6.sin6_port = htons(connectport);
987 connectport, error, strerror(error));
1003 if(connectport)
1004 logmsg("Connected to port %hu", connectport);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/curl-7.21.7/tests/server/
H A Dsockfilt.c131 static unsigned short connectport = 0; /* if non-zero, we activate this mode */ variable
906 connectport = curlx_ultous(ulnum);
956 if(connectport) {
964 me.sa4.sin_port = htons(connectport);
976 me.sa6.sin6_port = htons(connectport);
987 connectport, error, strerror(error));
1003 if(connectport)
1004 logmsg("Connected to port %hu", connectport);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/curl-7.21.7/tests/server/
H A Dsockfilt.c131 static unsigned short connectport = 0; /* if non-zero, we activate this mode */ variable
906 connectport = curlx_ultous(ulnum);
956 if(connectport) {
964 me.sa4.sin_port = htons(connectport);
976 me.sa6.sin6_port = htons(connectport);
987 connectport, error, strerror(error));
1003 if(connectport)
1004 logmsg("Connected to port %hu", connectport);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/curl-7.21.7/lib/
H A Dftp.c1523 unsigned short connectport; /* the local port connect() should use! */ local
1664 connectport =
1669 conn->proxy.name, connectport);
1680 connectport = newport; /* we connect to the remote port */
1683 failf(data, "Can't resolve new host %s:%hu", newhost, connectport);
1721 ftp_pasv_verbose(conn, conninfo, newhost, connectport);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/curl-7.21.7/lib/
H A Dftp.c1523 unsigned short connectport; /* the local port connect() should use! */ local
1664 connectport =
1669 conn->proxy.name, connectport);
1680 connectport = newport; /* we connect to the remote port */
1683 failf(data, "Can't resolve new host %s:%hu", newhost, connectport);
1721 ftp_pasv_verbose(conn, conninfo, newhost, connectport);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/curl-7.21.7/lib/
H A Dftp.c1523 unsigned short connectport; /* the local port connect() should use! */ local
1664 connectport =
1669 conn->proxy.name, connectport);
1680 connectport = newport; /* we connect to the remote port */
1683 failf(data, "Can't resolve new host %s:%hu", newhost, connectport);
1721 ftp_pasv_verbose(conn, conninfo, newhost, connectport);

Completed in 150 milliseconds