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.cpp399 IPv6Source originToSourceType(IP::AddressOrigin origin) in originToSourceType()
404 return IPv6Source::Static; in originToSourceType()
406 return IPv6Source::DHCP; in originToSourceType()
408 return IPv6Source::SLAAC; in originToSourceType()
431 auto source = IPv6Source::Static; in getLanIPv6Address()