Home
last modified time | relevance | path

Searched refs:GenerateEthMacForInstance (Results 1 – 3 of 3) sorted by relevance

/device/google/cuttlefish/common/libs/utils/
Dnetwork.h40 void GenerateEthMacForInstance(int index, std::uint8_t out[6]);
Dnetwork.cpp179 void GenerateEthMacForInstance(int index, std::uint8_t out[6]) { in GenerateEthMacForInstance() function
/device/google/cuttlefish/host/commands/assemble_cvd/
Dflags.cc1574 GenerateEthMacForInstance(num - 1, ethernet_mac); in InitializeCuttlefishConfiguration()