Home
last modified time | relevance | path

Searched refs:strRemoteAddr (Results 1 - 3 of 3) sorted by relevance

/foundation/CastEngine/castengine_wifi_display/services/network/server/
H A Dtcp_server.cpp132 std::string strRemoteAddr = ""; in OnServerReadable() local
135 SocketUtils::GetIpPortInfo(clientFd, strLocalAddr, strRemoteAddr, localPort, remotePort); in OnServerReadable()
138 std::make_shared<SocketInfo>(strLocalAddr, strRemoteAddr, fd, clientFd, localPort, remotePort); in OnServerReadable()
/foundation/CastEngine/castengine_wifi_display/services/network/socket/
H A Dsocket_utils.cpp515 bool SocketUtils::GetIpPortInfo(int32_t fd, std::string &strLocalAddr, std::string &strRemoteAddr, uint16_t &localPort, in GetIpPortInfo() argument
534 strRemoteAddr = inet_ntoa(remoteAddr.sin_addr); in GetIpPortInfo()
539 GetAnonyString(strLocalAddr).c_str(), localPort, GetAnonyString(strRemoteAddr).c_str(), remotePort); in GetIpPortInfo()
H A Dsocket_utils.h63 static bool GetIpPortInfo(int32_t fd, std::string &strLocalAddr, std::string &strRemoteAddr, uint16_t &localPort,

Completed in 2 milliseconds