Searched refs:newport (Results 1 - 4 of 4) sorted by relevance

/macosx-10.10/curl-83.1.2/curl/lib/
H A Dftp.h154 unsigned short newport; /* connection to */ member in struct:ftp_conn
H A Dftp.c1827 char *newhost, unsigned short newport,
1838 newport, SECONDARYSOCKET, conn);
1842 result = Curl_SOCKS4(conn->proxyuser, newhost, newport,
1847 result = Curl_SOCKS4(conn->proxyuser, newhost, newport,
1876 result = Curl_proxyCONNECT(conn, SECONDARYSOCKET, newhost, newport);
1935 ftpc->newport = (unsigned short)(num & 0xffff);
2009 ftpc->newport = (unsigned short)(((port[0]<<8) + port[1]) & 0xffff);
2043 rc = Curl_resolv(conn, ftpc->newhost, ftpc->newport, &addr);
2048 connectport = ftpc->newport; /* we connect to the remote port */
3642 result = proxy_magic(conn, ftpc->newhost, ftpc->newport,
1826 proxy_magic(struct connectdata *conn, char *newhost, unsigned short newport, bool *magicdone) argument
[all...]
/macosx-10.10/network_cmds-457/alias/
H A Dalias_nbt.c82 u_short newport; member in struct:__anon11273
659 nbtarg.newport = *original_port;
/macosx-10.10/OpenSSH-189/openssh/
H A Dchannels.c3125 * the actual 'newport' has been allocated. If 'newport' < 0 is
3129 channel_update_permitted_opens(int idx, int newport) argument
3137 newport > 0 ? "Updating" : "Removing",
3138 newport,
3141 if (newport >= 0) {
3143 (datafellows & SSH_BUG_DYNAMIC_RPORT) ? 0 : newport;

Completed in 115 milliseconds