Home
last modified time | relevance | path

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

/openbmc/phosphor-net-ipmid/
H A Dsocket_channel.hpp73 if (sockAddrSize == sizeof(sockaddr_in)) in getRemoteAddress()
82 else if (sockAddrSize == sizeof(sockaddr_in6)) in getRemoteAddress()
116 if (sockAddrSize == sizeof(sockaddr_in)) in getPort()
121 if (sockAddrSize == sizeof(sockaddr_in6)) in getPort()
160 sockAddrSize = msg.msg_namelen; in read()
200 msghdr msg = {&remoteSockAddr, sockAddrSize, &iov, 1, in write()
240 socklen_t sockAddrSize; member in udpsocket::Channel