Home
last modified time | relevance | path

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

/external/crosvm/tests/
Dplugin_net_config.c71 if (memcmp(net_config.host_mac_address, in main()
76 net_config.host_mac_address[0], in main()
77 net_config.host_mac_address[1], in main()
78 net_config.host_mac_address[2], in main()
79 net_config.host_mac_address[3], in main()
80 net_config.host_mac_address[4], in main()
81 net_config.host_mac_address[5]); in main()
/external/crosvm/crosvm_plugin/
Dcrosvm.h168 uint8_t host_mac_address[6]; member
/external/crosvm/crosvm_plugin/src/
Dlib.rs71 host_mac_address: [u8; 6], field
647 host_mac_address: [0; 6], in get_net_config()
652 if mac_addr.len() != net_config.host_mac_address.len() { in get_net_config()
655 net_config.host_mac_address.copy_from_slice(mac_addr); in get_net_config()
/external/crosvm/protos/src/
Dplugin.proto231 bytes host_mac_address = 1; field