Searched refs:xSocketToDelete (Results 1 – 1 of 1) sorted by relevance
1098 FreeRTOS_Socket_t xSocketToDelete; in test_prvTCPSetSocketCount_ListeningSocketNoChildren() local1100 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() local1118 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 …]