/third_party/wpa_supplicant/wpa_supplicant-2.9/src/radius/ |
H A D | radius_client.h | 34 * port - radiusAuthClientServerPortNumber or radiusAccClientServerPortNumber 36 int port; member
|
/third_party/vk-gl-cts/framework/delibs/decpp/ |
H A D | deSocket.hpp | 48 void setPort (int port);
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/radius/ |
H A D | radius_client.h | 34 * port - radiusAuthClientServerPortNumber or radiusAccClientServerPortNumber 36 int port; member
|
/foundation/CastEngine/castengine_cast_framework/service/src/session/src/ |
H A D | cast_session_state.cpp | 170 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 D | cast_session_state.cpp | 170 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 D | download_manager_impl.cpp | 93 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 D | wifi_direct_mock.cpp | 105 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 D | net_connection_adapter.cpp | 85 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 D | trans_tcp_direct_listener.c | 168 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 D | client_trans_udp_stream_interface.cpp | 196 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 D | auth_test_enhance.cpp | 112 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 D | wifi_p2p_msg.h | 149 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 D | netstack_common_utils.cpp | 342 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 D | pieusb_usb.c | 54 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 D | wrap.c | 296 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 D | test-server.c | 233 * 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 D | inspector_js_api.cc | 285 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 D | shrpx_live_check.cc | 272 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 D | sntp.c | 439 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 D | apps.h | 185 const char *port, const char *path, 278 const char *port; member 292 ASN1_VALUE *app_http_post_asn1(const char *host, const char *port,
|
/third_party/node/deps/undici/src/lib/fetch/ |
H A D | util.js | 69 // 2. If url’s scheme is an HTTP(S) scheme and url’s port is a bad port, 71 if (urlIsHttpHttpsScheme(url) && badPortsSet.has(url.port)) { 744 // hosts, and port are identical, then return true. 745 if (A.protocol === B.protocol && A.hostname === B.hostname && A.port === B.port) {
|
/third_party/libcoap/examples/lwip/ |
H A D | Makefile | 123 -Ilwip-contrib/ports/unix/port/include/ \ 130 lwip/src/netif/ lwip/src/core/ipv4/ lwip-contrib/ports/unix/port/ \ 131 lwip-contrib/ports/unix/port/netif/
|
/third_party/python/Lib/asyncio/ |
H A D | events.py | 293 async def getaddrinfo(self, host, port, *, 301 self, protocol_factory, host=None, port=None, 311 self, protocol_factory, host=None, port=None, 318 """A coroutine which creates a TCP server bound to host and port. 349 the same port as other existing endpoints are bound to, so long as 468 the same port as other existing endpoints are bound to, so long as
|
/third_party/pulseaudio/src/pulsecore/ |
H A D | source.h | 43 #include <pulsecore/device-port.h> 122 /* The latency offset is inherited from the currently active port */ 219 /* Called whenever the port shall be changed. Called from the main 221 int (*set_port)(pa_source *s, pa_device_port *port); /*ditto */ 345 void pa_source_new_data_set_port(pa_source_new_data *data, const char *port);
|
/third_party/openssl/apps/include/ |
H A D | apps.h | 185 const char *port, const char *path, 278 const char *port; member 292 ASN1_VALUE *app_http_post_asn1(const char *host, const char *port,
|