Home
last modified time | relevance | path

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

/openbmc/google-misc/subprojects/ncsid/src/
H A Dnet_config.cpp71 shared_host_mac_(std::experimental::nullopt),
84 if (shared_host_mac_) in get_mac_addr()
86 *mac = shared_host_mac_.value(); in get_mac_addr()
107 shared_host_mac_ = *mac; in get_mac_addr()
211 shared_host_mac_ = std::experimental::nullopt; in set_mac_addr()
H A Dnet_config.h95 std::experimental::optional<mac_addr_t> shared_host_mac_; variable