Home
last modified time | relevance | path

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

/FreeRTOS-Plus-TCP-v3.1.0/source/
DFreeRTOS_DNS_Parser.c811 uint8_t ucNBNSName[ 17 ]; in DNS_TreatNBNS() local
828 pucTarget = &( ucNBNSName[ sizeof( ucNBNSName ) - 2U ] ); in DNS_TreatNBNS()
850 if( pucTarget == ucNBNSName ) in DNS_TreatNBNS()
865 … ( void ) FreeRTOS_dns_update( ( char * ) ucNBNSName, &( ulIPAddress ), 0 ); in DNS_TreatNBNS()
877 ( xApplicationDNSQueryHook( ( const char * ) ucNBNSName ) != pdFALSE ) ) in DNS_TreatNBNS()