Searched refs:shared_host_mac_ (Results 1 – 2 of 2) sorted by relevance
71 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()
95 std::experimental::optional<mac_addr_t> shared_host_mac_; variable