Searched defs:enableReuse (Results 1 - 4 of 4) sorted by relevance
/foundation/CastEngine/castengine_wifi_display/services/network/socket/ |
H A D | tcp_socket.cpp | 33 bool TcpSocket::Bind(const uint16_t port, const std::string &host, bool enableReuse, uint32_t backlog) in Bind() argument 70 bool TcpSocket::Connect(const std::string &peerIp, uint16_t peerPort, int32_t &retCode, bool isAsync, bool enableReuse, in Connect() argument
|
H A D | udp_socket.cpp | 32 bool UdpSocket::Bind(const uint16_t port, const std::string &host, bool enableReuse, uint32_t backlog) in Bind() argument 66 bool UdpSocket::Connect(const std::string &peerIp, uint16_t peerPort, int32_t &retCode, bool isAsync, bool enableReuse, in Connect() argument
|
/foundation/CastEngine/castengine_wifi_display/services/network/server/ |
H A D | tcp_server.cpp | 36 bool TcpServer::Start(uint16_t port, const std::string &host, bool enableReuse, uint32_t backlog) in Start() argument
|
H A D | udp_server.cpp | 29 bool UdpServer::Start(uint16_t port, const std::string &host, bool enableReuse, uint32_t backlog) in Start() argument
|
Completed in 2 milliseconds