Lines Matching refs:ucSocket

134 …  uint8_t ucSocket[ ( sizeof( *pxSocket ) - sizeof( pxSocket->u ) ) + sizeof( pxSocket->u.xTCP ) ];  in test_FreeRTOS_socket_EventGroupCreationFailed()  local
141 … sizeof( *pxSocket ) - sizeof( pxSocket->u ) ) + sizeof( pxSocket->u.xTCP ), ( void * ) ucSocket ); in test_FreeRTOS_socket_EventGroupCreationFailed()
145 vPortFree_Expect( ucSocket ); in test_FreeRTOS_socket_EventGroupCreationFailed()
160 … uint8_t ucSocket[ ( sizeof( *pxSocket ) - sizeof( pxSocket->u ) ) + sizeof( pxSocket->u.xTCP ) ]; in test_FreeRTOS_socket_TCPSocket_ProtocolDependent() local
163 pxSocket = ( FreeRTOS_Socket_t * ) ucSocket; in test_FreeRTOS_socket_TCPSocket_ProtocolDependent()
170 … sizeof( *pxSocket ) - sizeof( pxSocket->u ) ) + sizeof( pxSocket->u.xTCP ), ( void * ) ucSocket ); in test_FreeRTOS_socket_TCPSocket_ProtocolDependent()
185 TEST_ASSERT_EQUAL( ucSocket, xSocket ); in test_FreeRTOS_socket_TCPSocket_ProtocolDependent()
206 … uint8_t ucSocket[ ( sizeof( *pxSocket ) - sizeof( pxSocket->u ) ) + sizeof( pxSocket->u.xTCP ) ]; in test_FreeRTOS_socket_TCPSocket() local
209 pxSocket = ( FreeRTOS_Socket_t * ) ucSocket; in test_FreeRTOS_socket_TCPSocket()
216 … sizeof( *pxSocket ) - sizeof( pxSocket->u ) ) + sizeof( pxSocket->u.xTCP ), ( void * ) ucSocket ); in test_FreeRTOS_socket_TCPSocket()
230 TEST_ASSERT_EQUAL( ucSocket, xSocket ); in test_FreeRTOS_socket_TCPSocket()
251 … uint8_t ucSocket[ ( sizeof( *pxSocket ) - sizeof( pxSocket->u ) ) + sizeof( pxSocket->u.xUDP ) ]; in test_FreeRTOS_socket_UDPSocket() local
254 pxSocket = ( FreeRTOS_Socket_t * ) ucSocket; in test_FreeRTOS_socket_UDPSocket()
261 … sizeof( *pxSocket ) - sizeof( pxSocket->u ) ) + sizeof( pxSocket->u.xUDP ), ( void * ) ucSocket ); in test_FreeRTOS_socket_UDPSocket()
273 TEST_ASSERT_EQUAL( ucSocket, xSocket ); in test_FreeRTOS_socket_UDPSocket()
290 … uint8_t ucSocket[ ( sizeof( *pxSocket ) - sizeof( pxSocket->u ) ) + sizeof( pxSocket->u.xUDP ) ]; in test_FreeRTOS_socket_UDPSocket_ProtocolDependent() local
293 pxSocket = ( FreeRTOS_Socket_t * ) ucSocket; in test_FreeRTOS_socket_UDPSocket_ProtocolDependent()
300 … sizeof( *pxSocket ) - sizeof( pxSocket->u ) ) + sizeof( pxSocket->u.xUDP ), ( void * ) ucSocket ); in test_FreeRTOS_socket_UDPSocket_ProtocolDependent()
312 TEST_ASSERT_EQUAL( ucSocket, xSocket ); in test_FreeRTOS_socket_UDPSocket_ProtocolDependent()
339 … uint8_t ucSocket[ ( sizeof( *pxSocket ) - sizeof( pxSocket->u ) ) + sizeof( pxSocket->u.xTCP ) ]; in test_FreeRTOS_socket_TCPv6Socket() local
342 pxSocket = ( FreeRTOS_Socket_t * ) ucSocket; in test_FreeRTOS_socket_TCPv6Socket()
349 … sizeof( *pxSocket ) - sizeof( pxSocket->u ) ) + sizeof( pxSocket->u.xTCP ), ( void * ) ucSocket ); in test_FreeRTOS_socket_TCPv6Socket()
363 TEST_ASSERT_EQUAL( ucSocket, xSocket ); in test_FreeRTOS_socket_TCPv6Socket()
396 uint8_t ucSocket[ sizeof( *pxSocketSet ) ]; in test_FreeRTOS_CreateSocketSet_EventGroupCreationFails() local
398 pvPortMalloc_ExpectAndReturn( sizeof( *pxSocketSet ), ucSocket ); in test_FreeRTOS_CreateSocketSet_EventGroupCreationFails()
402 vPortFree_Expect( ucSocket ); in test_FreeRTOS_CreateSocketSet_EventGroupCreationFails()
471 uint8_t ucSocket[ sizeof( FreeRTOS_Socket_t ) ]; in test_FreeRTOS_FD_SET_CatchAssert2() local
472 Socket_t xSocket = ( Socket_t ) ucSocket; in test_FreeRTOS_FD_SET_CatchAssert2()
484 uint8_t ucSocket[ sizeof( FreeRTOS_Socket_t ) ]; in test_FreeRTOS_FD_SET_NoBitsToSet() local
486 Socket_t xSocket = ( Socket_t ) ucSocket; in test_FreeRTOS_FD_SET_NoBitsToSet()
490 memset( ucSocket, 0, sizeof( FreeRTOS_Socket_t ) ); in test_FreeRTOS_FD_SET_NoBitsToSet()
503 uint8_t ucSocket[ sizeof( FreeRTOS_Socket_t ) ]; in test_FreeRTOS_FD_SET_AllBitsToSet() local
505 Socket_t xSocket = ( Socket_t ) ucSocket; in test_FreeRTOS_FD_SET_AllBitsToSet()
509 memset( ucSocket, 0, sizeof( FreeRTOS_Socket_t ) ); in test_FreeRTOS_FD_SET_AllBitsToSet()
538 uint8_t ucSocket[ sizeof( FreeRTOS_Socket_t ) ]; in test_FreeRTOS_FD_CLR_CatchAssert2() local
539 Socket_t xSocket = ( Socket_t ) ucSocket; in test_FreeRTOS_FD_CLR_CatchAssert2()
551 uint8_t ucSocket[ sizeof( FreeRTOS_Socket_t ) ]; in test_FreeRTOS_FD_CLR_NoBitsToClear() local
553 Socket_t xSocket = ( Socket_t ) ucSocket; in test_FreeRTOS_FD_CLR_NoBitsToClear()
557 memset( ucSocket, 0, sizeof( FreeRTOS_Socket_t ) ); in test_FreeRTOS_FD_CLR_NoBitsToClear()
573 uint8_t ucSocket[ sizeof( FreeRTOS_Socket_t ) ]; in test_FreeRTOS_FD_CLR_AllBitsToClear() local
575 Socket_t xSocket = ( Socket_t ) ucSocket; in test_FreeRTOS_FD_CLR_AllBitsToClear()
579 memset( ucSocket, 0, sizeof( FreeRTOS_Socket_t ) ); in test_FreeRTOS_FD_CLR_AllBitsToClear()
607 uint8_t ucSocket[ sizeof( FreeRTOS_Socket_t ) ]; in test_FreeRTOS_FD_ISSET_CatchAssert2() local
608 Socket_t xSocket = ( Socket_t ) ucSocket; in test_FreeRTOS_FD_ISSET_CatchAssert2()
620 uint8_t ucSocket[ sizeof( FreeRTOS_Socket_t ) ]; in test_FreeRTOS_FD_ISSET_SocketSetDifferent() local
622 Socket_t xSocket = ( Socket_t ) ucSocket; in test_FreeRTOS_FD_ISSET_SocketSetDifferent()
626 memset( ucSocket, 0, sizeof( FreeRTOS_Socket_t ) ); in test_FreeRTOS_FD_ISSET_SocketSetDifferent()
639 uint8_t ucSocket[ sizeof( FreeRTOS_Socket_t ) ]; in test_FreeRTOS_FD_ISSET_SocketSetSame() local
641 Socket_t xSocket = ( Socket_t ) ucSocket; in test_FreeRTOS_FD_ISSET_SocketSetSame()
645 memset( ucSocket, 0, sizeof( FreeRTOS_Socket_t ) ); in test_FreeRTOS_FD_ISSET_SocketSetSame()