Searched defs:zero_mac (Results 1 – 3 of 3) sorted by relevance
19 ${zero_mac} 00:00:00:00:00:00 variable
328 mac_addr_t zero_mac = {.octet = {0,}}; in write_ncsi_oem_config_filter() local
32 static const MACAddr zero_mac = { .a = { 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 } }; variable