Searched refs:label_size (Results 1 – 1 of 1) sorted by relevance
8329 UINT label_size; in _nx_dns_name_string_unencode() local8359 label_size = *character++; in _nx_dns_name_string_unencode()8362 if (label_size <= NX_DNS_LABEL_MAX) in _nx_dns_name_string_unencode()8366 while ((buffer_size > length) && (label_size > 0)) in _nx_dns_name_string_unencode()8376 label_size--; in _nx_dns_name_string_unencode()8383 else if ((label_size & NX_DNS_COMPRESS_MASK) == NX_DNS_COMPRESS_VALUE) in _nx_dns_name_string_unencode()8393 offset = ((label_size & NX_DNS_LABEL_MAX) << 8) + *character; in _nx_dns_name_string_unencode()