/aosp_15_r20/external/python/bumble/apps/ |
D | l2cap_bridge.py | 43 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
|
D | rfcomm_bridge.py | 477 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/ |
D | run_rfcomm_client.py | 155 async def tcp_server(tcp_port, rfcomm_session): argument
|
/aosp_15_r20/external/webrtc/p2p/base/ |
H A D | tcp_port.h | 173 TCPPort* tcp_port() { in tcp_port() function
|
H A D | tcp_port.cc | 350 TCPConnection::TCPConnection(rtc::WeakPtr<Port> tcp_port, in TCPConnection()
|
H A D | port_unittest.cc | 3634 auto tcp_port = CreateTcpPort(kLocalAddr1); in TEST_F() local
|
/aosp_15_r20/packages/modules/Bluetooth/tools/rootcanal/proto/rootcanal/ |
D | configuration.proto | 81 required int32 tcp_port = 1; field
|
/aosp_15_r20/external/python/bumble/rust/src/cli/l2cap/ |
D | server_bridge.rs | 41 pub tcp_port: u16, field
|
D | client_bridge.rs | 47 pub tcp_port: u16, field
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/cares/cares/src/lib/ |
D | ares_private.h | 144 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/ |
D | main.rs | 75 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/ |
D | test_environment.cc | 98 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/ |
D | ares.h | 274 unsigned short tcp_port; member 735 int tcp_port; member
|
/aosp_15_r20/external/wpa_supplicant_8/src/ap/ |
H A D | dpp_hostapd.c | 376 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 D | nametoaddr.c | 332 int tcp_port = -1; in pcap_nametoport() local
|
/aosp_15_r20/external/wpa_supplicant_8/wpa_supplicant/ |
H A D | dpp_supplicant.c | 855 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 D | configuration.rs | 989 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 D | netstress.c | 82 static char *tcp_port; variable
|
/aosp_15_r20/external/wpa_supplicant_8/src/common/ |
H A D | dpp.h | 456 int tcp_port; member
|