Searched refs:adf_length (Results 1 - 1 of 1) sorted by relevance

/freebsd-10-stable/contrib/ldns/
H A Dhost2str.c956 uint8_t adf_length; local
966 adf_length = data[pos + 3] & LDNS_APL_MASK;
978 if (i < (unsigned short) adf_length) {
999 if (i < (unsigned short) adf_length) {
1015 for (i = 1; i < (unsigned short) (4 + adf_length); i++) {
1021 pos += 4 + adf_length;

Completed in 109 milliseconds