Home
last modified time | relevance | path

Searched refs:xLocalFunctionPointer (Results 1 – 4 of 4) sorted by relevance

/FreeRTOS-Plus-TCP-v4.0.0/test/unit-test/FreeRTOS_TCP_State_Handling/
DFreeRTOS_TCP_State_Handling_stubs.c43 void xLocalFunctionPointer( Socket_t xSocket, in xLocalFunctionPointer() function
DFreeRTOS_TCP_State_Handling_utest.c621 pxSocket->u.xTCP.pxHandleSent = xLocalFunctionPointer; in test_prvHandleEstablished_ACKHappy()
658 pxSocket->u.xTCP.pxHandleSent = xLocalFunctionPointer; in test_prvHandleEstablished_ACKNullTXRecvZero()
693 pxSocket->u.xTCP.pxHandleSent = xLocalFunctionPointer; in test_prvHandleEstablished_ACKWinZeroRecvZero_HasOption()
728 pxSocket->u.xTCP.pxHandleSent = xLocalFunctionPointer; in test_prvHandleEstablished_ACKBufferZeroPrepFalse()
1436 pxSocket->u.xTCP.pxHandleSent = xLocalFunctionPointer; in test_prvTCPHandleState_Established_FirstFinFromPeer()
1534 pxSocket->u.xTCP.pxHandleSent = xLocalFunctionPointer; in test_prvTCPHandleState_FinWait1_FinFromPeer()
/FreeRTOS-Plus-TCP-v4.0.0/test/unit-test/FreeRTOS_TCP_Reception/
DFreeRTOS_TCP_Reception_utest.c557 static void xLocalFunctionPointer( Socket_t xSocket, in xLocalFunctionPointer() function
575 pxSocket->u.xTCP.pxHandleSent = xLocalFunctionPointer; in test_prvReadSackOption()
622 pxSocket->u.xTCP.pxHandleSent = xLocalFunctionPointer; in test_prvReadSackOption_Selectbits_On()
/FreeRTOS-Plus-TCP-v4.0.0/test/unit-test/FreeRTOS_Sockets/
DFreeRTOS_Sockets_UDP_API_utest.c1255 static void xLocalFunctionPointer( Socket_t xSocket, in xLocalFunctionPointer() function
1286 xSocket.u.xUDP.pxHandleSent = xLocalFunctionPointer; in test_FreeRTOS_sendto_IPTaskCalling_ZeroCopy_ValidFunctionPointer()
1334 xSocket.u.xUDP.pxHandleSent = xLocalFunctionPointer; in test_FreeRTOS_sendto_IPTaskCalling_ZeroCopy_SendingToIPTaskFails()
1382 xSocket.u.xUDP.pxHandleSent = xLocalFunctionPointer; in test_FreeRTOS_sendto_IPTaskCalling_NonZeroCopy_SendingToIPTaskFails()