Home
last modified time | relevance | path

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

/FreeRTOS-Plus-TCP-v4.0.0/test/unit-test/FreeRTOS_Tiny_TCP/
DFreeRTOS_Tiny_TCP_utest.c49 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()
/FreeRTOS-Plus-TCP-v4.0.0/test/unit-test/FreeRTOS_TCP_WIN/
DFreeRTOS_TCP_WIN_utest.c57 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 …]
/FreeRTOS-Plus-TCP-v4.0.0/source/
DFreeRTOS_Tiny_TCP.c72 BaseType_t xTCPWindowLoggingLevel = 0; variable
208 …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()
DFreeRTOS_TCP_WIN.c223 BaseType_t xTCPWindowLoggingLevel = 0; variable
805 if( xTCPWindowLoggingLevel != 0 ) in vTCPWindowCreate()
1047 if( xTCPWindowLoggingLevel >= 1 ) in prvTCPWindowRx_ExpectedRX()
1104 if( xTCPWindowLoggingLevel >= 1 ) in prvTCPWindowRx_UnexpectedRX()
1154 if( xTCPWindowLoggingLevel != 0 ) in prvTCPWindowRx_UnexpectedRX()
1386 … if( ( xTCPWindowLoggingLevel >= 2 ) && ipconfigTCP_MAY_LOG_PORT( pxWindow->usOurPortNumber ) ) in prvTCPWindowTxAdd_FrontSegment()
1698 … if( ( xTCPWindowLoggingLevel != 0 ) && ( ipconfigTCP_MAY_LOG_PORT( pxWindow->usOurPortNumber ) ) ) in pxTCPWindowTx_GetWaitQueue()
1771 … if( ( xTCPWindowLoggingLevel >= 2 ) && ( ipconfigTCP_MAY_LOG_PORT( pxWindow->usOurPortNumber ) ) ) in pxTCPWindowTx_GetTXQueue()
1818 if( xTCPWindowLoggingLevel != 0 ) in ulTCPWindowTxGet()
2047 … if( ( xTCPWindowLoggingLevel >= 2 ) && ( ipconfigTCP_MAY_LOG_PORT( pxWindow->usOurPortNumber ) ) ) in prvTCPWindowTxCheckAck()
[all …]
DFreeRTOS_TCP_Transmission.c454 if( xTCPWindowLoggingLevel != 0 ) in prvTCPCreateWindow()
973 if( xTCPWindowLoggingLevel != 0 ) in prvTCPPrepareSend()
1090 if( xTCPWindowLoggingLevel >= 0 ) in prvSetOptions()
1121 if( xTCPWindowLoggingLevel >= 0 ) in prvSetOptions()
1232 … if( ( xTCPWindowLoggingLevel > 1 ) && ( ipconfigTCP_MAY_LOG_PORT( pxSocket->usLocalPort ) ) ) in prvSendData()
1274 … if( ( xTCPWindowLoggingLevel > 1 ) && ( ipconfigTCP_MAY_LOG_PORT( pxSocket->usLocalPort ) ) ) in prvSendData()
DFreeRTOS_TCP_IP.c177 … if( ( xTCPWindowLoggingLevel > 1 ) && ipconfigTCP_MAY_LOG_PORT( pxSocket->usLocalPort ) ) in xTCPSocketCheck()
497 … if( ( xTCPWindowLoggingLevel >= 0 ) && ( ipconfigTCP_MAY_LOG_PORT( pxSocket->usLocalPort ) ) ) in vTCPStateChange()
DFreeRTOS_TCP_State_Handling.c317 if( xTCPWindowLoggingLevel != 0 ) in prvTCPHandleFin()
622 if( xTCPWindowLoggingLevel > 0 ) in prvHandleEstablished()
DFreeRTOS_Sockets.c5062 if( xTCPWindowLoggingLevel != 0 ) in prvTCPCreateStream()
/FreeRTOS-Plus-TCP-v4.0.0/test/unit-test/FreeRTOS_TCP_IP_DiffConfig/
DFreeRTOS_TCP_IP_DiffConfig_stubs.c43 BaseType_t xTCPWindowLoggingLevel = 0; variable
DFreeRTOS_TCP_IP_DiffConfig_utest.c67 extern BaseType_t xTCPWindowLoggingLevel;
/FreeRTOS-Plus-TCP-v4.0.0/test/unit-test/FreeRTOS_TCP_Transmission/
DFreeRTOS_TCP_Transmission_stubs.c48 BaseType_t xTCPWindowLoggingLevel; variable
DFreeRTOS_TCP_Transmission_utest.c2022 xTCPWindowLoggingLevel = 2; in test_prvSendData_Zero_Sent_AckMsg_Not_Null_Same_NetBuffer_Log()
2269 xTCPWindowLoggingLevel = 2; in test_prvSendData_AckMsg_Null_Syn_State_Data_To_Send_Log()
2322 xTCPWindowLoggingLevel = 1; in test_prvSendData_AckMsg_Null_Syn_State_Data_To_Send_Rcv_Zero()
/FreeRTOS-Plus-TCP-v4.0.0/test/unit-test/FreeRTOS_TCP_IP/
DFreeRTOS_TCP_IP_stubs.c45 BaseType_t xTCPWindowLoggingLevel = 0; variable
DFreeRTOS_TCP_IP_utest.c72 extern BaseType_t xTCPWindowLoggingLevel;
384 xBackup = xTCPWindowLoggingLevel; in test_xTCPSocketCheck_StateEstablished_TxStreamNonNull1_NonZeroTimeout_NoLogPort()
385 xTCPWindowLoggingLevel = 2; in test_xTCPSocketCheck_StateEstablished_TxStreamNonNull1_NonZeroTimeout_NoLogPort()
401 xTCPWindowLoggingLevel = xBackup; in test_xTCPSocketCheck_StateEstablished_TxStreamNonNull1_NonZeroTimeout_NoLogPort()
423 xTCPWindowLoggingLevel = 2; in test_xTCPSocketCheck_StateCLOSED_TxStreamNonNull1_NonZeroTimeout()
433 xTCPWindowLoggingLevel = 1; in test_xTCPSocketCheck_StateCLOSED_TxStreamNonNull1_NonZeroTimeout()
1117 xBackup = xTCPWindowLoggingLevel; in test_vTCPStateChange_EstablishedState_ReuseSocket()
1118 xTCPWindowLoggingLevel = -1; in test_vTCPStateChange_EstablishedState_ReuseSocket()
1134 xTCPWindowLoggingLevel = xBackup; in test_vTCPStateChange_EstablishedState_ReuseSocket()
1156 xBackup = xTCPWindowLoggingLevel; in test_vTCPStateChange_EstablishedToClosedState_SocketInactive()
[all …]
/FreeRTOS-Plus-TCP-v4.0.0/source/include/
DFreeRTOS_IP_Private.h103 extern BaseType_t xTCPWindowLoggingLevel;