Home
last modified time | relevance | path

Searched refs:port (Results 2051 - 2075 of 2397) sorted by relevance

1...<<81828384858687888990>>...96

/third_party/pulseaudio/src/modules/
H A Dmodule-rygel-media-server.c763 if (a.port <= 0) in compute_url()
764 a.port = 4714; in compute_url()
766 s = pa_sprintf_malloc("http://%s:%u/listen/source/%s", address, a.port, name); in compute_url()
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/
H A Deapol_test.c1000 int port, const char *secret, in wpa_init_conf()
1036 as->port = port; in wpa_init_conf()
1247 "eapol_test [-enWSv] -c<conf> [-a<AS IP>] [-p<AS port>] " in usage()
1261 " -p<AS port> = UDP port of the authentication server, " in usage()
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/wpa_supplicant/
H A Deapol_test.c998 int port, const char *secret, in wpa_init_conf()
1035 as->port = port; in wpa_init_conf()
1246 "eapol_test [-enWSv] -c<conf> [-a<AS IP>] [-p<AS port>] " in usage()
1260 " -p<AS port> = UDP port of the authentication server, " in usage()
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
/third_party/libwebsockets/minimal-examples/secure-streams/minimal-secure-streams-staticpolicy/
H A Dstatic-policy.h50 "port": 443,
66 "port": 443,
84 "port": 443,
104 "port": 443,
122 "port": 443,
145 "port": 443,
159 "port": 22,
172 "port": 443,
185 "port": 443,
198 "port"
[all...]
/base/telephony/sms_mms/frameworks/native/sms/src/
H A Dsms_service_proxy.cpp117 uint16_t port, const uint8_t *data, uint16_t dataLen, const sptr<ISendShortMessageCallback> &sendCallback, in SendMessage()
132 dataParcel.WriteInt16(port); in SendMessage()
116 SendMessage(int32_t slotId, const std::u16string desAddr, const std::u16string scAddr, uint16_t port, const uint8_t *data, uint16_t dataLen, const sptr<ISendShortMessageCallback> &sendCallback, const sptr<IDeliveryShortMessageCallback> &deliverCallback) SendMessage() argument
/base/telephony/sms_mms/services/sms/
H A Dsms_interface_stub.cpp223 int16_t port = data.ReadInt16(); in OnSendSmsDataRequest() local
243 int32_t result = SendMessage(slotId, desAddr, scAddr, port, buffer, dataLen, sendCallback, deliveryCallback); in OnSendSmsDataRequest()
/drivers/peripheral/codec/hal/idl_service/src/
H A Dcomponent_node.cpp288 int32_t ComponentNode::ComponentTunnelRequest(uint32_t port, int32_t omxHandleTypeTunneledComp, uint32_t tunneledPort, in ComponentTunnelRequest() argument
298 auto err = comType->ComponentTunnelRequest(comp_, port, reinterpret_cast<OMX_HANDLETYPE>(tunneledComp), in ComponentTunnelRequest()
/drivers/peripheral/codec/hal/src/
H A Dcodec_component_type_proxy.c442 uint32_t port, int32_t tunneledComp, uint32_t tunneledPort, struct OMX_TUNNELSETUPTYPE *tunnelSetup) in CodecComponentTypeProxyComponentTunnelRequest()
460 if (!HdfSbufWriteUint32(data, port)) { in CodecComponentTypeProxyComponentTunnelRequest()
461 CODEC_LOGE("write port failed!"); in CodecComponentTypeProxyComponentTunnelRequest()
441 CodecComponentTypeProxyComponentTunnelRequest(struct CodecComponentType *self, uint32_t port, int32_t tunneledComp, uint32_t tunneledPort, struct OMX_TUNNELSETUPTYPE *tunnelSetup) CodecComponentTypeProxyComponentTunnelRequest() argument
/foundation/bundlemanager/bundle_framework/interfaces/kits/cj/src/
H A Dbundle_manager_convert.cpp151 skillUri.port = MallocCString(cUri.port); in ConvertSkillUri()
/foundation/communication/dsoftbus/tests/core/transmission/trans_channel/tcp_direct/unittest/
H A Dtrans_tcp_direct_message_static_test.cpp790 conn.appInfo.peerData.port = 1; in HWTEST_F()
813 EXPECT_EQ(info.peerPort, conn.appInfo.peerData.port); in HWTEST_F()
/foundation/communication/netmanager_base/services/netmanagernative/bpf/src/
H A Dbitmap_manager.cpp281 void BitmapManager::AddPortBitmap(const std::vector<NetFirewallPortParam> &port, Bitmap &bitmap, in AddPortBitmap() argument
284 for (const NetFirewallPortParam &item : port) { in AddPortBitmap()
/foundation/communication/netstack/frameworks/js/napi/tls/src/
H A Dmonitor_server.cpp46 constexpr const char *PROPERTY_PORT = "port";
150 napi_value port = NapiUtils::CreateInt32(env, MessagePara->remoteInfo_.GetPort()); in MakeMessageObj() local
154 NapiUtils::SetNamedProperty(env, remoteInfo, PROPERTY_PORT, port); in MakeMessageObj()
/foundation/communication/netstack/frameworks/js/napi/http/async_context/src/
H A Drequest_context.cpp341 int32_t port = NapiUtils::GetInt32Property(GetEnv(), httpProxyValue, HttpConstant::HTTP_PROXY_KEY_PORT); in ParseUsingHttpProxy() local
356 options.SetSpecifiedHttpProxy(host, port, exclusionList); in ParseUsingHttpProxy()
/foundation/distributedhardware/device_manager/services/implementation/src/dependency/softbus/
H A Dsoftbus_connector.cpp338 jsonPara[ETH_PORT] = addr->info.ip.port; in GetConnectAddr()
345 jsonPara[WIFI_PORT] = addr->info.ip.port; in GetConnectAddr()
/third_party/alsa-lib/src/pcm/
H A Dpcm_shm.c820 long port = -1; in _snd_pcm_shm_open() local
883 if (strcmp(id, "port") == 0) { in _snd_pcm_shm_open()
884 err = snd_config_get_integer(n, &port); in _snd_pcm_shm_open()
/third_party/libwebsockets/lib/roles/http/server/
H A Dlejp-conf.c75 "vhosts[].port",
532 if (!a->info->port && in lejp_vhosts_cb()
637 a->info->port = atoi(ctx->buf); in lejp_vhosts_cb()
/third_party/libwebsockets/minimal-examples/embedded/esp32/esp-wrover-kit/main/
H A Dstatic-policy.h224 .port = 80,
240 .port = 443,
/third_party/libwebsockets/plugins/
H A Dprotocol_lws_openmetrics_export.c148 if (lws_parse_uri(url, &prot, &i.address, &i.port, &i.path)) { in omc_connect_client()
165 lwsl_notice("%s: %s %u %s\n", __func__, i.address, i.port, i.path); in omc_connect_client()
/third_party/node/deps/openssl/config/archs/darwin64-x86_64-cc/asm/include/openssl/
H A Docsp.h356 # define OCSP_parse_url(url, host, port, path, ssl) \
357 OSSL_HTTP_parse_url(url, ssl, NULL, host, port, NULL, path, NULL, NULL)
/third_party/node/deps/openssl/config/archs/linux-elf/asm/include/openssl/
H A Docsp.h356 # define OCSP_parse_url(url, host, port, path, ssl) \
357 OSSL_HTTP_parse_url(url, ssl, NULL, host, port, NULL, path, NULL, NULL)
/third_party/node/deps/openssl/config/archs/darwin-i386-cc/no-asm/include/openssl/
H A Docsp.h356 # define OCSP_parse_url(url, host, port, path, ssl) \
357 OSSL_HTTP_parse_url(url, ssl, NULL, host, port, NULL, path, NULL, NULL)
/third_party/node/deps/openssl/config/archs/darwin64-arm64-cc/asm/include/openssl/
H A Docsp.h356 # define OCSP_parse_url(url, host, port, path, ssl) \
357 OSSL_HTTP_parse_url(url, ssl, NULL, host, port, NULL, path, NULL, NULL)
/third_party/node/deps/openssl/config/archs/darwin64-x86_64-cc/asm_avx2/include/openssl/
H A Docsp.h356 # define OCSP_parse_url(url, host, port, path, ssl) \
357 OSSL_HTTP_parse_url(url, ssl, NULL, host, port, NULL, path, NULL, NULL)
/third_party/node/deps/openssl/config/archs/darwin64-x86_64-cc/no-asm/include/openssl/
H A Docsp.h356 # define OCSP_parse_url(url, host, port, path, ssl) \
357 OSSL_HTTP_parse_url(url, ssl, NULL, host, port, NULL, path, NULL, NULL)
/third_party/node/deps/openssl/config/archs/linux-aarch64/asm/include/openssl/
H A Docsp.h356 # define OCSP_parse_url(url, host, port, path, ssl) \
357 OSSL_HTTP_parse_url(url, ssl, NULL, host, port, NULL, path, NULL, NULL)

Completed in 32 milliseconds

1...<<81828384858687888990>>...96