Home
last modified time | relevance | path

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

/openbmc/google-misc/subprojects/ncsid/src/
H A Dncsi_state_machine.cpp143 net_config_->get_mac_addr(&mac); in poll_l2_config()
160 net_config_->set_mac_addr(mac); in poll_l2_config()
181 net_config_->get_mac_addr(&mac); in poll_simple()
221 net_config_->set_nic_hostless(new_hostless); in poll_simple()
346 if (!net_config_ || !sock_io_) in run()
350 reinterpret_cast<void*>(net_config_), in run()
424 net_config_ = net_config; in set_net_config()
H A Dncsi_state_machine.h109 net::ConfigBase* net_config_ = nullptr; variable