Home
last modified time | relevance | path

Searched defs:port (Results 651 - 675 of 806) sorted by relevance

1...<<21222324252627282930>>...33

/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
/third_party/skia/third_party/externals/microhttpd/src/spdy2http/
H A Dproxy.c86 uint16_t port; member
238 long long port; in parse_uri() local
[all...]
/third_party/skia/third_party/externals/microhttpd/src/testspdy/
H A Dtest_new_connection.c38 int port; variable
121 uint16_t port; member
136 uint16_t port; member
515 static int connect_to(const char *host, uint16_t port) in connect_to() argument
775 int port = 0; parse_uri() local
[all...]
H A Dtest_notls.c100 uint16_t port; member
115 uint16_t port; member
466 static int connect_to(const char *host, uint16_t port) in connect_to() argument
710 int port = 0; parse_uri() local
840 childproc(int port) childproc() argument
868 parentproc( int port) parentproc() argument
949 int port = get_port(12123); main() local
[all...]
H A Dtest_request_response.c103 uint16_t port; member
118 uint16_t port; member
503 static int connect_to(const char *host, uint16_t port) in connect_to() argument
763 int port = 0; parse_uri() local
897 childproc(int port) childproc() argument
927 parentproc( int port) parentproc() argument
1005 int port = get_port(12123); main() local
[all...]
/third_party/python/Lib/test/
H A Dtest_imaplib.py986 port = 143 variable in RemoteIMAPTest
1037 port = 993 variable in RemoteIMAP_SSLTest
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/pae/
H A Dieee802_1x_kay.h41 be16 port; member
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/
H A Deapol_test.c998 wpa_init_conf(struct eapol_test_data *e, struct wpa_supplicant *wpa_s, const char *authsrv, int port, const char *secret, const char *cli_addr, const char *ifname) wpa_init_conf() argument
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/common/
H A Ddpp_tcp.c1652 int port; in dpp_controller_start() local
338 dpp_ipaddr_to_sockaddr(struct sockaddr *addr, socklen_t *addrlen, const struct hostapd_ip_addr *ipaddr, int port) dpp_ipaddr_to_sockaddr() argument
1566 dpp_tcp_init(struct dpp_global *dpp, struct dpp_authentication *auth, const struct hostapd_ip_addr *addr, int port, const char *name, enum dpp_netrole netrole, void *msg_ctx, void *cb_ctx, int (*process_conf_obj)(void *ctx, struct dpp_authentication *auth)) dpp_tcp_init() argument
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/pae/
H A Dieee802_1x_kay.h41 be16 port; member
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/
H A Deapol_test.c996 wpa_init_conf(struct eapol_test_data *e, struct wpa_supplicant *wpa_s, const char *authsrv, int port, const char *secret, const char *cli_addr, const char *ifname) wpa_init_conf() argument
/foundation/CastEngine/castengine_cast_plus_stream/src/rtsp/src/
H A Drtsp_controller.cpp401 int port = INVALID_VALUE; in ProcessSetupRequest() local
470 int port = INVALID_VALUE; in ProcessPlayRequest() local
567 int port in ProcessTriggerMethod() local
1318 int port = RtspParse::ParseIntSafe(portStr); ProcessGetPort() local
[all...]

Completed in 40 milliseconds

1...<<21222324252627282930>>...33