/third_party/ltp/include/ |
H A D | tst_safe_net.h | 82 #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 D | print_help.js | 106 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 D | inspector.js | 18 const kInspectArgRegex = /--inspect(?:-brk|-port)?|--debug-port/;
|
/third_party/node/test/parallel/ |
H A D | test-http-agent-maxtotalsockets.js | 62 port: s.address().port,
|
H A D | test-http-keep-alive-pipeline-max-requests.js | 85 socket.connect({ port: server.address().port });
|
H A D | test-tls-alert-handling.js | 56 const client = tls.connect(server.address().port, { 79 const socket = net.connect(server.address().port);
|
H A D | test-tls-cert-ext-encoding.js | 80 port: this.address().port,
|
H A D | test-tls-multi-key.js | 152 const ecdsa = tls.connect(this.address().port, { 172 const rsa = tls.connect(server.address().port, {
|
H A D | test-tls-ocsp-callback.js | 86 port: this.address().port,
|
/third_party/node/test/sequential/ |
H A D | test-tls-psk-client.js | 51 function waitForPort(port, cb) { 59 setTimeout(() => waitForPort(port, cb), 1000);
|
/third_party/node/src/ |
H A D | inspector_socket_server.h | 21 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 D | tls-connect.js | 61 port: this.address().port,
|
/third_party/node/benchmark/net/ |
H A D | net-s2c.js | 47 socketOpts = { port: PORT }; 63 port: PORT,
|
/third_party/ltp/testcases/kernel/syscalls/sendmmsg/ |
H A D | sendmmsg01.c | 65 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 D | recvmmsg01.c | 99 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 D | snmp_msg.h | 85 /* 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 D | minimal-http-server-custom-headers.c | 191 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 D | minimal-http-server-form-post.c | 190 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 D | minimal-http-server-sse.c | 210 info.port = 7681; in main() 214 info.port = 443; in main()
|
/third_party/lwip/src/include/lwip/priv/ |
H A D | api_msg.h | 73 /* 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 D | u_network.c | 111 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 D | card.h | 127 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 D | xsTcpServer.cpp | 33 TcpServer::TcpServer (deSocketFamily family, int port) in TcpServer() argument 38 address.setPort(port); in TcpServer()
|
/third_party/python/Lib/test/ |
H A D | test_smtpnet.py | 12 def check_ssl_verifiy(host, port): 14 with socket.create_connection((host, port)) as sock:
|
/third_party/selinux/libsepol/include/sepol/policydb/ |
H A D | services.h | 185 * 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,
|