Home
last modified time | relevance | path

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

/openbmc/phosphor-host-ipmid/
H A Dtransportconstants.hpp97 enum class IPv6Source : uint8_t enum
H A Dtransporthandler.cpp397 IPv6Source originToSourceType(IP::AddressOrigin origin) in originToSourceType()
402 return IPv6Source::Static; in originToSourceType()
404 return IPv6Source::DHCP; in originToSourceType()
406 return IPv6Source::SLAAC; in originToSourceType()
429 auto source = IPv6Source::Static; in getLanIPv6Address()