Home
last modified time | relevance | path

Searched refs:port (Results 2126 - 2150 of 2397) sorted by relevance

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

/third_party/node/deps/openssl/config/archs/linux-armv4/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-armv4/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_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-arm64-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/pulseaudio/src/modules/
H A Dmodule-zeroconf-publish.c268 a.port > 0) { in compute_port()
271 return a.port; in compute_port()
/third_party/openssl/crypto/cmp/
H A Dcmp_ctx.c977 /** Set the HTTP server port to be used */
978 int OSSL_CMP_CTX_set_serverPort(OSSL_CMP_CTX *ctx, int port) in OSSL_CMP_CTX_set_serverPort() argument
984 ctx->serverPort = port; in OSSL_CMP_CTX_set_serverPort()
/third_party/python/Lib/test/
H A Dtest_support.py133 port = socket_helper.find_unused_port()
134 s = socket.create_server((socket_helper.HOST, port))
H A Dtest_wsgiref.py34 host, port = self.server_address
36 self.server_port = port
H A Dtest_logging.py819 :param addr: A (host, port) tuple which the server listens on.
820 You can specify a port value of zero: the server's
821 *port* attribute will hold the actual port number
839 self.port = self.socket.getsockname()[1]
850 :param peer: The client (host, port) tuple.
943 :param addr: A tuple with the IP address and port to listen on.
984 :param addr: A tuple with the IP address and port to listen on.
1009 self.port = self.socket.getsockname()[1]
1015 :param addr: A tuple with the IP address and port t
[all...]
H A Dtest_xmlrpc.py624 s, port = self.socket.accept()
626 return s, port
687 s, port = self.socket.accept()
689 return s, port
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/drivers/
H A Ddriver_macsec_qca.c665 u16 sci_port = be_to_host16(sc->sci.port); in macsec_qca_create_receive_sc()
856 u16 sci_port = be_to_host16(sc->sci.port); in macsec_qca_create_transmit_sc()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/drivers/
H A Ddriver_macsec_qca.c687 u16 sci_port = be_to_host16(sc->sci.port); in macsec_qca_create_receive_sc()
878 u16 sci_port = be_to_host16(sc->sci.port); in macsec_qca_create_transmit_sc()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/hs20/client/
H A Dosu_client.c981 char *proto, *port; in set_pps_cred_policy_required_proto_port() local
999 port = node ? xml_node_get_text(ctx->xml, node) : NULL; in set_pps_cred_policy_required_proto_port()
1000 if (port) { in set_pps_cred_policy_required_proto_port()
1002 port); in set_pps_cred_policy_required_proto_port()
1003 buflen = os_strlen(proto) + os_strlen(port) + 10; in set_pps_cred_policy_required_proto_port()
1006 os_snprintf(buf, buflen, "%s:%s", proto, port); in set_pps_cred_policy_required_proto_port()
1007 xml_node_get_text_free(ctx->xml, port); in set_pps_cred_policy_required_proto_port()
/third_party/wpa_supplicant/wpa_supplicant-2.9/hs20/client/
H A Dosu_client.c982 char *proto, *port; in set_pps_cred_policy_required_proto_port() local
1000 port = node ? xml_node_get_text(ctx->xml, node) : NULL; in set_pps_cred_policy_required_proto_port()
1001 if (port) { in set_pps_cred_policy_required_proto_port()
1003 port); in set_pps_cred_policy_required_proto_port()
1004 buflen = os_strlen(proto) + os_strlen(port) + 10; in set_pps_cred_policy_required_proto_port()
1007 os_snprintf(buf, buflen, "%s:%s", proto, port); in set_pps_cred_policy_required_proto_port()
1008 xml_node_get_text_free(ctx->xml, port); in set_pps_cred_policy_required_proto_port()
/base/telephony/sms_mms/test/gtest/
H A Dsms_gtest.cpp884 uint16_t port = SMS_PORT; in SendDataMessageTestFuc() local
896 StringUtils::ToUtf16(sca), port, DATA_SMS, (sizeof(DATA_SMS) / sizeof(DATA_SMS[0]) - 1), sendCallBackPtr, in SendDataMessageTestFuc()
912 uint16_t port = SMS_PORT; in SendDataMessageTestFuc2() local
924 StringUtils::ToUtf16(sca), port, DATA_SMS, (sizeof(DATA_SMS) / sizeof(DATA_SMS[0]) - 1), sendCallBackPtr, in SendDataMessageTestFuc2()
/foundation/multimedia/av_codec/services/engine/codec/video/hcodec/
H A Dhcodec.cpp418 if (!caps_.port.video.isSupportLowLatency) { in SetLowLatency()
443 for (int32_t f : caps_.port.video.supportPixFmts) { in GetPixelFmtFromUser()
477 const std::vector<int32_t>& supportFmts = caps_.port.video.supportPixFmts; in CheckBufPixFmt()
496 HLOGE("set port format failed"); in SetVideoPortInfo()
505 HLOGE("get port definition failed"); in SetVideoPortInfo()
517 HLOGE("set port definition failed"); in SetVideoPortInfo()
534 HLOGI("----- %s port definition -----", (def.nPortIndex == OMX_DirInput) ? "INPUT" : "OUTPUT"); in PrintPortDefinition()
550 HLOGE("get %s port definition failed", (portIndex == OMX_DirInput ? "input" : "output")); in GetPortDefinition()
597 HLOGE("Failed to AllocateBuffer on %s port", (portIndex == OMX_DirInput ? "input" : "output")); in AllocateAvHardwareBuffers()
654 HLOGE("Failed to UseBuffer on %s port", (portInde in AllocateAvSharedBuffers()
[all...]
H A Dhencoder.cpp137 if (!caps_.port.video.isSupportLTR) { in SetLTRParam()
141 if (ltrFrameNum <= 0 || ltrFrameNum > caps_.port.video.maxLTRFrameNum) { in SetLTRParam()
205 if (!caps_.port.video.isSupportTSVC) { in SetTemperalLayer()
247 if (!caps_.port.video.isSupportWaterMark) { in OnConfigureBuffer()
402 HLOGE("get input port definition failed"); in UpdateInPortFormat()
434 HLOGE("get output port definition failed"); in UpdateOutPortFormat()
1115 HLOGE("Failed to UseBuffer on input port"); in AllocInBufsForDynamicSurfaceBuf()
/foundation/communication/dsoftbus/core/transmission/trans_channel/auth/src/
H A Dtrans_auth_manager.c972 connInfo->connInfo.rawWifiDirect.peerIp, connInfo->connInfo.rawWifiDirect.port); in PrepareAuthChannel()
1073 int32_t authId = AuthOpenChannel(connOpt->socketOption.addr, connOpt->socketOption.port); in TransOpenAuthMsgChannel()
1272 if (info->connOpt.socketOption.port == connInfo->socketOption.port && in CheckIsWifiAuthChannel()
/foundation/communication/netmanager_ext/services/vpnmanager/src/
H A Dnetworkvpn_service.cpp324 cJSON *port = cJSON_GetObjectItem(mem, "port"); in ConvertNetAddrToConfig() local
325 if (port != nullptr && cJSON_IsNumber(port)) { in ConvertNetAddrToConfig()
326 tmp.port_ = static_cast<int32_t>(cJSON_GetNumberValue(port)); in ConvertNetAddrToConfig()
327 NETMGR_EXT_LOG_D("port = %{public}d", tmp.port_); in ConvertNetAddrToConfig()
478 cJSON_AddItemToObject(jInetAddr, "port", cJSON_CreateNumber(netAddr.port_)); in ConvertNetAddrToJson()
/third_party/lwip/src/core/ipv4/
H A Ddhcp.c208 static void dhcp_recv(void *arg, struct udp_pcb *pcb, struct pbuf *p, const ip_addr_t *addr, u16_t port);
246 /* set up local and remote port for the pcb -> listen on all interfaces on all src/dest IPs */ in dhcp_inc_pcb_refcount()
817 LWIP_ERROR("netif is not up, old style port?", netif_is_up(netif), return ERR_ARG;);
1823 dhcp_recv(void *arg, struct udp_pcb *pcb, struct pbuf *p, const ip_addr_t *addr, u16_t port) argument
1841 LWIP_DEBUGF(DHCP_DEBUG | LWIP_DBG_TRACE, ("dhcp_recv(pbuf = %p) from DHCP server %"U16_F".%"U16_F".%"U16_F".%"U16_F" port %"U16_F"\n", (void *)p,
1842 ip4_addr1_16(ip_2_ip4(addr)), ip4_addr2_16(ip_2_ip4(addr)), ip4_addr3_16(ip_2_ip4(addr)), ip4_addr4_16(ip_2_ip4(addr)), port));
1848 LWIP_UNUSED_ARG(port);
/third_party/node/deps/ada/
H A Dada.h1287 * | | | | `--------------------- port
1301 uint32_t port{omitted};
1368 * following table. The default port for a special scheme is listed in the
1369 * second column on the same row. The default port for any other ASCII string is
1380 * following table. The default port for a special scheme is listed in the
1381 * second column on the same row. The default port for any other ASCII string is
1386 * @return The special port
1391 * Returns the port number of a special scheme.
1485 * Return the 'special port' if the URL is special and not 'file'.
1493 * Get the default port i
[all...]
/foundation/communication/dsoftbus/core/connection/wifi_direct_cpp/processor/
H A Dp2p_v1_processor.cpp1848 int port = 0;
1850 InterfaceManager::GetInstance().ReadInterface(InterfaceInfo::P2P, [&port](const InterfaceInfo &interface) {
1851 port = interface.GetP2pListenPort();
1855 ret == SOFTBUS_OK, ret, CONN_WIFI_DIRECT, "get go port failed, error=%{public}d", ret);
1856 if (port > 0) {
1857 CONN_LOGI(CONN_WIFI_DIRECT, "already has started listening, port=%{public}d", port);
1908 CONN_CHECK_AND_RETURN_RET_LOGW(ret == SOFTBUS_OK, ret, CONN_WIFI_DIRECT, "get port failed, error=%{public}d", ret);
/third_party/backends/backend/escl/
H A Descl.c200 DBG (10, "No port defined.\n"); in escl_check_and_add_device()
224 * the port number, the model name, the ip address, and the type of url (http/https).
250 * the port number, the model name, the ip address and the type of the url (http / https).
384 * --> if the url is not secured, our own url will be composed like "http://'ip':'port'".
385 * --> else, our own url will be composed like "https://'ip':'port'".
387 * the model_name, the port, the ip, and the type of url.
505 * the type of protocol (http/https), the ip, the port number, and the model name.
513 int port = 0; in attach_one_config() local
573 else if (sscanf(line, "port %i", &port) in attach_one_config()
[all...]
/third_party/selinux/libsepol/src/
H A Dkernel_to_cil.c2753 switch (portcon->u.port.protocol) { in write_selinux_port_rules_to_cil()
2759 sepol_log_err("Unknown portcon protocol: %i", portcon->u.port.protocol); in write_selinux_port_rules_to_cil()
2764 low = portcon->u.port.low_port; in write_selinux_port_rules_to_cil()
2765 high = portcon->u.port.high_port; in write_selinux_port_rules_to_cil()
2976 rc = snprintf(port_str, 4, "%u", ibendportcon->u.ibendport.port); in write_selinux_ibendport_rules_to_cil()
H A Dkernel_to_conf.c2621 switch (portcon->u.port.protocol) { in write_selinux_port_rules_to_conf()
2627 sepol_log_err("Unknown portcon protocol: %i", portcon->u.port.protocol); in write_selinux_port_rules_to_conf()
2632 low = portcon->u.port.low_port; in write_selinux_port_rules_to_conf()
2633 high = portcon->u.port.high_port; in write_selinux_port_rules_to_conf()
2846 rc = snprintf(port_str, 4, "%u", ibendportcon->u.ibendport.port); in write_selinux_ibendport_rules_to_conf()

Completed in 62 milliseconds

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