Searched refs:FreeRTOS_GetRemoteAddress (Results 1 – 4 of 4) sorted by relevance
312 xReturn = FreeRTOS_GetRemoteAddress( &xSocket, &xAddress ); in test_FreeRTOS_GetRemoteAddress_IPv6HappyPath()
355 BaseType_t FreeRTOS_GetRemoteAddress( ConstSocket_t xSocket,
2810 xReturn = FreeRTOS_GetRemoteAddress( &xSocket, &xAddress ); in test_FreeRTOS_GetRemoteAddress_InvalidProtocol()2831 xReturn = FreeRTOS_GetRemoteAddress( &xSocket, &xAddress ); in test_FreeRTOS_GetRemoteAddress_HappyPath()2855 xReturn = FreeRTOS_GetRemoteAddress( &xSocket, &xAddress ); in test_FreeRTOS_GetRemoteAddress_IPv6HappyPath()
5290 BaseType_t FreeRTOS_GetRemoteAddress( ConstSocket_t xSocket, in FreeRTOS_GetRemoteAddress() function