Searched refs:uxSourceLenCpy (Results 1 – 1 of 1) sorted by relevance
217 size_t uxSourceLenCpy = uxLength; in DNS_SkipNameField() local220 if( uxSourceLenCpy == 0U ) in DNS_SkipNameField()230 if( uxSourceLenCpy > sizeof( uint16_t ) ) in DNS_SkipNameField()242 while( ( pucByte[ uxIndex ] != 0U ) && ( uxSourceLenCpy > 1U ) ) in DNS_SkipNameField()248 if( uxSourceLenCpy > uxChunkLength ) in DNS_SkipNameField()250 uxSourceLenCpy -= uxChunkLength; in DNS_SkipNameField()