Home
last modified time | relevance | path

Searched refs:ipconfigUSE_TCP (Results 1 – 25 of 37) sorted by relevance

12

/FreeRTOS-Plus-TCP-v3.1.0/source/
DFreeRTOS_IP_Timers.c81 #if ( ipconfigUSE_TCP != 0 )
126 #if ( ipconfigUSE_TCP == 1 ) in xCalculateSleepTime()
205 #if ( ipconfigUSE_TCP == 1 ) in vCheckNetworkTimers()
298 #if ( ipconfigUSE_TCP == 1 )
383 #if ( ipconfigUSE_TCP == 1 )
DFreeRTOS_Sockets.c90 #if ( ( ipconfigUSE_TCP == 1 ) && !defined( ipTCP_TIMER_PERIOD_MS ) )
126 #if ( ipconfigUSE_TCP == 1 )
148 #if ( ipconfigUSE_TCP == 1 )
157 #if ( ipconfigUSE_TCP == 1 )
167 #if ( ipconfigUSE_TCP == 1 )
175 #if ( ipconfigUSE_TCP == 1 )
185 #if ( ipconfigUSE_TCP == 1 )
208 #if ipconfigUSE_TCP == 1
269 #if ( ipconfigUSE_TCP == 1 ) in vNetworkSocketsInit()
310 #if ( ipconfigUSE_TCP == 1 ) in prvDetermineSocketSize()
[all …]
DFreeRTOS_IP.c76 #if ( ( ipconfigUSE_TCP == 1 ) && !defined( ipTCP_TIMER_PERIOD_MS ) )
91 #if ( ipconfigUSE_TCP != 0 )
250 #if ( ipconfigUSE_TCP == 1 ) in prvIPTask()
441 #if ( ipconfigUSE_TCP == 1 ) in prvProcessIPEventsAndTimers()
454 #if ( ipconfigUSE_TCP == 1 ) in prvProcessIPEventsAndTimers()
469 #if ( ( ipconfigUSE_TCP == 1 ) && ( ipconfigHAS_PRINTF == 1 ) ) in prvProcessIPEventsAndTimers()
929 #if ( ipconfigUSE_TCP == 1 )
1117 #if ( ipconfigUSE_TCP == 1 ) in xSendEventStructToIPTask()
1786 #if ipconfigUSE_TCP == 1 in prvProcessIPPacket()
DFreeRTOS_TCP_Utils.c49 #if ipconfigUSE_TCP == 1
/FreeRTOS-Plus-TCP-v3.1.0/tools/tcp_utilities/
Dtcp_netstat.c47 #if ( ipconfigUSE_TCP == 1 )
74 #if ( ipconfigUSE_TCP == 1 ) in vGetMetrics()
81 #if ( ipconfigUSE_TCP == 1 ) in vGetMetrics()
160 #if ( ipconfigUSE_TCP == 1 ) in vShowMetrics()
/FreeRTOS-Plus-TCP-v3.1.0/source/include/
DFreeRTOS_Sockets.h115 #if ( ipconfigUSE_TCP == 1 )
131 #if ( ipconfigUSE_TCP == 1 )
147 #if ( ipconfigUSE_TCP == 1 )
156 #if ( ipconfigUSE_TCP == 1 )
260 #if ( ipconfigUSE_TCP == 1 )
318 #if ( ipconfigUSE_TCP == 1 )
DFreeRTOS_IP_Private.h43 #if ( ipconfigUSE_TCP == 1 )
155 #if ipconfigUSE_TCP == 1
378 #if ( ipconfigUSE_TCP == 1 )
496 #if ( ipconfigUSE_TCP == 1 )
690 #if ( ipconfigUSE_TCP == 1 )
699 #if ( ipconfigUSE_TCP == 1 )
819 #if ( ipconfigUSE_TCP == 1 )
DFreeRTOSIPConfigDefaults.h176 #ifndef ipconfigUSE_TCP
177 #define ipconfigUSE_TCP ( 1 ) macro
180 #if ( ipconfigUSE_TCP != 0 )
/FreeRTOS-Plus-TCP-v3.1.0/test/cbmc/patches/
DFreeRTOSIPConfig.h230 #ifndef ipconfigUSE_TCP
231 #define ipconfigUSE_TCP ( 1 ) macro
/FreeRTOS-Plus-TCP-v3.1.0/test/unit-test/FreeRTOS_TCP_IP_DiffConfig/
DFreeRTOS_TCP_IP_DiffConfig_stubs.c46 #if ( ipconfigUSE_TCP == 1 )
DFreeRTOSIPConfig.h224 #define ipconfigUSE_TCP ( 1 ) macro
/FreeRTOS-Plus-TCP-v3.1.0/test/unit-test/FreeRTOS_TCP_IP/
DFreeRTOS_TCP_IP_stubs.c46 #if ( ipconfigUSE_TCP == 1 )
/FreeRTOS-Plus-TCP-v3.1.0/test/cbmc/proofs/ARP/ARP_OutputARPRequest_buffer_alloc2/
DREADME.md37 as long as TCP is enabled ( ipconfigUSE_TCP 1 ) and
41 if TCP is disabled ( ipconfigUSE_TCP 1 ) along with the
/FreeRTOS-Plus-TCP-v3.1.0/test/build-combination/AllDisable/
DFreeRTOSIPConfig.h222 #define ipconfigUSE_TCP ( 0 ) macro
/FreeRTOS-Plus-TCP-v3.1.0/test/build-combination/AllEnable/
DFreeRTOSIPConfig.h222 #define ipconfigUSE_TCP ( 1 ) macro
/FreeRTOS-Plus-TCP-v3.1.0/test/Coverity/ConfigFiles/
DFreeRTOSIPConfig.h226 #define ipconfigUSE_TCP ( 1 ) macro
/FreeRTOS-Plus-TCP-v3.1.0/test/unit-test/FreeRTOS_Sockets_DiffConfig1/
DFreeRTOSIPConfig.h224 #define ipconfigUSE_TCP ( 1 ) macro
/FreeRTOS-Plus-TCP-v3.1.0/test/unit-test/FreeRTOS_Tiny_TCP/
DFreeRTOSIPConfig.h224 #define ipconfigUSE_TCP ( 1 ) macro
/FreeRTOS-Plus-TCP-v3.1.0/test/unit-test/FreeRTOS_ARP_DataLenLessThanMinPacket/
DFreeRTOSIPConfig.h224 #define ipconfigUSE_TCP ( 1 ) macro
/FreeRTOS-Plus-TCP-v3.1.0/test/unit-test/FreeRTOS_Sockets_DiffConfig/
DFreeRTOSIPConfig.h224 #define ipconfigUSE_TCP ( 1 ) macro
/FreeRTOS-Plus-TCP-v3.1.0/test/unit-test/FreeRTOS_IP_DiffConfig/
DFreeRTOSIPConfig.h224 #define ipconfigUSE_TCP ( 1 ) macro
/FreeRTOS-Plus-TCP-v3.1.0/test/unit-test/FreeRTOS_IP_Utils_DiffConfig/
DFreeRTOSIPConfig.h224 #define ipconfigUSE_TCP ( 1 ) macro
/FreeRTOS-Plus-TCP-v3.1.0/test/unit-test/ConfigFiles/
DFreeRTOSIPConfig.h226 #define ipconfigUSE_TCP ( 1 ) macro
/FreeRTOS-Plus-TCP-v3.1.0/test/build-combination/Common/
Dmain.c290 #if ( ( ipconfigUSE_TCP == 1 ) && ( ipconfigUSE_DHCP_HOOK != 0 ) )
/FreeRTOS-Plus-TCP-v3.1.0/source/portable/BufferManagement/
DBufferAllocation_2.c60 #if ipconfigUSE_TCP == 1

12