Home
last modified time | relevance | path

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

/FreeRTOS-Plus-TCP-v4.0.0/test/unit-test/FreeRTOS_Sockets/
DFreeRTOS_Sockets_privates_utest.c2581 FreeRTOS_Socket_t * pxReturn, xSocket, xMatchingSocket; in test_pxTCPSocketLookup_FoundAMatch() local
2592 memset( &xMatchingSocket, 0, sizeof( xMatchingSocket ) ); in test_pxTCPSocketLookup_FoundAMatch()
2594 xMatchingSocket.usLocalPort = uxLocalPort; in test_pxTCPSocketLookup_FoundAMatch()
2595 xMatchingSocket.u.xTCP.usRemotePort = uxRemotePort; in test_pxTCPSocketLookup_FoundAMatch()
2596 xMatchingSocket.u.xTCP.xRemoteIP.ulIP_IPv4 = xRemoteIP.xIPAddress.ulIP_IPv4; in test_pxTCPSocketLookup_FoundAMatch()
2604 listGET_LIST_ITEM_OWNER_ExpectAndReturn( &xLocalListItem, &xMatchingSocket ); in test_pxTCPSocketLookup_FoundAMatch()
2608 TEST_ASSERT_EQUAL_PTR( &xMatchingSocket, pxReturn ); in test_pxTCPSocketLookup_FoundAMatch()
2616 FreeRTOS_Socket_t * pxReturn, xSocket, xMatchingSocket; in test_pxTCPSocketLookup_NoMatch() local
2627 memset( &xMatchingSocket, 0, sizeof( xMatchingSocket ) ); in test_pxTCPSocketLookup_NoMatch()
2629 xMatchingSocket.usLocalPort = uxLocalPort; in test_pxTCPSocketLookup_NoMatch()
[all …]