Home
last modified time | relevance | path

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

/FreeRTOS-Plus-TCP-v3.1.0/test/unit-test/FreeRTOS_IP/
DFreeRTOS_IP_utest.c2767 BaseType_t xReturnValue = pdTRUE; in test_prvProcessIPPacket_ARPResolutionReqd_UDP() local
2803 xProcessReceivedUDPPacket_ReturnThruPtr_pxIsWaitingForARPResolution( &xReturnValue ); in test_prvProcessIPPacket_ARPResolutionReqd_UDP()
2822 BaseType_t xReturnValue = pdTRUE; in test_prvProcessIPPacket_ARPResolutionReqd_UDP1() local
2858 xProcessReceivedUDPPacket_ReturnThruPtr_pxIsWaitingForARPResolution( &xReturnValue ); in test_prvProcessIPPacket_ARPResolutionReqd_UDP1()
2875 BaseType_t xReturnValue = pdTRUE; in test_prvProcessIPPacket_TCP() local
2921 BaseType_t xReturnValue = pdTRUE; in test_prvProcessIPPacket_TCP1() local
/FreeRTOS-Plus-TCP-v3.1.0/source/
DFreeRTOS_Sockets.c4737 BaseType_t xReturnValue = pdFALSE; in xSocketValid() local
4744 xReturnValue = pdTRUE; in xSocketValid()
4747 return xReturnValue; in xSocketValid()