Home
last modified time | relevance | path

Searched defs:TcpServer (Results 1 – 9 of 9) sorted by relevance

/aosp_15_r20/tools/netsim/rust/proto/src/
H A Dconfiguration.rs986 pub struct TcpServer { struct
990 // @@protoc_insertion_point(field:rootcanal.configuration.TcpServer.configuration) argument
993 // @@protoc_insertion_point(special_field:rootcanal.configuration.TcpServer.special_fields) argument
997 impl<'a> ::std::default::Default for &'a TcpServer { argument
1003 impl TcpServer { implementation
1048 impl ::protobuf::Message for TcpServer { implementation
1135 impl ::protobuf::MessageFull for TcpServer { implementation
1142 impl ::std::fmt::Display for TcpServer { implementation
1148 impl ::protobuf::reflect::ProtobufValue for TcpServer { implementation
/aosp_15_r20/external/deqp/execserver/
H A DxsTcpServer.hpp38 class TcpServer class
H A DxsTcpServer.cpp33 TcpServer::TcpServer(deSocketFamily family, int port) : m_socket() in TcpServer() function in xs::TcpServer
/aosp_15_r20/device/google/cuttlefish/common/frontend/socket_vsock_proxy/
Dserver.cpp40 TcpServer::TcpServer(int port, int retries_count, std::chrono::milliseconds retries_delay) in TcpServer() function in cuttlefish::socket_proxy::TcpServer
/aosp_15_r20/packages/modules/Bluetooth/tools/rootcanal/proto/rootcanal/
Dconfiguration.proto78 message TcpServer { message
/aosp_15_r20/tools/netsim/ui/ts/rootcanal/
H A Dconfiguration.ts76 export interface TcpServer { interface
/aosp_15_r20/external/python/bumble/examples/
Drun_rfcomm_server.py72 class TcpServer: class
/aosp_15_r20/kernel/tests/net/test/
H A Dxfrm_algorithm_test.py343 def TcpServer(sock, client_port): function
/aosp_15_r20/external/walt/pywalt/pywalt/
H A Dwalt.py600 class TcpServer: class