Home
last modified time | relevance | path

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

/FreeRTOS-Plus-TCP-v4.0.0/source/portable/NetworkInterface/NXP1060/
DNetworkInterface.c661 char ucDestination[ 18 ]; in prvProcessFrame() local
666 … FreeRTOS_EUI48_ntop( pxEthernetHeader->xDestinationAddress.ucBytes, ucDestination, 'A', ':' ); in prvProcessFrame()
668 …_debug_printf( ( "Invalid target MAC: dropping frame from: %s to: %s", ucSource, ucDestination ) ); in prvProcessFrame()