Home
last modified time | relevance | path

Searched defs:port (Results 426 - 450 of 567) sorted by relevance

1...<<11121314151617181920>>...23

/third_party/libwebsockets/include/libwebsockets/
H A Dlws-secure-streams-policy.h379 uint16_t port; /**< endpoint port */ member
/third_party/libwebsockets/lib/core-net/
H A Dwsi.c678 lws_parse_uri(char *p, const char **prot, const char **ads, int *port, in lws_parse_uri() argument
/third_party/libwebsockets/lib/secure-streams/
H A Dsecure-streams.c678 int port, _port, tls; in _lws_ss_client_connect() local
/third_party/libwebsockets/lib/roles/http/server/
H A Dserver.c504 lws_select_vhost(struct lws_context *context, int port, const char *servername) in lws_select_vhost() argument
2074 int port = 80, n; lws_confirm_host_header() local
[all...]
/third_party/node/lib/
H A Dnet.js[all...]
/third_party/node/src/
H A Dinspector_socket_server.cc37 std::string FormatHostPort(const std::string& host, int port) { in FormatHostPort() argument
48 url << ':' << port; in FormatHostPort() local
152 std::string FormatWsAddress(const std::string& host, int port, in FormatWsAddress() argument
223 int port() const { return port_; } in port() function in node::inspector::ServerSocket
268 InspectorSocketServer( std::unique_ptr<SocketServerDelegate> delegate, uv_loop_t* loop, const std::string& host, int port, const InspectPublishUid& inspect_publish_uid, FILE* out, int pid) InspectorSocketServer() argument
543 int port; DetectPort() local
[all...]
H A Dnode_sockaddr.cc799 int32_t port in New() local
40 ToSockAddr( int32_t family, const char* host, uint32_t port, sockaddr_storage* addr) ToSockAddr() argument
61 New( const char* host, uint32_t port, SocketAddress* addr) New() argument
68 New( int32_t family, const char* host, uint32_t port, SocketAddress* addr) New() argument
[all...]
/third_party/musl/porting/liteos_m/kernel/include/sys/
H A Dmtio.h117 unsigned short port; member
/third_party/nghttp2/src/
H A Dshrpx_worker.cc1093 uint16_t port; in find_quic_upstream_addr() local
[all...]
/third_party/musl/porting/uniproton/kernel/include/sys/
H A Dmtio.h117 unsigned short port; member
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/
H A Dmtio.h117 unsigned short port; member
/third_party/ltp/testcases/network/netstress/
H A Dnetstress.c323 int port = TST_GETSOCKPORT(sd); in bind_before_connect() local
684 int port = TST_GETSOCKPORT(sfd); in server_init() local
[all...]
/third_party/lwip/src/apps/http/
H A Dhttp_client.c632 httpc_get_file(const ip_addr_t* server_addr, u16_t port, const char* uri, const httpc_connection_t *settings, in httpc_get_file() argument
677 httpc_get_file_dns(const char* server_name, u16_t port, const char* uri, const httpc_connection_t *settings, in httpc_get_file_dns() argument
818 httpc_get_file_to_disk(const ip_addr_t* server_addr, u16_t port, const char* uri, const httpc_connection_t *settings, void* callback_arg, const char* local_file_name, httpc_state_t **connection) httpc_get_file_to_disk() argument
870 httpc_get_file_dns_to_disk(const char* server_name, u16_t port, const char* uri, const httpc_connection_t *settings, void* callback_arg, const char* local_file_name, httpc_state_t **connection) httpc_get_file_dns_to_disk() argument
[all...]
/third_party/lwip/src/apps/mqtt/
H A Dmqtt.c1282 mqtt_client_connect(mqtt_client_t *client, const ip_addr_t *ip_addr, u16_t port, mqtt_connection_cb_t cb, void *arg, in mqtt_client_connect() argument
/third_party/lwip/src/core/
H A Ddns.c970 u16_t port = (u16_t)DNS_RAND_TXID(); in dns_alloc_random_port() local
1263 dns_recv(void *arg, struct udp_pcb *pcb, struct pbuf *p, const ip_addr_t *addr, u16_t port) in dns_recv() argument
[all...]
/third_party/node/deps/v8/include/v8-include/
H A Dv8-platform.h587 SharedMemoryHandleFromMachMemoryEntry( unsigned int port) SharedMemoryHandleFromMachMemoryEntry() argument
/third_party/musl/include/sys/
H A Dmtio.h117 unsigned short port; member
/third_party/node/deps/openssl/openssl/crypto/http/
H A Dhttp_client.c55 char *port; /* Optional server port */ member
170 OSSL_HTTP_REQ_CTX_set_request_line(OSSL_HTTP_REQ_CTX *rctx, int method_POST, const char *server, const char *port, const char *path) OSSL_HTTP_REQ_CTX_set_request_line() argument
371 http_req_ctx_new(int free_wbio, BIO *wbio, BIO *rbio, OSSL_HTTP_bio_cb_t bio_update_fn, void *arg, int use_ssl, const char *proxy, const char *server, const char *port, int buf_size, int overall_timeout) http_req_ctx_new() argument
862 const char *port = server_port; http_new_bio() local
927 OSSL_HTTP_open(const char *server, const char *port, const char *proxy, const char *no_proxy, int use_ssl, BIO *bio, BIO *rbio, OSSL_HTTP_bio_cb_t bio_update_fn, void *arg, int buf_size, int overall_timeout) OSSL_HTTP_open() argument
1133 char *port; OSSL_HTTP_get() local
1212 OSSL_HTTP_transfer(OSSL_HTTP_REQ_CTX **prctx, const char *server, const char *port, const char *path, int use_ssl, const char *proxy, const char *no_proxy, BIO *bio, BIO *rbio, OSSL_HTTP_bio_cb_t bio_update_fn, void *arg, int buf_size, const STACK_OF(CONF_VALUE) *headers, const char *content_type, BIO *req, const char *expected_ct, int expect_asn1, size_t max_resp_len, int timeout, int keep_alive) OSSL_HTTP_transfer() argument
1296 OSSL_HTTP_proxy_connect(BIO *bio, const char *server, const char *port, const char *proxyuser, const char *proxypass, int timeout, BIO *bio_err, const char *prog) OSSL_HTTP_proxy_connect() argument
[all...]
/third_party/node/deps/uv/src/
H A Duv-common.c221 int uv_ip4_addr(const char* ip, int port, struct sockaddr_in* addr) { in uv_ip4_addr() argument
232 int uv_ip6_addr(const char* ip, int port, struct sockaddr_in6* addr) { in uv_ip6_addr() argument
/third_party/pulseaudio/src/pulse/
H A Dintrospect.c829 pa_card_port_info* port = i->ports[j] = &i->ports[0][j]; in fill_card_port_info() local
[all...]
/third_party/python/Lib/http/
H A Dcookiejar.py38 import http.client # only for the default HTTP port namespace
[all...]
/third_party/pulseaudio/src/pulsecore/
H A Dcli-command.c1748 pa_device_port *port; pa_cli_command_port_offset() local
[all...]
/third_party/pulseaudio/src/modules/alsa/
H A Dalsa-mixer.h213 pa_device_port* port; member
/third_party/openssl/crypto/http/
H A Dhttp_client.c55 char *port; /* Optional server port */ member
169 OSSL_HTTP_REQ_CTX_set_request_line(OSSL_HTTP_REQ_CTX *rctx, int method_POST, const char *server, const char *port, const char *path) OSSL_HTTP_REQ_CTX_set_request_line() argument
364 http_req_ctx_new(int free_wbio, BIO *wbio, BIO *rbio, OSSL_HTTP_bio_cb_t bio_update_fn, void *arg, int use_ssl, const char *proxy, const char *server, const char *port, int buf_size, int overall_timeout) http_req_ctx_new() argument
851 const char *port = server_port; http_new_bio() local
916 OSSL_HTTP_open(const char *server, const char *port, const char *proxy, const char *no_proxy, int use_ssl, BIO *bio, BIO *rbio, OSSL_HTTP_bio_cb_t bio_update_fn, void *arg, int buf_size, int overall_timeout) OSSL_HTTP_open() argument
1122 char *port; OSSL_HTTP_get() local
1201 OSSL_HTTP_transfer(OSSL_HTTP_REQ_CTX **prctx, const char *server, const char *port, const char *path, int use_ssl, const char *proxy, const char *no_proxy, BIO *bio, BIO *rbio, OSSL_HTTP_bio_cb_t bio_update_fn, void *arg, int buf_size, const STACK_OF(CONF_VALUE) *headers, const char *content_type, BIO *req, const char *expected_ct, int expect_asn1, size_t max_resp_len, int timeout, int keep_alive) OSSL_HTTP_transfer() argument
1285 OSSL_HTTP_proxy_connect(BIO *bio, const char *server, const char *port, const char *proxyuser, const char *proxypass, int timeout, BIO *bio_err, const char *prog) OSSL_HTTP_proxy_connect() argument
[all...]
/third_party/skia/third_party/externals/microhttpd/src/microspdy/
H A Dstructures.h996 uint16_t port; member

Completed in 33 milliseconds

1...<<11121314151617181920>>...23