Home
last modified time | relevance | path

Searched refs:tport (Results 1 – 6 of 6) sorted by relevance

/third_party/NuttX/fs/nfs/
Drpc_clnt.c555 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/
Draop-client.c967 uint16_t tport = DEFAULT_UDP_TIMING_PORT; in rtsp_stream_cb() local
977 c->udp_tfd = open_bind_udp_socket(c, &tport); in rtsp_stream_cb()
984 cport, tport); in rtsp_stream_cb()
1012 uint32_t cport =0, tport = 0; in rtsp_stream_cb() local
1068 if (pa_atou(pc + 1, &tport) < 0) in rtsp_stream_cb()
1080 if (cport <= 0 || tport <= 0) in rtsp_stream_cb()
1087 if ((c->udp_tfd = connect_udp_socket(c, c->udp_tfd, tport)) <= 0) in rtsp_stream_cb()
1090 … pa_log_debug("Connection established (UDP;control_port=%d;timing_port=%d)", cport, tport); in rtsp_stream_cb()
1097 pa_log_debug("Sent initial timing packet to UDP port %d", tport); in rtsp_stream_cb()
/third_party/openssl/apps/
Docsp.c249 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()
875 OPENSSL_free(tport); in ocsp_main()
Ds_client.c806 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/node/deps/npm/node_modules/uri-js/dist/es5/
Duri.all.min.js.map1 …RIComponents {\n\tscheme?:string;\n\tuserinfo?:string;\n\thost?:string;\n\tport?:number|string;\n\…
Duri.all.js.map1 …RIComponents {\n\tscheme?:string;\n\tuserinfo?:string;\n\thost?:string;\n\tport?:number|string;\n\…