Searched refs:ethMac (Results 1 – 4 of 4) sorted by relevance
60 struct HdfConfigEthMac ethMac; member
42 static int GetLocalMac(const std::string ethInf, std::string& ethMac);
185 if (ParseEthMacConfig(ethMacNode, &devLstConfig->ethMac) != HDF_SUCCESS) { in ParseEthDevInstConfig()
228 int DhcpFunction::GetLocalMac(const std::string ethInf, std::string& ethMac) in GetLocalMac() argument266 ethMac = mac; in GetLocalMac()