Searched refs:ENDPOINT_IS_IPv6 (Results 1 – 2 of 2) sorted by relevance
198 …#define ENDPOINT_IS_IPv6( pxEndPoint ) ( ( ( pxEndPoint ) != NULL ) && ( ( pxEndPoint )->bit… macro
2210 if( ENDPOINT_IS_IPv6( pxEndPoint ) ) in FreeRTOS_GetIPAddress()