Home
last modified time | relevance | path

Searched refs:ethMac (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/drivers/hdf_core/framework/model/network/ethernet/include/
H A Deth_device.h60 struct HdfConfigEthMac ethMac; member
/ohos5.0/foundation/communication/dhcp/services/dhcp_server/include/
H A Ddhcp_function.h42 static int GetLocalMac(const std::string ethInf, std::string& ethMac);
/ohos5.0/drivers/hdf_core/framework/model/network/ethernet/src/
H A Deth_device.c185 if (ParseEthMacConfig(ethMacNode, &devLstConfig->ethMac) != HDF_SUCCESS) { in ParseEthDevInstConfig()
/ohos5.0/foundation/communication/dhcp/services/dhcp_server/src/
H A Ddhcp_function.cpp228 int DhcpFunction::GetLocalMac(const std::string ethInf, std::string& ethMac) in GetLocalMac() argument
266 ethMac = mac; in GetLocalMac()