Home
last modified time | relevance | path

Searched refs:ipconfigUSE_CALLBACKS (Results 1 – 20 of 20) sorted by relevance

/FreeRTOS-Plus-TCP-v3.1.0/source/include/
DFreeRTOSIPConfigDefaults.h94 #error now called: ipconfigUSE_CALLBACKS
874 #ifndef ipconfigUSE_CALLBACKS
875 #define ipconfigUSE_CALLBACKS ( 0 ) macro
884 #if ( ipconfigUSE_CALLBACKS != 0 )
DFreeRTOS_Sockets.h120 #if ( ipconfigUSE_CALLBACKS == 1 )
374 #if ( ipconfigUSE_CALLBACKS == 1 )
DFreeRTOS_IP_Private.h605 #if ( ipconfigUSE_CALLBACKS == 1 )
631 #if ( ipconfigUSE_CALLBACKS == 1 )
/FreeRTOS-Plus-TCP-v3.1.0/test/build-combination/AllDisable/
DFreeRTOSIPConfig.h300 #define ipconfigUSE_CALLBACKS ( 0 ) macro
/FreeRTOS-Plus-TCP-v3.1.0/test/build-combination/AllEnable/
DFreeRTOSIPConfig.h300 #define ipconfigUSE_CALLBACKS ( 1 ) macro
/FreeRTOS-Plus-TCP-v3.1.0/test/Coverity/ConfigFiles/
DFreeRTOSIPConfig.h305 #define ipconfigUSE_CALLBACKS ( 0 ) macro
/FreeRTOS-Plus-TCP-v3.1.0/test/cbmc/patches/
DFreeRTOSIPConfig.h320 #define ipconfigUSE_CALLBACKS ( 0 ) macro
/FreeRTOS-Plus-TCP-v3.1.0/test/unit-test/FreeRTOS_Sockets_DiffConfig1/
DFreeRTOSIPConfig.h302 #define ipconfigUSE_CALLBACKS ( 1 ) macro
/FreeRTOS-Plus-TCP-v3.1.0/test/unit-test/FreeRTOS_Tiny_TCP/
DFreeRTOSIPConfig.h302 #define ipconfigUSE_CALLBACKS ( 1 ) macro
/FreeRTOS-Plus-TCP-v3.1.0/test/unit-test/FreeRTOS_ARP_DataLenLessThanMinPacket/
DFreeRTOSIPConfig.h302 #define ipconfigUSE_CALLBACKS ( 1 ) macro
/FreeRTOS-Plus-TCP-v3.1.0/test/unit-test/FreeRTOS_Sockets_DiffConfig/
DFreeRTOSIPConfig.h302 #define ipconfigUSE_CALLBACKS ( 1 ) macro
/FreeRTOS-Plus-TCP-v3.1.0/test/unit-test/FreeRTOS_IP_DiffConfig/
DFreeRTOSIPConfig.h302 #define ipconfigUSE_CALLBACKS ( 1 ) macro
/FreeRTOS-Plus-TCP-v3.1.0/test/unit-test/FreeRTOS_IP_Utils_DiffConfig/
DFreeRTOSIPConfig.h302 #define ipconfigUSE_CALLBACKS ( 1 ) macro
/FreeRTOS-Plus-TCP-v3.1.0/test/unit-test/ConfigFiles/
DFreeRTOSIPConfig.h304 #define ipconfigUSE_CALLBACKS ( 1 ) macro
/FreeRTOS-Plus-TCP-v3.1.0/test/unit-test/FreeRTOS_TCP_IP_DiffConfig/
DFreeRTOSIPConfig.h302 #define ipconfigUSE_CALLBACKS ( 1 ) macro
/FreeRTOS-Plus-TCP-v3.1.0/source/
DFreeRTOS_TCP_IP.c308 #if ( ipconfigUSE_CALLBACKS == 1 ) in vTCPStateChange()
374 #if ( ipconfigUSE_CALLBACKS == 1 ) in vTCPStateChange()
428 #if ( ipconfigUSE_CALLBACKS == 1 ) in vTCPStateChange()
509 #if ( ipconfigUSE_CALLBACKS == 1 ) in vTCPStateChange()
DFreeRTOS_UDP_IP.c360 #if ( ipconfigUSE_CALLBACKS == 1 ) in xProcessReceivedUDPPacket()
401 #if ( ipconfigUSE_CALLBACKS == 1 ) || ( ipconfigUDP_MAX_RX_PACKETS > 0U ) in xProcessReceivedUDPPacket()
DFreeRTOS_Sockets.c1100 #if ( ipconfigUSE_CALLBACKS != 0 ) in FreeRTOS_sendto()
1167 #if ( ipconfigUSE_CALLBACKS == 1 ) in FreeRTOS_sendto()
1469 #if ( ipconfigUSE_CALLBACKS == 1 ) in FreeRTOS_closesocket()
1485 #if ( ipconfigUSE_CALLBACKS == 1 ) in FreeRTOS_closesocket()
1876 #if ( ipconfigUSE_CALLBACKS == 1 ) in FreeRTOS_setsockopt()
3772 #if ( ipconfigUSE_CALLBACKS != 0 ) in FreeRTOS_send()
4298 #if ( ipconfigUSE_CALLBACKS == 1 ) in lTCPAddRxdata()
4320 #if ( ipconfigUSE_CALLBACKS == 1 ) in lTCPAddRxdata()
4353 #if ( ipconfigUSE_CALLBACKS == 1 ) in lTCPAddRxdata()
DFreeRTOS_TCP_Reception.c403 #if ( ipconfigUSE_CALLBACKS == 1 ) in prvReadSackOption()
DFreeRTOS_TCP_State_Handling.c564 #if ( ipconfigUSE_CALLBACKS == 1 ) in prvHandleEstablished()
1060 #if ( ipconfigUSE_CALLBACKS == 1 ) in prvTCPSocketCopy()