Home
last modified time | relevance | path

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

/FreeRTOS-Plus-TCP-v4.0.0/source/
DFreeRTOS_RA.c74 static BaseType_t xGetLinkLocalAddress( const NetworkInterface_t * pxInterface,
99 static BaseType_t xGetLinkLocalAddress( const NetworkInterface_t * pxInterface, in xGetLinkLocalAddress() function
146 xHasLocal = xGetLinkLocalAddress( pxEndPoint->pxNetworkInterface, &( xSourceAddress ) ); in vNDSendRouterSolicitation()