Lines Matching refs:bits
1883 xSocket.u.xTCP.xTCPWindow.u.bits.bHasInit = pdFALSE; in test_FreeRTOS_setsockopt_WinPropsTCPWinNotInit()
1913 xSocket.u.xTCP.xTCPWindow.u.bits.bHasInit = pdTRUE; in test_FreeRTOS_setsockopt_WinPropsTCPWinInit()
1967 TEST_ASSERT_EQUAL( pdTRUE, xSocket.u.xTCP.bits.bReuseSocket ); in test_FreeRTOS_setsockopt_ReUseListenSock_Set()
1985 xSocket.u.xTCP.bits.bReuseSocket = pdTRUE; in test_FreeRTOS_setsockopt_ReUseListenSock_Reset()
1990 TEST_ASSERT_EQUAL( pdFALSE, xSocket.u.xTCP.bits.bReuseSocket ); in test_FreeRTOS_setsockopt_ReUseListenSock_Reset()
2033 TEST_ASSERT_EQUAL( pdTRUE, xSocket.u.xTCP.bits.bCloseAfterSend ); in test_FreeRTOS_setsockopt_SockClose_Set()
2051 xSocket.u.xTCP.bits.bReuseSocket = pdTRUE; in test_FreeRTOS_setsockopt_SockClose_Reset()
2056 TEST_ASSERT_EQUAL( pdFALSE, xSocket.u.xTCP.bits.bCloseAfterSend ); in test_FreeRTOS_setsockopt_SockClose_Reset()
2099 TEST_ASSERT_EQUAL( pdTRUE, xSocket.u.xTCP.xTCPWindow.u.bits.bSendFullSize ); in test_FreeRTOS_setsockopt_SetFullSize_Set()
2117 xSocket.u.xTCP.bits.bReuseSocket = pdTRUE; in test_FreeRTOS_setsockopt_SetFullSize_Reset_StateIncorrect()
2123 TEST_ASSERT_EQUAL( pdFALSE, xSocket.u.xTCP.xTCPWindow.u.bits.bSendFullSize ); in test_FreeRTOS_setsockopt_SetFullSize_Reset_StateIncorrect()
2142 xSocket.u.xTCP.bits.bReuseSocket = pdTRUE; in test_FreeRTOS_setsockopt_SetFullSize_Reset_StateCorrect()
2148 TEST_ASSERT_EQUAL( pdFALSE, xSocket.u.xTCP.xTCPWindow.u.bits.bSendFullSize ); in test_FreeRTOS_setsockopt_SetFullSize_Reset_StateCorrect()
2167 xSocket.u.xTCP.bits.bReuseSocket = pdTRUE; in test_FreeRTOS_setsockopt_SetFullSize_Reset_HappyPath()
2177 TEST_ASSERT_EQUAL( pdFALSE, xSocket.u.xTCP.xTCPWindow.u.bits.bSendFullSize ); in test_FreeRTOS_setsockopt_SetFullSize_Reset_HappyPath()
2200 TEST_ASSERT_EQUAL( pdFALSE, xSocket.u.xTCP.bits.bWinChange ); in test_FreeRTOS_setsockopt_StopRx_InvalidProtocol()
2225 TEST_ASSERT_EQUAL( pdTRUE, xSocket.u.xTCP.bits.bRxStopped ); in test_FreeRTOS_setsockopt_StopRx_Set()
2226 TEST_ASSERT_EQUAL( pdTRUE, xSocket.u.xTCP.bits.bWinChange ); in test_FreeRTOS_setsockopt_StopRx_Set()
2245 xSocket.u.xTCP.bits.bReuseSocket = pdTRUE; in test_FreeRTOS_setsockopt_StopRx_Reset()
2252 TEST_ASSERT_EQUAL( pdFALSE, xSocket.u.xTCP.bits.bRxStopped ); in test_FreeRTOS_setsockopt_StopRx_Reset()
2253 TEST_ASSERT_EQUAL( pdTRUE, xSocket.u.xTCP.bits.bWinChange ); in test_FreeRTOS_setsockopt_StopRx_Reset()
3071 xSocket[ 3 ].u.xTCP.bits.bPassAccept = pdTRUE; in test_vSocketSelect_TCPSocketsOnly()
3074 xSocket[ 3 ].u.xTCP.bits.bConnPrepared = pdTRUE_UNSIGNED; in test_vSocketSelect_TCPSocketsOnly()
3080 xSocket[ 4 ].u.xTCP.bits.bPassAccept = pdTRUE; in test_vSocketSelect_TCPSocketsOnly()
3083 xSocket[ 4 ].u.xTCP.pxPeerSocket->u.xTCP.bits.bPassAccept = pdTRUE; in test_vSocketSelect_TCPSocketsOnly()
3084 xSocket[ 4 ].u.xTCP.bits.bConnPrepared = pdTRUE_UNSIGNED; in test_vSocketSelect_TCPSocketsOnly()
3091 xSocket[ 5 ].u.xTCP.bits.bConnPrepared = pdTRUE_UNSIGNED; in test_vSocketSelect_TCPSocketsOnly()
3100 xSocket[ 6 ].u.xTCP.bits.bConnPrepared = pdTRUE_UNSIGNED; in test_vSocketSelect_TCPSocketsOnly()
3111 xSocket[ 7 ].u.xTCP.bits.bConnPrepared = pdTRUE_UNSIGNED; in test_vSocketSelect_TCPSocketsOnly()
3112 xSocket[ 7 ].u.xTCP.bits.bPassQueued = pdTRUE; in test_vSocketSelect_TCPSocketsOnly()
3113 xSocket[ 7 ].u.xTCP.bits.bReuseSocket = pdTRUE_UNSIGNED; in test_vSocketSelect_TCPSocketsOnly()
3120 xSocket[ 8 ].u.xTCP.bits.bConnPrepared = pdTRUE_UNSIGNED; in test_vSocketSelect_TCPSocketsOnly()
3121 xSocket[ 8 ].u.xTCP.bits.bPassQueued = pdTRUE; in test_vSocketSelect_TCPSocketsOnly()
3122 xSocket[ 8 ].u.xTCP.bits.bReuseSocket = pdTRUE_UNSIGNED; in test_vSocketSelect_TCPSocketsOnly()
3123 xSocket[ 8 ].u.xTCP.bits.bPassAccept = pdTRUE_UNSIGNED; in test_vSocketSelect_TCPSocketsOnly()
3124 xSocket[ 8 ].u.xTCP.bits.bConnPassed = pdTRUE_UNSIGNED; in test_vSocketSelect_TCPSocketsOnly()
3140 TEST_ASSERT_EQUAL( pdFALSE, xSocket[ 2 ].u.xTCP.bits.bConnPassed ); in test_vSocketSelect_TCPSocketsOnly()