Home
last modified time | relevance | path

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

/FreeRTOS-Plus-TCP-v4.0.0/source/
DFreeRTOS_DNS_Cache.c631 const DNSCacheRow_t * pxRow = &( xDNSCache[ xEntry ] ); in vShowDNSCacheTable() local
633 if( pxRow->pcName[ 0 ] != ( char ) 0 ) in vShowDNSCacheTable()
637 pxRow->pcName, in vShowDNSCacheTable()
638 ( unsigned ) pxRow->ucCurrentIPAddress, in vShowDNSCacheTable()
639 ( unsigned ) pxRow->ucNumIPAddresses ) ); in vShowDNSCacheTable()
641 for( xSubEntry = 0; xSubEntry < pxRow->ucNumIPAddresses; xSubEntry++ ) in vShowDNSCacheTable()
645 switch( pxRow->xAddresses[ 0 ].xIs_IPv6 ) in vShowDNSCacheTable()
652 … ( const void * ) &( pxRow->xAddresses[ xSubEntry ].xIPAddress.ulIP_IPv4 ), in vShowDNSCacheTable()
661 … ( const void * ) pxRow->xAddresses[ xSubEntry ].xIPAddress.xIP_IPv6.ucBytes, in vShowDNSCacheTable()