Home
last modified time | relevance | path

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

/FreeRTOS-Plus-TCP-v4.0.0/test/unit-test/FreeRTOS_IP/
DFreeRTOS_IP_utest.c2448 BaseType_t xReturnValue = pdTRUE; in test_prvProcessIPPacket_ARPResolutionReqd_UDP() local
2475 xProcessReceivedUDPPacket_ReturnThruPtr_pxIsWaitingForARPResolution( &xReturnValue ); in test_prvProcessIPPacket_ARPResolutionReqd_UDP()
2498 BaseType_t xReturnValue = pdTRUE; in test_prvProcessIPPacket_ARPResolutionReqd_UDP1() local
2525 xProcessReceivedUDPPacket_ReturnThruPtr_pxIsWaitingForARPResolution( &xReturnValue ); in test_prvProcessIPPacket_ARPResolutionReqd_UDP1()
2545 BaseType_t xReturnValue = pdTRUE; in test_prvProcessIPPacket_TCP() local
2589 BaseType_t xReturnValue = pdTRUE; in test_prvProcessIPPacket_TCPProcessFail() local
2783 BaseType_t xReturnValue = pdTRUE; in test_prvProcessIPPacket_UDP_IPv6_HappyPath() local
2828 BaseType_t xReturnValue = pdTRUE; in test_prvProcessIPPacket_UDP_IPv6_ExtensionHappyPath() local
2881 BaseType_t xReturnValue = pdTRUE; in test_prvProcessIPPacket_UDP_IPv6_ExtensionHandleFail() local
2930 BaseType_t xReturnValue = pdTRUE; in test_prvProcessIPPacket_TCP_IPv6_HappyPath() local
[all …]
/FreeRTOS-Plus-TCP-v4.0.0/source/
DFreeRTOS_Sockets.c5649 BaseType_t xReturnValue = pdFALSE; in xSocketValid() local
5663 xReturnValue = pdTRUE; in xSocketValid()
5666 return xReturnValue; in xSocketValid()