Home
last modified time | relevance | path

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

/FreeRTOS-Plus-TCP-v4.0.0/test/unit-test/FreeRTOS_Sockets/
DFreeRTOS_Sockets_privates_utest.c1115 FreeRTOS_Socket_t xSocketToDelete, xChildSocket; in test_prvTCPSetSocketCount_ListeningSocketNonZeroChildren1() local
1119 memset( &xChildSocket, 0, sizeof( xChildSocket ) ); in test_prvTCPSetSocketCount_ListeningSocketNonZeroChildren1()
1124 xChildSocket.u.xTCP.eTCPState = eTCP_LISTEN; in test_prvTCPSetSocketCount_ListeningSocketNonZeroChildren1()
1128 listGET_LIST_ITEM_OWNER_ExpectAndReturn( &xIterator, &xChildSocket ); in test_prvTCPSetSocketCount_ListeningSocketNonZeroChildren1()
1140 FreeRTOS_Socket_t xSocketToDelete, xChildSocket; in test_prvTCPSetSocketCount_ListeningSocketNonZeroChildren2() local
1145 memset( &xChildSocket, 0, sizeof( xChildSocket ) ); in test_prvTCPSetSocketCount_ListeningSocketNonZeroChildren2()
1151 xChildSocket.u.xTCP.eTCPState = eCONNECT_SYN; in test_prvTCPSetSocketCount_ListeningSocketNonZeroChildren2()
1152 xChildSocket.usLocalPort = usLocalPort + 1; in test_prvTCPSetSocketCount_ListeningSocketNonZeroChildren2()
1156 listGET_LIST_ITEM_OWNER_ExpectAndReturn( &xIterator, &xChildSocket ); in test_prvTCPSetSocketCount_ListeningSocketNonZeroChildren2()
1168 FreeRTOS_Socket_t xSocketToDelete, xChildSocket; in test_prvTCPSetSocketCount_ListeningSocketNonZeroChildren3() local
[all …]
/FreeRTOS-Plus-TCP-v4.0.0/test/unit-test/FreeRTOS_TCP_State_Handling_IPv6/
DFreeRTOS_TCP_State_Handling_IPv6_utest.c328 FreeRTOS_Socket_t xChildSocket, * pxChildSocket; in test_prvHandleListen_IPV6_NewSocketCopyFailure() local
349 memset( &xChildSocket, 0, sizeof( xChildSocket ) ); in test_prvHandleListen_IPV6_NewSocketCopyFailure()
350 pxChildSocket = &xChildSocket; in test_prvHandleListen_IPV6_NewSocketCopyFailure()
368 FreeRTOS_Socket_t xChildSocket, * pxChildSocket; in test_prvHandleListen_IPV6_NewSocketGood() local
392 memset( &xChildSocket, 0, sizeof( xChildSocket ) ); in test_prvHandleListen_IPV6_NewSocketGood()
393 pxChildSocket = &xChildSocket; in test_prvHandleListen_IPV6_NewSocketGood()
419 FreeRTOS_Socket_t xChildSocket, * pxChildSocket; in test_prvHandleListen_IPV6_NewSocketGoodValidDataLength() local
444 memset( &xChildSocket, 0, sizeof( xChildSocket ) ); in test_prvHandleListen_IPV6_NewSocketGoodValidDataLength()
445 pxChildSocket = &xChildSocket; in test_prvHandleListen_IPV6_NewSocketGoodValidDataLength()