Home
last modified time | relevance | path

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

/openbmc/slpd-lite/
H A Dsock_channel.cpp40 address.addrSize = static_cast<socklen_t>(sizeof(address.inAddr)); in read()
49 &address.addrSize); // Address Length in read()
93 address.addrSize = in write()
103 address.addrSize); // Address Length in write()
H A Dsock_channel.hpp29 socklen_t addrSize; member
/openbmc/phosphor-host-ipmid/
H A Dchassishandler.cpp170 uint8_t addrSize = ipmi::network::IPV4_ADDRESS_SIZE_BYTE; in getHostNetworkData() local
255 addrSize = (addressFamily == AF_INET) in getHostNetworkData()
260 std::vector<uint8_t> addrInBinary(addrSize); in getHostNetworkData()
268 std::vector<uint8_t> gatewayDetails(addrSize); in getHostNetworkData()
297 if (payloadSize < skipFirstTwoBytes + addrSizeOffset + sizeof(addrSize)) in getHostNetworkData()
303 std::copy(&addrSize, &(addrSize) + sizeof(addrSize), in getHostNetworkData()
322 * @param[in] addrSize - size of the data which needs to be read from offset.
327 uint8_t addrSize) in getAddrStr() argument
367 uint8_t addrSize{0}; setHostNetworkData() local
[all...]