Home
last modified time | relevance | path

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

/FreeRTOS-Plus-TCP-v4.0.0/test/unit-test/FreeRTOS_Sockets/
DFreeRTOS_Sockets_privates_utest.c1098 FreeRTOS_Socket_t xSocketToDelete; in test_prvTCPSetSocketCount_ListeningSocketNoChildren() local
1100 memset( &xSocketToDelete, 0, sizeof( xSocketToDelete ) ); in test_prvTCPSetSocketCount_ListeningSocketNoChildren()
1102 xSocketToDelete.ucProtocol = ( uint8_t ) FREERTOS_IPPROTO_TCP; in test_prvTCPSetSocketCount_ListeningSocketNoChildren()
1103 xSocketToDelete.u.xTCP.eTCPState = eTCP_LISTEN; in test_prvTCPSetSocketCount_ListeningSocketNoChildren()
1107 prvTCPSetSocketCount( &xSocketToDelete ); in test_prvTCPSetSocketCount_ListeningSocketNoChildren()
1115 FreeRTOS_Socket_t xSocketToDelete, xChildSocket; in test_prvTCPSetSocketCount_ListeningSocketNonZeroChildren1() local
1118 memset( &xSocketToDelete, 0, sizeof( xSocketToDelete ) ); in test_prvTCPSetSocketCount_ListeningSocketNonZeroChildren1()
1121 xSocketToDelete.ucProtocol = ( uint8_t ) FREERTOS_IPPROTO_TCP; in test_prvTCPSetSocketCount_ListeningSocketNonZeroChildren1()
1122 xSocketToDelete.u.xTCP.eTCPState = eTCP_LISTEN; in test_prvTCPSetSocketCount_ListeningSocketNonZeroChildren1()
1132 prvTCPSetSocketCount( &xSocketToDelete ); in test_prvTCPSetSocketCount_ListeningSocketNonZeroChildren1()
[all …]