Searched refs:MAX_LABEL_LENGTH (Results 1 – 1 of 1) sorted by relevance
3732 const size_t MAX_LABEL_LENGTH = 63; in is_dNS_name() local3746 for (i = 0; i < length && label_length < MAX_LABEL_LENGTH; ++i) { in is_dNS_name()3787 isdnsname &= !all_numeric && !(label_length == MAX_LABEL_LENGTH); in is_dNS_name()
Completed in 11 milliseconds