Searched refs:iface_name_ (Results 1 – 2 of 2) sorted by relevance
/openbmc/google-misc/subprojects/ncsid/src/ |
H A D | net_config.cpp | 70 iface_name_{iface_name}, iface_path_{std::string(IFACE_ROOT) + iface_name}, in PhosphorConfig() 103 iface_name_, ex.what()); in get_mac_addr() 114 std::copy_n(iface_name_.c_str(), iface_name_.size() + 1, ifr.ifr_name); in call_nic() 138 iface_name_); in set_mac_addr() 210 iface_name_, mac_value); in set_mac_addr() 237 stdplus::util::strCat("nic-hostless@", iface_name_, ".target")); in set_nic_hostless() 242 stdplus::util::strCat("nic-hostful@", iface_name_, ".target")); in set_nic_hostless()
|
H A D | net_config.h | 78 const std::string iface_name_; variable
|