/third_party/ltp/testcases/network/netstress/ |
H A D | netstress.c | 323 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 D | http_client.c | 632 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 D | mqtt.c | 1282 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 D | dns.c | 970 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 D | v8-platform.h | 587 SharedMemoryHandleFromMachMemoryEntry( unsigned int port) SharedMemoryHandleFromMachMemoryEntry() argument
|
/third_party/musl/include/sys/ |
H A D | mtio.h | 117 unsigned short port; member
|
/third_party/node/deps/openssl/openssl/crypto/http/ |
H A D | http_client.c | 55 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 D | uv-common.c | 221 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 D | introspect.c | 829 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 D | cookiejar.py | 38 import http.client # only for the default HTTP port namespace [all...] |
/third_party/pulseaudio/src/pulsecore/ |
H A D | cli-command.c | 1748 pa_device_port *port; pa_cli_command_port_offset() local [all...] |
/third_party/pulseaudio/src/modules/alsa/ |
H A D | alsa-mixer.h | 213 pa_device_port* port; member
|
/third_party/openssl/crypto/http/ |
H A D | http_client.c | 55 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 D | structures.h | 996 uint16_t port; member
|
/third_party/skia/third_party/externals/microhttpd/src/spdy2http/ |
H A D | proxy.c | 86 uint16_t port; member 238 long long port; in parse_uri() local [all...] |
/third_party/skia/third_party/externals/microhttpd/src/testspdy/ |
H A D | test_new_connection.c | 38 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 D | test_notls.c | 100 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 D | test_request_response.c | 103 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 D | test_imaplib.py | 986 port = 143 variable in RemoteIMAPTest 1037 port = 993 variable in RemoteIMAP_SSLTest
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/pae/ |
H A D | ieee802_1x_kay.h | 41 be16 port; member
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/ |
H A D | eapol_test.c | 998 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 D | dpp_tcp.c | 1652 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 D | ieee802_1x_kay.h | 41 be16 port; member
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/ |
H A D | eapol_test.c | 996 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 D | rtsp_controller.cpp | 401 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...] |