Searched refs:xTCPWindowLoggingLevel (Results 1 – 15 of 15) sorted by relevance
49 extern BaseType_t xTCPWindowLoggingLevel;176 BaseType_t xBackup = xTCPWindowLoggingLevel; in test_lTCPWindowTxAdd_length_eq_zero_with_logging()181 xTCPWindowLoggingLevel = 2; in test_lTCPWindowTxAdd_length_eq_zero_with_logging()191 xTCPWindowLoggingLevel = xBackup; in test_lTCPWindowTxAdd_length_eq_zero_with_logging()228 BaseType_t xBackup = xTCPWindowLoggingLevel; in test_lTCPWindowTxAdd_length_gt_maxlen_with_logging()234 xTCPWindowLoggingLevel = 2; in test_lTCPWindowTxAdd_length_gt_maxlen_with_logging()244 xTCPWindowLoggingLevel = xBackup; in test_lTCPWindowTxAdd_length_gt_maxlen_with_logging()512 BaseType_t xBackup = xTCPWindowLoggingLevel; in test_ulTCPWindowTxAck_seq_gt_current_plus_length_w_logging()517 xTCPWindowLoggingLevel = 2; in test_ulTCPWindowTxAck_seq_gt_current_plus_length_w_logging()522 xTCPWindowLoggingLevel = xBackup; in test_ulTCPWindowTxAck_seq_gt_current_plus_length_w_logging()
57 extern BaseType_t xTCPWindowLoggingLevel;1050 BaseType_t xBackup = xTCPWindowLoggingLevel; in test_lTCPWindowTxAdd_nothing_to_do()1055 xTCPWindowLoggingLevel = 3; in test_lTCPWindowTxAdd_nothing_to_do()1064 xTCPWindowLoggingLevel = xBackup; in test_lTCPWindowTxAdd_nothing_to_do()1142 BaseType_t xBackup = xTCPWindowLoggingLevel; in test_lTCPWindowTxAdd_bytes_left_gt_zero()1150 xTCPWindowLoggingLevel = 2; in test_lTCPWindowTxAdd_bytes_left_gt_zero()1162 xTCPWindowLoggingLevel = xBackup; in test_lTCPWindowTxAdd_bytes_left_gt_zero()1173 BaseType_t xBackup = xTCPWindowLoggingLevel; in test_lTCPWindowTxAdd_len_gt_max_len()1175 xTCPWindowLoggingLevel = 0; in test_lTCPWindowTxAdd_len_gt_max_len()1193 xTCPWindowLoggingLevel = xBackup; in test_lTCPWindowTxAdd_len_gt_max_len()[all …]
72 BaseType_t xTCPWindowLoggingLevel = 0; variable208 …if( ( xTCPWindowLoggingLevel != 0 ) && ( ipconfigTCP_MAY_LOG_PORT( pxWindow->usOurPortNumber ) != … in lTCPWindowTxAdd()216 …if( ( xTCPWindowLoggingLevel != 0 ) && ( ipconfigTCP_MAY_LOG_PORT( pxWindow->usOurPortNumber ) != … in lTCPWindowTxAdd()447 …if( ( xTCPWindowLoggingLevel != 0 ) && ( ipconfigTCP_MAY_LOG_PORT( pxWindow->usOurPortNumber ) != … in ulTCPWindowTxAck()
221 BaseType_t xTCPWindowLoggingLevel = 0; variable801 if( xTCPWindowLoggingLevel != 0 ) in vTCPWindowCreate()1043 if( xTCPWindowLoggingLevel >= 1 ) in prvTCPWindowRx_ExpectedRX()1100 if( xTCPWindowLoggingLevel >= 1 ) in prvTCPWindowRx_UnexpectedRX()1150 if( xTCPWindowLoggingLevel != 0 ) in prvTCPWindowRx_UnexpectedRX()1382 … if( ( xTCPWindowLoggingLevel >= 2 ) && ipconfigTCP_MAY_LOG_PORT( pxWindow->usOurPortNumber ) ) in prvTCPWindowTxAdd_FrontSegment()1694 … if( ( xTCPWindowLoggingLevel != 0 ) && ( ipconfigTCP_MAY_LOG_PORT( pxWindow->usOurPortNumber ) ) ) in pxTCPWindowTx_GetWaitQueue()1767 … if( ( xTCPWindowLoggingLevel >= 2 ) && ( ipconfigTCP_MAY_LOG_PORT( pxWindow->usOurPortNumber ) ) ) in pxTCPWindowTx_GetTXQueue()1814 if( xTCPWindowLoggingLevel != 0 ) in ulTCPWindowTxGet()2043 … if( ( xTCPWindowLoggingLevel >= 2 ) && ( ipconfigTCP_MAY_LOG_PORT( pxWindow->usOurPortNumber ) ) ) in prvTCPWindowTxCheckAck()[all …]
567 if( xTCPWindowLoggingLevel != 0 ) in prvTCPCreateWindow()1115 if( xTCPWindowLoggingLevel != 0 ) in prvTCPPrepareSend()1232 if( xTCPWindowLoggingLevel >= 0 ) in prvSetOptions()1263 if( xTCPWindowLoggingLevel >= 0 ) in prvSetOptions()1373 … if( ( xTCPWindowLoggingLevel > 1 ) && ( ipconfigTCP_MAY_LOG_PORT( pxSocket->usLocalPort ) ) ) in prvSendData()1415 … if( ( xTCPWindowLoggingLevel > 1 ) && ( ipconfigTCP_MAY_LOG_PORT( pxSocket->usLocalPort ) ) ) in prvSendData()
192 … if( ( xTCPWindowLoggingLevel > 1 ) && ipconfigTCP_MAY_LOG_PORT( pxSocket->usLocalPort ) ) in xTCPSocketCheck()497 … if( ( xTCPWindowLoggingLevel >= 0 ) && ( ipconfigTCP_MAY_LOG_PORT( pxSocket->usLocalPort ) ) ) in vTCPStateChange()
323 if( xTCPWindowLoggingLevel != 0 ) in prvTCPHandleFin()623 if( xTCPWindowLoggingLevel > 0 ) in prvHandleEstablished()
4252 if( xTCPWindowLoggingLevel != 0 ) in prvTCPCreateStream()
43 BaseType_t xTCPWindowLoggingLevel = 0; variable
67 extern BaseType_t xTCPWindowLoggingLevel;
69 extern BaseType_t xTCPWindowLoggingLevel;347 xBackup = xTCPWindowLoggingLevel; in test_xTCPSocketCheck_StateEstablished_TxStreamNonNull1_NonZeroTimeout_NoLogPort()348 xTCPWindowLoggingLevel = 2; in test_xTCPSocketCheck_StateEstablished_TxStreamNonNull1_NonZeroTimeout_NoLogPort()362 xTCPWindowLoggingLevel = xBackup; in test_xTCPSocketCheck_StateEstablished_TxStreamNonNull1_NonZeroTimeout_NoLogPort()382 xTCPWindowLoggingLevel = 2; in test_xTCPSocketCheck_StateCLOSED_TxStreamNonNull1_NonZeroTimeout()392 xTCPWindowLoggingLevel = 1; in test_xTCPSocketCheck_StateCLOSED_TxStreamNonNull1_NonZeroTimeout()908 xBackup = xTCPWindowLoggingLevel; in test_vTCPStateChange_EstablishedState_ReuseSocket()909 xTCPWindowLoggingLevel = -1; in test_vTCPStateChange_EstablishedState_ReuseSocket()925 xTCPWindowLoggingLevel = xBackup; in test_vTCPStateChange_EstablishedState_ReuseSocket()945 xBackup = xTCPWindowLoggingLevel; in test_vTCPStateChange_EstablishedToClosedState_SocketInactive()[all …]
46 BaseType_t xTCPWindowLoggingLevel; variable
1571 xTCPWindowLoggingLevel = 2; in test_prvSendData_Zero_Sent_AckMsg_Not_Null_Same_NetBuffer_Log()1776 xTCPWindowLoggingLevel = 2; in test_prvSendData_AckMsg_Null_Syn_State_Data_To_Send_Log()1821 xTCPWindowLoggingLevel = 1; in test_prvSendData_AckMsg_Null_Syn_State_Data_To_Send_Rcv_Zero()
70 extern BaseType_t xTCPWindowLoggingLevel;