Home
last modified time | relevance | path

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

/FreeRTOS-Plus-TCP-v4.0.0/source/
HDFreeRTOS_DNS_Parser.c1022 uint8_t ucNBNSName[ 17 ]; in DNS_TreatNBNS() local
1073 pucTarget = &( ucNBNSName[ sizeof( ucNBNSName ) - 2U ] ); in DNS_TreatNBNS()
1096 if( pucTarget == ucNBNSName ) in DNS_TreatNBNS()
1120 … ( void ) FreeRTOS_dns_update( ( char * ) ucNBNSName, &( xIPAddress ), 0, pdFALSE, NULL ); in DNS_TreatNBNS()
1152 xDNSHookReturn = xApplicationDNSQueryHook( ( const char * ) ucNBNSName ); in DNS_TreatNBNS()
1154 … xDNSHookReturn = xApplicationDNSQueryHook_Multi( &( xEndPoint ), ( const char * ) ucNBNSName ); in DNS_TreatNBNS()