Home
last modified time | relevance | path

Searched refs:port (Results 801 - 825 of 1773) sorted by relevance

1...<<31323334353637383940>>...71

/third_party/ltp/include/
H A Dtst_safe_net.h82 #define SAFE_GETADDRINFO(src_addr, port, hints, addr_info) \
83 safe_getaddrinfo(__FILE__, __LINE__, src_addr, port, hints, addr_info)
/third_party/node/lib/internal/main/
H A Dprint_help.js106 return '[host:]port';
157 // For cases like `--inspect-brk[=[host:]port]`.
214 ' node inspect [options] [ script.js | host:port ] [arguments]\n\n' +
/third_party/node/lib/internal/util/
H A Dinspector.js18 const kInspectArgRegex = /--inspect(?:-brk|-port)?|--debug-port/;
/third_party/node/test/parallel/
H A Dtest-http-agent-maxtotalsockets.js62 port: s.address().port,
H A Dtest-http-keep-alive-pipeline-max-requests.js85 socket.connect({ port: server.address().port });
H A Dtest-tls-alert-handling.js56 const client = tls.connect(server.address().port, {
79 const socket = net.connect(server.address().port);
H A Dtest-tls-cert-ext-encoding.js80 port: this.address().port,
H A Dtest-tls-multi-key.js152 const ecdsa = tls.connect(this.address().port, {
172 const rsa = tls.connect(server.address().port, {
H A Dtest-tls-ocsp-callback.js86 port: this.address().port,
/third_party/node/test/sequential/
H A Dtest-tls-psk-client.js51 function waitForPort(port, cb) {
59 setTimeout(() => waitForPort(port, cb), 1000);
/third_party/node/src/
H A Dinspector_socket_server.h21 std::string FormatWsAddress(const std::string& host, int port,
49 int port,
55 // Start listening on host/port
/third_party/node/test/fixtures/
H A Dtls-connect.js61 port: this.address().port,
/third_party/node/benchmark/net/
H A Dnet-s2c.js47 socketOpts = { port: PORT };
63 port: PORT,
/third_party/ltp/testcases/kernel/syscalls/sendmmsg/
H A Dsendmmsg01.c65 unsigned int port = TST_GET_UNUSED_PORT(AF_INET, SOCK_DGRAM); in setup() local
72 addr.sin_port = port; in setup()
/third_party/ltp/testcases/kernel/syscalls/recvmmsg/
H A Drecvmmsg01.c99 unsigned int port = TST_GET_UNUSED_PORT(AF_INET, SOCK_DGRAM); in setup() local
109 addr.sin_port = port; in setup()
/third_party/lwip/src/apps/snmp/
H A Dsnmp_msg.h85 /* source UDP port */
173 void snmp_receive(void *handle, struct pbuf *p, const ip_addr_t *source_ip, u16_t port);
174 err_t snmp_sendto(void *handle, struct pbuf *p, const ip_addr_t *dst, u16_t port);
/third_party/libwebsockets/minimal-examples/http-server/minimal-http-server-custom-headers/
H A Dminimal-http-server-custom-headers.c191 info.port = 7681; in main()
203 info.port = 7682; in main()
/third_party/libwebsockets/minimal-examples/http-server/minimal-http-server-form-post/
H A Dminimal-http-server-form-post.c190 info.port = 7681; in main()
203 if ((p = lws_cmdline_option(argc, argv, "--port"))) in main()
204 info.port = atoi(p); in main()
/third_party/libwebsockets/minimal-examples/http-server/minimal-http-server-sse/
H A Dminimal-http-server-sse.c210 info.port = 7681; in main()
214 info.port = 443; in main()
/third_party/lwip/src/include/lwip/priv/
H A Dapi_msg.h73 /* IP addresses and port numbers are expected to be in
96 u16_t port; member
102 u16_t API_MSG_M_DEF(port);
/third_party/mesa3d/src/gallium/auxiliary/util/
H A Du_network.c111 u_socket_connect(const char *hostname, uint16_t port) in u_socket_connect() argument
122 snprintf(portString, sizeof(portString), "%d", port); in u_socket_connect()
/third_party/pulseaudio/src/pulsecore/
H A Dcard.h127 void pa_card_new_data_set_preferred_port(pa_card_new_data *data, pa_direction_t direction, pa_device_port *port);
133 * must be called between pa_card_new() and pa_card_put(), after the port and
144 void pa_card_set_preferred_port(pa_card *c, pa_direction_t direction, pa_device_port *port);
/third_party/vk-gl-cts/execserver/
H A DxsTcpServer.cpp33 TcpServer::TcpServer (deSocketFamily family, int port) in TcpServer() argument
38 address.setPort(port); in TcpServer()
/third_party/python/Lib/test/
H A Dtest_smtpnet.py12 def check_ssl_verifiy(host, port):
14 with socket.create_connection((host, port)) as sock:
/third_party/selinux/libsepol/include/sepol/policydb/
H A Dservices.h185 * Return the SID of the port specified by
186 * `domain', `type', `protocol', and `port'.
191 uint16_t port, sepol_security_id_t * out_sid);
203 * `dev_name', and `port'.
206 uint8_t port,

Completed in 7 milliseconds

1...<<31323334353637383940>>...71