Home
last modified time | relevance | path

Searched refs:port (Results 1426 - 1450 of 2220) sorted by relevance

1...<<51525354555657585960>>...89

/third_party/protobuf/src/google/protobuf/io/
H A Dio_win32.h55 #include <google/protobuf/port.h>
/third_party/pulseaudio/src/pulsecore/
H A Ddevice-port.h58 void (*impl_free)(pa_device_port *port);
88 /* The port's available status has changed */
/third_party/rust/crates/clap/examples/
H A Dtyped-derive.rs35 port: usize,
/third_party/selinux/checkpolicy/
H A Dpolicy_define.h47 int define_ibendport_context(unsigned int port);
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/radius/
H A Dradius_client.h34 * port - radiusAuthClientServerPortNumber or radiusAccClientServerPortNumber
36 int port; member
/third_party/vk-gl-cts/framework/delibs/decpp/
H A DdeSocket.hpp48 void setPort (int port);
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/radius/
H A Dradius_client.h34 * port - radiusAuthClientServerPortNumber or radiusAccClientServerPortNumber
36 int port; member
/drivers/peripheral/codec/hal/idl_service/src/
H A Dcodec_component_service.cpp206 int32_t CodecComponentService::ComponentTunnelRequest(uint32_t port, int32_t tunneledComp, uint32_t tunneledPort, in ComponentTunnelRequest() argument
211 CODEC_LOGI("port [%{public}d]", port); in ComponentTunnelRequest()
213 return node_->ComponentTunnelRequest(port, tunneledComp, tunneledPort, outTunnelSetup); in ComponentTunnelRequest()
/foundation/CastEngine/castengine_cast_framework/service/src/session/src/
H A Dcast_session_state.cpp170 int port = session->ProcessConnect(msg); in HandleMessage() local
171 if (port >= 0) { in HandleMessage()
175 session->SendConsultData(deviceId, port); in HandleMessage()
/foundation/CastEngine/castengine_cast_plus_stream/src/
H A Dcast_session_state.cpp170 int port = session->ProcessConnect(msg); in HandleMessage() local
171 if (port >= 0) { in HandleMessage()
175 session->SendConsultData(deviceId, port); in HandleMessage()
/foundation/arkui/ace_engine/frameworks/base/network/
H A Ddownload_manager_impl.cpp93 ACE_CURL_EASY_SET_OPTION(handle.get(), CURLOPT_PROXYPORT, proxy.port);
306 int32_t port = 0; member
392 proxy.port = httpProxy.GetPort(); in GetProxy()
/foundation/communication/dsoftbus/tests/core/connection/wifi_direct_cpp/
H A Dwifi_direct_mock.cpp105 int32_t AuthStartListeningForWifiDirect(AuthLinkType type, const char *ip, int32_t port, ListenerModule *moduleId) in AuthStartListeningForWifiDirect() argument
107 return OHOS::SoftBus::WifiDirectInterfaceMock::GetMock()->AuthStartListeningForWifiDirect(type, ip, port, moduleId); in AuthStartListeningForWifiDirect()
310 int32_t Ipv6AddrToAddrIn(SoftBusSockAddrIn6 *addrIn6, const char *ip, uint16_t port) in Ipv6AddrToAddrIn() argument
/foundation/communication/netmanager_base/interfaces/kits/c/netconnclient/src/
H A Dnet_connection_adapter.cpp85 netAddr->port = netAddrObj.port_; in Conv2INetAddr()
126 httpProxy->port = httpProxyObj.GetPort(); in Conv2HttpProxy()
148 httpProxyObj.SetPort(netConn.port); in ConvertNetConn2HttpProxy()
/foundation/communication/dsoftbus/core/transmission/trans_channel/tcp_direct/src/
H A Dtrans_tcp_direct_listener.c168 conn->appInfo.peerData.port = clientAddr->socketOption.port; in CreateSessionConnNode()
377 info->socketOption.port < 0) { in TransTdcStartSessionListener()
/foundation/communication/dsoftbus/sdk/transmission/trans_channel/udp/stream/adaptor/src/
H A Dclient_trans_udp_stream_interface.cpp196 ipPort.port = 0; in StartVtpStreamChannelServer()
241 ipPort.port = 0; in StartVtpStreamChannelClient()
245 peerIpPort.port = param->peerPort; in StartVtpStreamChannelClient()
/foundation/communication/dsoftbus/tests/core/authentication/unittest/
H A Dauth_test_enhance.cpp112 int32_t port = 5566; in HWTEST_F() local
113 int32_t ret = AuthStartListening(AUTH_LINK_TYPE_P2P, nullptr, port); in HWTEST_F()
115 ret = AuthStartListening(AUTH_LINK_TYPE_P2P, "192.168.78.1", port); in HWTEST_F()
/foundation/communication/wifi/wifi/interfaces/inner_api/
H A Dwifi_p2p_msg.h149 WifiP2pWfdInfo(int info, int port, int throughput) in WifiP2pWfdInfo() argument
150 : wfdEnabled(true), deviceInfo(info), ctrlPort(port), maxThroughput(throughput) in WifiP2pWfdInfo()
158 void SetCtrlPort(int port);
/foundation/communication/netstack/utils/common_utils/src/
H A Dnetstack_common_utils.cpp342 std::string port = GetPortFromURL(url); in GetHostnameWithProtocolAndPortFromURL() local
343 if (!port.empty()) { in GetHostnameWithProtocolAndPortFromURL()
344 hostname += portDelimiter + port; in GetHostnameWithProtocolAndPortFromURL()
/third_party/backends/backend/
H A Dpieusb_usb.c54 static SANE_Status _ctrl_out_byte(SANE_Int device_number, SANE_Int port, SANE_Byte b);
604 * Simplified control transfer: one byte to given port
610 static SANE_Status _ctrl_out_byte(SANE_Int device_number, SANE_Int port, SANE_Byte b) { in _ctrl_out_byte() argument
612 return sanei_usb_control_msg(device_number, REQUEST_TYPE_OUT, REQUEST_REGISTER, port, ANYINDEX, 1, &b); in _ctrl_out_byte()
617 * Simplified control transfer for port/wValue = 0x82 - prepare bulk
/third_party/mesa3d/src/asahi/lib/
H A Dwrap.c296 printf("%X: call %X, wake port %X (out %p, %zu)", connection, selector, in wrap_AsyncMethod()
390 printf("Allocated notif port %X\n", ret); in wrap_DataQueueAllocateNotificationPort()
396 mach_port_t port, uintptr_t reference) in wrap_SetNotificationPort()
398 printf("Set noficiation port connect=%X, type=%X, port=%X, reference=%" in wrap_SetNotificationPort()
399 PRIx64"\n", connect, type, port, (uint64_t) reference); in wrap_SetNotificationPort()
401 return IOConnectSetNotificationPort(connect, type, port, reference); in wrap_SetNotificationPort()
408 printf("Waiting for data queue at notif port %X\n", notificationPort); in wrap_DataQueueWaitForAvailableData()
395 wrap_SetNotificationPort(io_connect_t connect, uint32_t type, mach_port_t port, uintptr_t reference) wrap_SetNotificationPort() argument
/third_party/libwebsockets/test-apps/
H A Dtest-server.c233 * port + 1 in sighandler()
382 { "port", required_argument, NULL, 'p' },
436 info.port = 7681; in main()
482 info.port = atoi(optarg); in main()
529 "[--port=<p>] [--ssl] " in main()
550 /* dynamic vhost create / destroy toggle (on port + 1) */ in main()
655 * For testing dynamic vhost create / destroy later, we use port + 1 in main()
660 info.port++; in main()
/third_party/node/src/
H A Dinspector_js_api.cc285 uint32_t port = args[0].As<Uint32>()->Value(); in Open() local
286 CHECK_LE(port, std::numeric_limits<uint16_t>::max()); in Open()
288 host_port->set_port(static_cast<int>(port)); in Open()
/third_party/nghttp2/src/
H A Dshrpx_live_check.cc272 util::set_port(*resolved_addr_, addr_->port); in initiate_connection()
666 LOG(INFO) << "Liveness check for " << addr_->host << ":" << addr_->port in on_failure()
680 LOG(INFO) << "Liveness check for " << addr_->host << ":" << addr_->port in on_success()
/third_party/lwip/src/apps/sntp/
H A Dsntp.c439 sntp_recv(void *arg, struct udp_pcb *pcb, struct pbuf *p, const ip_addr_t *addr, u16_t port) in sntp_recv() argument
451 /* check server address and port */ in sntp_recv()
453 (port == SNTP_PORT)) in sntp_recv()
456 LWIP_UNUSED_ARG(port); in sntp_recv()
498 /* packet from wrong remote address or port, wait for correct response */ in sntp_recv()
/third_party/node/deps/openssl/openssl/apps/include/
H A Dapps.h185 const char *port, const char *path,
278 const char *port; member
292 ASN1_VALUE *app_http_post_asn1(const char *host, const char *port,

Completed in 19 milliseconds

1...<<51525354555657585960>>...89