|
Android-cuttlefish cvd tool
|
#include <stdint.h>#include <string>

Go to the source code of this file.
Namespaces | |
| namespace | cuttlefish |
Functions | |
| bool | cuttlefish::NetworkInterfaceExists (const std::string &interface_name) |
| void | cuttlefish::GenerateCorrespondingIpv6ForMac (const uint8_t mac[6], uint8_t out[16]) |
| void | cuttlefish::GenerateMobileMacForInstance (int index, uint8_t out[6]) |
| void | cuttlefish::GenerateEthMacForInstance (int index, uint8_t out[6]) |
| void | cuttlefish::GenerateWifiMacForInstance (int index, uint8_t out[6]) |
| std::string | cuttlefish::MacAddressToString (const uint8_t mac[6]) |
| std::string | cuttlefish::Ipv6ToString (const uint8_t ip[16]) |