Home
last modified time | relevance | path

Searched defs:tcp_port (Results 1 – 19 of 19) sorted by relevance

/aosp_15_r20/external/python/bumble/apps/
Dl2cap_bridge.py43 def __init__(self, psm, max_credits, mtu, mps, tcp_host, tcp_port): argument
160 def __init__(self, psm, max_credits, mtu, mps, address, tcp_host, tcp_port): argument
327 def server(context, tcp_host, tcp_port): argument
345 def client(context, bluetooth_address, tcp_host, tcp_port): argument
Drfcomm_bridge.py477 def server(context, tcp_host, tcp_port): argument
495 def client(context, bluetooth_address, tcp_host, tcp_port, encrypt): argument
/aosp_15_r20/external/python/bumble/examples/
Drun_rfcomm_client.py155 async def tcp_server(tcp_port, rfcomm_session): argument
/aosp_15_r20/external/webrtc/p2p/base/
H A Dtcp_port.h173 TCPPort* tcp_port() { in tcp_port() function
H A Dtcp_port.cc350 TCPConnection::TCPConnection(rtc::WeakPtr<Port> tcp_port, in TCPConnection()
H A Dport_unittest.cc3634 auto tcp_port = CreateTcpPort(kLocalAddr1); in TEST_F() local
/aosp_15_r20/packages/modules/Bluetooth/tools/rootcanal/proto/rootcanal/
Dconfiguration.proto81 required int32 tcp_port = 1; field
/aosp_15_r20/external/python/bumble/rust/src/cli/l2cap/
Dserver_bridge.rs41 pub tcp_port: u16, field
Dclient_bridge.rs47 pub tcp_port: u16, field
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/cares/cares/src/lib/
Dares_private.h144 int tcp_port; /* stored in network order */ member
274 int tcp_port; /* stored in network order */ member
/aosp_15_r20/packages/modules/Virtualization/guest/forwarder_guest_launcher/src/
Dmain.rs75 let tcp_port = i16::try_from(response.guest_tcp_port) in process_forwarding_request_queue() localVariable
/aosp_15_r20/packages/modules/Bluetooth/tools/rootcanal/desktop/
Dtest_environment.cc98 int tcp_port, rootcanal::ControllerProperties properties) { in SetUpHciServer()
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/cares/cares/include/
Dares.h274 unsigned short tcp_port; member
735 int tcp_port; member
/aosp_15_r20/external/wpa_supplicant_8/src/ap/
H A Ddpp_hostapd.c376 int tcp_port) in hostapd_dpp_pkex_init()
841 int tcp_port = DPP_TCP_PORT; in hostapd_dpp_auth_init() local
3222 int tcp_port = DPP_TCP_PORT; in hostapd_dpp_pkex_add() local
/aosp_15_r20/external/libpcap/
H A Dnametoaddr.c332 int tcp_port = -1; in pcap_nametoport() local
/aosp_15_r20/external/wpa_supplicant_8/wpa_supplicant/
H A Ddpp_supplicant.c855 int tcp_port = DPP_TCP_PORT; in wpas_dpp_auth_init() local
3083 int tcp_port) in wpas_dpp_pkex_init()
4727 int tcp_port = DPP_TCP_PORT; in wpas_dpp_pkex_add() local
/aosp_15_r20/tools/netsim/rust/proto/src/
H A Dconfiguration.rs989 pub tcp_port: ::std::option::Option<i32>, field
1010 pub fn tcp_port(&self) -> i32 { in tcp_port() method
/aosp_15_r20/external/ltp/testcases/network/netstress/
H A Dnetstress.c82 static char *tcp_port; variable
/aosp_15_r20/external/wpa_supplicant_8/src/common/
H A Ddpp.h456 int tcp_port; member