Home
last modified time | relevance | path

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

/FreeRTOS-Plus-TCP-v3.1.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-v3.1.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-v3.1.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.c221 BaseType_t xTCPWindowLoggingLevel = 0; variable
801 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 …]
DFreeRTOS_TCP_Transmission.c567 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()
DFreeRTOS_TCP_IP.c192 … 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.c323 if( xTCPWindowLoggingLevel != 0 ) in prvTCPHandleFin()
623 if( xTCPWindowLoggingLevel > 0 ) in prvHandleEstablished()
DFreeRTOS_Sockets.c4252 if( xTCPWindowLoggingLevel != 0 ) in prvTCPCreateStream()
/FreeRTOS-Plus-TCP-v3.1.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-v3.1.0/test/unit-test/FreeRTOS_TCP_IP/
DFreeRTOS_TCP_IP_stubs.c43 BaseType_t xTCPWindowLoggingLevel = 0; variable
DFreeRTOS_TCP_IP_utest.c69 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 …]
/FreeRTOS-Plus-TCP-v3.1.0/test/unit-test/FreeRTOS_TCP_Transmission/
DFreeRTOS_TCP_Transmission_stubs.c46 BaseType_t xTCPWindowLoggingLevel; variable
DFreeRTOS_TCP_Transmission_utest.c1571 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()
/FreeRTOS-Plus-TCP-v3.1.0/source/include/
DFreeRTOS_IP_Private.h70 extern BaseType_t xTCPWindowLoggingLevel;