Searched refs:ipconfigIS_VALID_PROG_ADDRESS (Results 1 – 18 of 18) sorted by relevance
290 #define ipconfigIS_VALID_PROG_ADDRESS( x ) ( ( x ) != NULL ) macro
295 #define ipconfigIS_VALID_PROG_ADDRESS( x ) ( ( x ) != NULL ) macro
306 #define ipconfigIS_VALID_PROG_ADDRESS( x ) ( ( x ) != NULL ) macro
292 #define ipconfigIS_VALID_PROG_ADDRESS( x ) ( ( x ) != NULL ) macro
294 #define ipconfigIS_VALID_PROG_ADDRESS( x ) ( ( x ) != NULL ) macro
885 #ifndef ipconfigIS_VALID_PROG_ADDRESS886 #define ipconfigIS_VALID_PROG_ADDRESS( pxAddress ) ( ( pxAddress ) != NULL ) macro
376 … 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()
363 if( ipconfigIS_VALID_PROG_ADDRESS( pxSocket->u.xUDP.pxHandleReceive ) ) in xProcessReceivedUDPPacket()
405 if( ipconfigIS_VALID_PROG_ADDRESS( pxSocket->u.xTCP.pxHandleSent ) ) in prvReadSackOption()
566 if( ipconfigIS_VALID_PROG_ADDRESS( pxSocket->u.xTCP.pxHandleSent ) ) in prvHandleEstablished()
1169 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()