Home
last modified time | relevance | path

Searched refs:ipconfigIS_VALID_PROG_ADDRESS (Results 1 – 18 of 18) sorted by relevance

/FreeRTOS-Plus-TCP-v3.1.0/test/build-combination/AllDisable/
DFreeRTOSIPConfig.h290 #define ipconfigIS_VALID_PROG_ADDRESS( x ) ( ( x ) != NULL ) macro
/FreeRTOS-Plus-TCP-v3.1.0/test/build-combination/AllEnable/
DFreeRTOSIPConfig.h290 #define ipconfigIS_VALID_PROG_ADDRESS( x ) ( ( x ) != NULL ) macro
/FreeRTOS-Plus-TCP-v3.1.0/test/Coverity/ConfigFiles/
DFreeRTOSIPConfig.h295 #define ipconfigIS_VALID_PROG_ADDRESS( x ) ( ( x ) != NULL ) macro
/FreeRTOS-Plus-TCP-v3.1.0/test/cbmc/patches/
DFreeRTOSIPConfig.h306 #define ipconfigIS_VALID_PROG_ADDRESS( x ) ( ( x ) != NULL ) macro
/FreeRTOS-Plus-TCP-v3.1.0/test/unit-test/FreeRTOS_Sockets_DiffConfig1/
DFreeRTOSIPConfig.h292 #define ipconfigIS_VALID_PROG_ADDRESS( x ) ( ( x ) != NULL ) macro
/FreeRTOS-Plus-TCP-v3.1.0/test/unit-test/FreeRTOS_Tiny_TCP/
DFreeRTOSIPConfig.h292 #define ipconfigIS_VALID_PROG_ADDRESS( x ) ( ( x ) != NULL ) macro
/FreeRTOS-Plus-TCP-v3.1.0/test/unit-test/FreeRTOS_ARP_DataLenLessThanMinPacket/
DFreeRTOSIPConfig.h292 #define ipconfigIS_VALID_PROG_ADDRESS( x ) ( ( x ) != NULL ) macro
/FreeRTOS-Plus-TCP-v3.1.0/test/unit-test/FreeRTOS_Sockets_DiffConfig/
DFreeRTOSIPConfig.h292 #define ipconfigIS_VALID_PROG_ADDRESS( x ) ( ( x ) != NULL ) macro
/FreeRTOS-Plus-TCP-v3.1.0/test/unit-test/FreeRTOS_IP_DiffConfig/
DFreeRTOSIPConfig.h292 #define ipconfigIS_VALID_PROG_ADDRESS( x ) ( ( x ) != NULL ) macro
/FreeRTOS-Plus-TCP-v3.1.0/test/unit-test/FreeRTOS_IP_Utils_DiffConfig/
DFreeRTOSIPConfig.h292 #define ipconfigIS_VALID_PROG_ADDRESS( x ) ( ( x ) != NULL ) macro
/FreeRTOS-Plus-TCP-v3.1.0/test/unit-test/ConfigFiles/
DFreeRTOSIPConfig.h294 #define ipconfigIS_VALID_PROG_ADDRESS( x ) ( ( x ) != NULL ) macro
/FreeRTOS-Plus-TCP-v3.1.0/test/unit-test/FreeRTOS_TCP_IP_DiffConfig/
DFreeRTOSIPConfig.h292 #define ipconfigIS_VALID_PROG_ADDRESS( x ) ( ( x ) != NULL ) macro
/FreeRTOS-Plus-TCP-v3.1.0/source/include/
DFreeRTOSIPConfigDefaults.h885 #ifndef ipconfigIS_VALID_PROG_ADDRESS
886 #define ipconfigIS_VALID_PROG_ADDRESS( pxAddress ) ( ( pxAddress ) != NULL ) macro
/FreeRTOS-Plus-TCP-v3.1.0/source/
DFreeRTOS_TCP_IP.c376 … if( ( ipconfigIS_VALID_PROG_ADDRESS( xParent->u.xTCP.pxHandleConnected ) ) && in vTCPStateChange()
430 …if( ( ipconfigIS_VALID_PROG_ADDRESS( pxSocket->u.xTCP.pxHandleConnected ) ) && ( xConnected == NUL… in vTCPStateChange()
DFreeRTOS_UDP_IP.c363 if( ipconfigIS_VALID_PROG_ADDRESS( pxSocket->u.xUDP.pxHandleReceive ) ) in xProcessReceivedUDPPacket()
DFreeRTOS_TCP_Reception.c405 if( ipconfigIS_VALID_PROG_ADDRESS( pxSocket->u.xTCP.pxHandleSent ) ) in prvReadSackOption()
DFreeRTOS_TCP_State_Handling.c566 if( ipconfigIS_VALID_PROG_ADDRESS( pxSocket->u.xTCP.pxHandleSent ) ) in prvHandleEstablished()
DFreeRTOS_Sockets.c1169 if( ipconfigIS_VALID_PROG_ADDRESS( pxSocket->u.xUDP.pxHandleSent ) ) in FreeRTOS_sendto()
4299 …BaseType_t bHasHandler = ipconfigIS_VALID_PROG_ADDRESS( pxSocket->u.xTCP.pxHandleReceive ) ? pdTRU… in lTCPAddRxdata()