Searched refs:hw_mac (Results 1 - 2 of 2) sorted by relevance

/seL4-camkes-master/projects/global-components/remote-drivers/picotcp-ethernet-async/
H A Dserver.c38 uint8_t hw_mac[6]; member in struct:data
125 *b1 = state->hw_mac[0];
126 *b2 = state->hw_mac[1];
127 *b3 = state->hw_mac[2];
128 *b4 = state->hw_mac[3];
129 *b5 = state->hw_mac[4];
130 *b6 = state->hw_mac[5];
244 data->eth_driver->i_fn.get_mac(data->eth_driver, data->hw_mac);
/seL4-camkes-master/projects/global-components/components/Ethdriver/src/
H A Dethdriver.c427 uint8_t hw_mac[6]; local
428 eth_driver->i_fn.get_mac(eth_driver, hw_mac);
437 memcpy(clients[client].mac, hw_mac, 6);

Completed in 105 milliseconds