Searched refs:_ethernet_mac_get (Results 1 – 1 of 1) sorted by relevance
167 static BaseType_t _ethernet_mac_get( uint8_t * mac_address_bytes );238 if( pdPASS != _ethernet_mac_get( &mac_address_bytes[ 0 ] ) ) in xNetworkInterfaceInitialise()420 static BaseType_t _ethernet_mac_get( uint8_t * mac_address_bytes ) in _ethernet_mac_get() function