Home
last modified time | relevance | path

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

/external/curl/lib/
Dftp.h153 unsigned short newport; /* connection to */ member
Dftp.c1910 ftpc->newport = (unsigned short)(num & 0xffff); in ftp_state_pasv_resp()
1967 ftpc->newport = (unsigned short)(((port[0]<<8) + port[1]) & 0xffff); in ftp_state_pasv_resp()
2002 rc = Curl_resolv(conn, ftpc->newhost, ftpc->newport, &addr); in ftp_state_pasv_resp()
2007 connectport = ftpc->newport; /* we connect to the remote port */ in ftp_state_pasv_resp()
2039 conn->secondary_port = ftpc->newport; in ftp_state_pasv_resp()
/external/openssh/
Dchannels.c3844 channel_update_permitted_opens(int idx, int newport) argument
3852 newport > 0 ? "Updating" : "Removing",
3853 newport,
3856 if (newport >= 0) {
3858 (datafellows & SSH_BUG_DYNAMIC_RPORT) ? 0 : newport;
/external/netperf/src/
Dnettest_bsd.c9066 newport: in send_tcp_conn_rr()
9124 goto newport; in send_tcp_conn_rr()
10192 newport: in send_tcp_tran_rr()
10239 goto newport; in send_tcp_tran_rr()
Dnettest_xti.c5346 newport: in send_xti_tcp_conn_rr()