Home
last modified time | relevance | path

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

/openbmc/phosphor-host-ipmid/
H A Dtransportconstants.hpp99 enum class IPv6Source : uint8_t enum
H A Dtransporthandler.cpp431 IPv6Source originToSourceType(IP::AddressOrigin origin) in originToSourceType()
436 return IPv6Source::Static; in originToSourceType()
438 return IPv6Source::DHCP; in originToSourceType()
440 return IPv6Source::SLAAC; in originToSourceType()
463 auto source = IPv6Source::Static; in getLanIPv6Address()