Searched refs:xLocalSocket (Results 1 – 2 of 2) sorted by relevance
| /FreeRTOS-Plus-TCP-v3.1.0/test/unit-test/FreeRTOS_UDP_IP/ |
| D | FreeRTOS_UDP_IP_utest.c | 501 FreeRTOS_Socket_t xLocalSocket; in test_xProcessReceivedUDPPacket_SocketFound_NoHandler_BufferFull() local 506 memset( &xLocalSocket, 0, sizeof( xLocalSocket ) ); in test_xProcessReceivedUDPPacket_SocketFound_NoHandler_BufferFull() 517 xLocalSocket.u.xUDP.pxHandleReceive = NULL; in test_xProcessReceivedUDPPacket_SocketFound_NoHandler_BufferFull() 519 pxUDPSocketLookup_ExpectAndReturn( usPort, &xLocalSocket ); in test_xProcessReceivedUDPPacket_SocketFound_NoHandler_BufferFull() 541 FreeRTOS_Socket_t xLocalSocket; in test_xProcessReceivedUDPPacket_SocketFound_NoHandler_BufferFull1() local 546 memset( &xLocalSocket, 0, sizeof( xLocalSocket ) ); in test_xProcessReceivedUDPPacket_SocketFound_NoHandler_BufferFull1() 558 xLocalSocket.u.xUDP.pxHandleReceive = NULL; in test_xProcessReceivedUDPPacket_SocketFound_NoHandler_BufferFull1() 560 pxUDPSocketLookup_ExpectAndReturn( usPort, &xLocalSocket ); in test_xProcessReceivedUDPPacket_SocketFound_NoHandler_BufferFull1() 580 FreeRTOS_Socket_t xLocalSocket; in test_xProcessReceivedUDPPacket_SocketFound_NoHandler_NoEventGroupSocketSetUSemaphore() local 585 memset( &xLocalSocket, 0, sizeof( xLocalSocket ) ); in test_xProcessReceivedUDPPacket_SocketFound_NoHandler_NoEventGroupSocketSetUSemaphore() [all …]
|
| /FreeRTOS-Plus-TCP-v3.1.0/test/unit-test/FreeRTOS_Sockets/ |
| D | FreeRTOS_Sockets_privates_utest.c | 1783 FreeRTOS_Socket_t xLocalSocket; in test_pxUDPSocketLookup_Found() local 1787 listGET_LIST_ITEM_OWNER_ExpectAndReturn( &xListItem, &xLocalSocket ); in test_pxUDPSocketLookup_Found() 1791 TEST_ASSERT_EQUAL( &xLocalSocket, pxReturn ); in test_pxUDPSocketLookup_Found()
|