Searched refs:tport (Results 1 - 6 of 6) sorted by relevance
/third_party/NuttX/fs/nfs/ |
H A D | rpc_clnt.c | 555 unsigned short tport = 0; in rpcclnt_reconnect() local 577 tport = random() % (RPCCONN_MAXPORT - RPCCONN_MINPORT) + RPCCONN_MINPORT; in rpcclnt_reconnect() 578 sock_in.sin_port = htons(tport); in rpcclnt_reconnect() 590 nfs_debug_error("psock_bind failed: %d, port = %d\n", errval, tport); in rpcclnt_reconnect() 667 uint16_t tport = 0; in rpcclnt_connect() local 694 tport = random() % (RPCCONN_MAXPORT - RPCCONN_MINPORT) + RPCCONN_MINPORT; in rpcclnt_connect() 695 sin.sin_port = htons(tport); in rpcclnt_connect() 708 nfs_debug_error("psock_bind failed: %d, port = %d\n", errval, tport); in rpcclnt_connect()
|
/third_party/pulseaudio/src/modules/raop/ |
H A D | raop-client.c | 971 uint16_t tport = DEFAULT_UDP_TIMING_PORT; in rtsp_stream_cb() local 981 c->udp_tfd = open_bind_udp_socket(c, &tport); in rtsp_stream_cb() 988 cport, tport); in rtsp_stream_cb() 1016 uint32_t cport =0, tport = 0; in rtsp_stream_cb() local 1072 if (pa_atou(pc + 1, &tport) < 0) in rtsp_stream_cb() 1084 if (cport <= 0 || tport <= 0) in rtsp_stream_cb() 1091 if ((c->udp_tfd = connect_udp_socket(c, c->udp_tfd, tport)) <= 0) in rtsp_stream_cb() 1094 pa_log_debug("Connection established (UDP;control_port=%d;timing_port=%d)", cport, tport); in rtsp_stream_cb() 1101 pa_log_debug("Sent initial timing packet to UDP port %d", tport); in rtsp_stream_cb()
|
/third_party/node/deps/openssl/openssl/apps/ |
H A D | ocsp.c | 249 char *thost = NULL, *tport = NULL, *tpath = NULL; in ocsp_main() local 286 OPENSSL_free(tport); in ocsp_main() 288 thost = tport = tpath = NULL; in ocsp_main() 296 tport = port; in ocsp_main() 877 OPENSSL_free(tport); in ocsp_main()
|
H A D | s_client.c | 806 char *thost = NULL, *tport = NULL; in s_client_main() local 1547 tport = OPENSSL_strdup(port); in s_client_main() 1548 if (thost == NULL || tport == NULL) { in s_client_main() 2160 if (!OSSL_HTTP_proxy_connect(sbio, thost, tport, proxyuser, proxypass, in s_client_main() 3112 OPENSSL_free(tport); in s_client_main()
|
/third_party/openssl/apps/ |
H A D | ocsp.c | 249 char *thost = NULL, *tport = NULL, *tpath = NULL; in ocsp_main() local 286 OPENSSL_free(tport); in ocsp_main() 288 thost = tport = tpath = NULL; in ocsp_main() 296 tport = port; in ocsp_main() 877 OPENSSL_free(tport); in ocsp_main()
|
H A D | s_client.c | 806 char *thost = NULL, *tport = NULL; in s_client_main() local 1547 tport = OPENSSL_strdup(port); in s_client_main() 1548 if (thost == NULL || tport == NULL) { in s_client_main() 2160 if (!OSSL_HTTP_proxy_connect(sbio, thost, tport, proxyuser, proxypass, in s_client_main() 3112 OPENSSL_free(tport); in s_client_main()
|
Completed in 23 milliseconds