Home
last modified time | relevance | path

Searched refs:getRemoteAddress (Results 1 – 4 of 4) sorted by relevance

/openbmc/slpd-lite/
H A Dsock_channel.hpp56 std::string getRemoteAddress() const;
H A Dsock_channel.cpp15 std::string Channel::getRemoteAddress() const in getRemoteAddress() function in udpsocket::Channel
/openbmc/phosphor-net-ipmid/
H A Dsocket_channel.hpp70 std::string getRemoteAddress(uint32_t& remoteIpv4Addr) const in getRemoteAddress() function in udpsocket::Channel
H A Dmessage_handler.cpp51 channel->getRemoteAddress(ipAddr); in updSessionData()