Home
last modified time | relevance | path

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

1234

/FreeRTOS-Plus-TCP-v4.0.0/source/
DFreeRTOS_Sockets.c94 #if ( ( ipconfigUSE_TCP == 1 ) && !defined( ipTCP_TIMER_PERIOD_MS ) )
135 #if ( ipconfigUSE_TCP == 1 )
172 #if ( ipconfigUSE_TCP == 1 )
178 #if ( ipconfigUSE_TCP == 1 )
187 #if ( ipconfigUSE_TCP == 1 )
197 #if ( ipconfigUSE_TCP == 1 )
205 #if ( ipconfigUSE_TCP == 1 )
215 #if ( ipconfigUSE_TCP == 1 )
236 #if ( ipconfigUSE_TCP == 1 )
245 #if ( ipconfigUSE_TCP == 1 )
[all …]
DFreeRTOS_IP_Timers.c104 #if ( ipconfigUSE_TCP != 0 )
167 #if ( ipconfigUSE_TCP == 1 ) in xCalculateSleepTime()
271 #if ( ipconfigUSE_TCP == 1 ) in vCheckNetworkTimers()
389 #if ( ipconfigUSE_TCP == 1 )
501 #if ( ipconfigUSE_TCP == 1 )
DFreeRTOS_TCP_Utils.c52 #if ipconfigUSE_TCP == 1
DFreeRTOS_TCP_Utils_IPv4.c50 #if( ipconfigUSE_IPv4 != 0 ) && ( ipconfigUSE_TCP == 1 )
DFreeRTOS_TCP_Utils_IPv6.c50 #if( ipconfigUSE_IPv6 != 0 ) && ( ipconfigUSE_TCP == 1 )
DFreeRTOS_IP.c80 #if ( ( ipconfigUSE_TCP == 1 ) && !defined( ipTCP_TIMER_PERIOD_MS ) )
95 #if ( ipconfigUSE_TCP != 0 )
429 #if ( ipconfigUSE_TCP == 1 ) in prvProcessIPEventsAndTimers()
442 #if ( ipconfigUSE_TCP == 1 ) in prvProcessIPEventsAndTimers()
457 #if ( ( ipconfigUSE_TCP == 1 ) && ( ipconfigHAS_PRINTF == 1 ) ) in prvProcessIPEventsAndTimers()
512 #if ( ipconfigUSE_TCP == 1 ) in prvIPTask_Initialise()
1205 #if ( ipconfigUSE_TCP == 1 )
1393 #if ( ipconfigUSE_TCP == 1 ) in xSendEventStructToIPTask()
1997 #if ipconfigUSE_TCP == 1 in prvProcessIPPacket()
/FreeRTOS-Plus-TCP-v4.0.0/tools/tcp_utilities/
Dtcp_netstat.c47 #if ( ipconfigUSE_TCP == 1 )
73 #if ( ipconfigUSE_TCP == 1 ) in vGetMetrics()
80 #if ( ipconfigUSE_TCP == 1 ) in vGetMetrics()
159 #if ( ipconfigUSE_TCP == 1 ) in vShowMetrics()
/FreeRTOS-Plus-TCP-v4.0.0/source/include/
DFreeRTOS_Sockets.h118 #if ( ipconfigUSE_TCP == 1 )
134 #if ( ipconfigUSE_TCP == 1 )
150 #if ( ipconfigUSE_TCP == 1 )
160 #if ( ipconfigUSE_TCP == 1 )
270 #if ( ipconfigUSE_TCP == 1 )
328 #if ( ipconfigUSE_TCP == 1 )
DFreeRTOS_IP_Private.h39 #if ( ipconfigUSE_TCP == 1 )
187 #if ipconfigUSE_TCP == 1
366 #if ( ipconfigUSE_TCP == 1 )
502 #if ( ipconfigUSE_TCP == 1 )
725 #if ( ipconfigUSE_TCP == 1 )
732 #if ( ipconfigUSE_TCP == 1 )
862 #if ( ipconfigUSE_TCP == 1 )
DFreeRTOSIPConfigDefaults.h188 #ifndef ipconfigUSE_TCP
189 #define ipconfigUSE_TCP ( 1 ) macro
205 #if ( ipconfigUSE_TCP != 0 )
/FreeRTOS-Plus-TCP-v4.0.0/test/cbmc/patches/
DFreeRTOSIPConfig.h232 #ifndef ipconfigUSE_TCP
233 #define ipconfigUSE_TCP ( 1 ) macro
/FreeRTOS-Plus-TCP-v4.0.0/test/unit-test/FreeRTOS_TCP_IP_DiffConfig/
DFreeRTOS_TCP_IP_DiffConfig_stubs.c46 #if ( ipconfigUSE_TCP == 1 )
/FreeRTOS-Plus-TCP-v4.0.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-v4.0.0/test/unit-test/FreeRTOS_TCP_IP/
DFreeRTOS_TCP_IP_stubs.c51 #if ( ipconfigUSE_TCP == 1 )
/FreeRTOS-Plus-TCP-v4.0.0/test/build-combination/AllDisable/
DFreeRTOSIPConfig.h222 #define ipconfigUSE_TCP ( 0 ) macro
/FreeRTOS-Plus-TCP-v4.0.0/test/Coverity/ConfigFiles/
DFreeRTOSIPConfig.h226 #define ipconfigUSE_TCP ( 1 ) macro
/FreeRTOS-Plus-TCP-v4.0.0/test/unit-test/FreeRTOS_Tiny_TCP/
DFreeRTOSIPConfig.h228 #define ipconfigUSE_TCP ( 1 ) macro
/FreeRTOS-Plus-TCP-v4.0.0/test/unit-test/ConfigFiles/
DFreeRTOSIPConfig.h235 #define ipconfigUSE_TCP ( 1 ) macro
/FreeRTOS-Plus-TCP-v4.0.0/test/unit-test/FreeRTOS_IPv6_ConfigDriverCheckChecksum/
DFreeRTOSIPConfig.h232 #define ipconfigUSE_TCP ( 1 ) macro
/FreeRTOS-Plus-TCP-v4.0.0/test/unit-test/FreeRTOS_Sockets_DiffConfig1/
DFreeRTOSIPConfig.h230 #define ipconfigUSE_TCP ( 1 ) macro
/FreeRTOS-Plus-TCP-v4.0.0/test/unit-test/FreeRTOS_Sockets_DiffConfig2/
DFreeRTOSIPConfig.h230 #define ipconfigUSE_TCP ( 1 ) macro
/FreeRTOS-Plus-TCP-v4.0.0/test/unit-test/FreeRTOS_IPv4_DiffConfig/
DFreeRTOSIPConfig.h232 #define ipconfigUSE_TCP ( 1 ) macro
/FreeRTOS-Plus-TCP-v4.0.0/test/unit-test/FreeRTOS_ARP_DataLenLessThanMinPacket/
DFreeRTOSIPConfig.h228 #define ipconfigUSE_TCP ( 1 ) macro
/FreeRTOS-Plus-TCP-v4.0.0/test/build-combination/Header_Self_Contain/
DFreeRTOSIPConfig.h244 #define ipconfigUSE_TCP ( 1 ) macro
/FreeRTOS-Plus-TCP-v4.0.0/test/unit-test/FreeRTOS_DNS_Parser/
DFreeRTOSIPConfig.h232 #define ipconfigUSE_TCP ( 1 ) macro

1234