Lines Matching +full:mac +full:- +full:address
8 * http://www.apache.org/licenses/LICENSE-2.0
48 virtual int get_mac_addr(mac_addr_t* mac) = 0;
50 virtual int set_mac_addr(const mac_addr_t& mac) = 0;
57 // phosphor-networkd)
63 // Reads the MAC address from socket interface or internal
64 // cache, and store in the mac pointer.
65 // Returns -1 if failed, 0 if succeeded.
66 int get_mac_addr(mac_addr_t* mac) override;
68 // Sets the MAC address over socket, and update internal
70 // Returns -1 if failed, 0 if succeeded.
71 int set_mac_addr(const mac_addr_t& mac) override;
88 // The MAC address obtained from NIC.
89 // ncsid will commit this MAC address over DBus to phosphor-networkd
90 // and expect it to be persisted. If actual host MAC address changes or
91 // BMC MAC address is overwritten, a daemon reboot is needed to reset
92 // the MAC.