Home
last modified time | relevance | path

Searched refs:port (Results 351 - 375 of 1773) sorted by relevance

1...<<11121314151617181920>>...71

/third_party/curl/tests/libtest/
H A Dlib1510.c42 char *port = libtest_arg3; in test() local
50 port, address); in test()
81 i + 1, port, i + 1); in test()
/third_party/curl/lib/
H A Dhostasyn.c82 data->state.async.port); in Curl_addrinfo_callback()
117 int port, in Curl_getaddrinfo()
120 return Curl_resolver_getaddrinfo(data, hostname, port, waitp); in Curl_getaddrinfo()
115 Curl_getaddrinfo(struct Curl_easy *data, const char *hostname, int port, int *waitp) Curl_getaddrinfo() argument
H A Damigaos.c128 int port) in Curl_ipv4_resolve_r()
145 ai = Curl_he2ai(h, port); in Curl_ipv4_resolve_r()
161 ai = Curl_he2ai(h, port); in Curl_ipv4_resolve_r()
171 ai = Curl_he2ai(h, port); in Curl_ipv4_resolve_r()
127 Curl_ipv4_resolve_r(const char *hostname, int port) Curl_ipv4_resolve_r() argument
/third_party/node/test/parallel/
H A Dtest-child-process-disconnect.js62 process.send({ msg: 'ready', port: server.address().port });
88 const socket = net.connect(obj.port);
H A Dtest-dgram-udp6-link-local-address.js36 const port = server.address().port;
37 client.send(message, 0, message.length, port, address);
H A Dtest-dns-multi-channel.js21 socket.on('message', common.mustCall((msg, { address, port }) => {
30 }), port, address);
46 resolver.setServers([`127.0.0.1:${socket.address().port}`]);
H A Dtest-http-client-reject-unexpected-agent.js8 port: undefined,
47 baseOptions.port = this.address().port;
H A Dtest-http-default-port.js44 assert.strictEqual(req.headers['x-port'], `${server.address().port}`);
49 mod.globalAgent.defaultPort = server.address().port;
54 'x-port': server.address().port
H A Dtest-http2-compat-serverrequest-trailers.js18 const port = server.address().port;
45 const url = `http://localhost:${port}`;
51 ':authority': `localhost:${port}`
H A Dtest-net-dns-custom-lookup.js16 port: this.address().port,
58 port: 80,
/third_party/node/test/sequential/
H A Dtest-net-connect-local-error.js11 port: common.PORT,
20 port: common.PORT + 2,
32 `connect ${err.code} ${err.address}:${err.port} ` +
/third_party/ltp/testcases/network/stress/ns-tools/
H A Dtst_net_stress.sh102 local port=$(tst_get_unused_port ipv${TST_IPVER} stream)
104 netstress -R 3 -g $port > /dev/null 2>&1 &
105 tst_rhost_run -b -c "netstress -l -H $ip -g $port"
/third_party/vk-gl-cts/execserver/tools/
H A DxsMain.cpp47 parser << Option<Port> ("p", "port", "Port", "50016") in registerOptions()
83 const int port = cmdLine.getOption<opt::Port>(); in main() local
84 xs::ExecutionServer server (&testProcess, DE_SOCKETFAMILY_INET4, port, runMode); in main()
86 std::cout << "Listening on port " << port << ".\n"; in main() local
/third_party/selinux/libsepol/include/sepol/
H A Dibendport_record.h25 int port,
30 int *port);
41 extern void sepol_ibendport_set_port(sepol_ibendport_t *ibendport, int port);
/vendor/hisilicon/hispark_pegasus/demo/samart_environmental_monitoring_system_demo/udpserver_env/
H A Dudp_server_test.c32 void UdpServerTest(unsigned short port) argument
41 serverAddr.sin_port = htons(port);
50 printf("bind to port %u success!\r\n", port);
56 printf("peer info: ipaddr = %s, port = %d\r\n", inet_ntoa(clientAddr.sin_addr), ntohs(clientAddr.sin_port));
/vendor/hisilicon/hispark_pegasus/demo/smart_night_light_demo/udpserver_light/
H A Dudp_server_test.c30 void UdpServerTest(unsigned short port) argument
39 serverAddr.sin_port = htons(port);
48 printf("bind to port %u success!\r\n", port);
54 printf("peer info: ipaddr = %s, port = %d\r\n", inet_ntoa(clientAddr.sin_addr), ntohs(clientAddr.sin_port));
/vendor/hisilicon/hispark_pegasus/demo/udpserver_demo/
H A Dudp_server_test.c23 void UdpServerTest(unsigned short port) argument
32 serverAddr.sin_port = htons(port);
42 printf("bind to port %u success!\r\n", port);
51 printf("peer info: ipaddr = %s, port = %d\r\n", inet_ntoa(clientAddr.sin_addr), ntohs(clientAddr.sin_port));
/device/qemu/SmartL_E802/liteos_m/board/hals/csky_driver/src/
H A Ddevices.c99 port_name_e port; member
127 int32_t target_gpio_port_init(port_name_e port, uint32_t *base, uint32_t *irq, uint32_t *pin_num) in target_gpio_port_init() argument
132 if (sg_gpio_config[i].port == port) { in target_gpio_port_init()
/third_party/ffmpeg/libavformat/
H A Dtls.c59 int port; in ff_tls_open_underlying() local
72 av_url_split(NULL, 0, NULL, 0, c->underlying_host, sizeof(c->underlying_host), &port, NULL, 0, uri); in ff_tls_open_underlying()
83 ff_url_join(buf, sizeof(buf), "tcp", NULL, c->underlying_host, port, "%s", p); in ff_tls_open_underlying()
108 ff_url_join(dest, sizeof(dest), NULL, NULL, c->underlying_host, port, NULL); in ff_tls_open_underlying()
/third_party/backends/backend/
H A Dmustek_pp.h76 typedef SANE_Status (*SANE_Attach_Callback) (SANE_String_Const port, SANE_String_Const name,
88 SANE_String_Const port,
107 SANE_Status (*open)(SANE_String port, SANE_Int caps, SANE_Int *fd);
163 /* port */
164 SANE_String port; member
H A Dxerox_mfp-tcp.c101 int port; in tcp_dev_open() local
125 port = atoi(strport); in tcp_dev_open()
128 port = ntohs(sp->s_port); in tcp_dev_open()
135 status = sanei_tcp_open(strhost, port, &dev->dn); in tcp_dev_open()
/third_party/libwebsockets/minimal-examples/secure-streams/minimal-secure-streams-proxy/
H A Dmain.c34 static int interrupted, bad = 1, port = 0 /* unix domain socket */; variable
113 "\"port\": 80,"
122 "\"port\":" "443,"
195 if (lws_ss_proxy_create(context, ibind, port)) { in app_system_state_nf()
264 /* connect to ssproxy via UDS by default, else via tcp with this port */ in main()
266 port = atoi(p); in main()
280 info.port = CONTEXT_PORT_NO_LISTEN; in main()
/third_party/libwebsockets/minimal-examples/ws-client/minimal-ws-client-echo/
H A Dminimal-ws-client-echo.c26 static int interrupted, port = 7681, options = 0; variable
62 "port", /* pvo name */
63 (void *)&port /* pvo value */
112 lwsl_user(" lws-minimal-ws-client-echo [-n (no exts)] [-u url] [-p port] [-o (once)]\n"); in main()
118 port = atoi(p); in main()
135 info.port = CONTEXT_PORT_NO_LISTEN; in main()
/third_party/libwebsockets/minimal-examples-lowlevel/raw/minimal-raw-client/
H A Dmain.c38 static const char *server = "libwebsockets.org", *port = "443"; variable
158 i.port = atoi(port); in system_notify_cb()
196 info.port = CONTEXT_PORT_NO_LISTEN_SERVER; in main()
/third_party/node/lib/
H A Dinspector.js164 * Activates inspector on host and port.
165 * @param {number} [port]
170 function inspectorOpen(port, host, wait) {
176 // open() function requires the port to fit into a 16-bit unsigned integer,
178 if (isUint32(port)) {
179 validateInt32(port, 'port', 0, 65535);
181 open(port, host);

Completed in 7 milliseconds

1...<<11121314151617181920>>...71