Home
last modified time | relevance | path

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

/FreeRTOS-Plus-TCP-v4.0.0/source/include/
DFreeRTOS_Routing.h197 …#define ENDPOINT_IS_IPv4( pxEndPoint ) ( ( ( pxEndPoint ) != NULL ) && ( ( pxEndPoint )->bit… macro
/FreeRTOS-Plus-TCP-v4.0.0/source/
DFreeRTOS_IP.c1071 if( ENDPOINT_IS_IPv4( pxEndPoint ) ) in FreeRTOS_GetEndPointConfiguration()
1148 if( ENDPOINT_IS_IPv4( pxEndPoint ) ) in FreeRTOS_SetEndPointConfiguration()