Searched refs:rd_length (Results 1 - 1 of 1) sorted by path

/freebsd-11-stable/contrib/ldns/
H A Dwire2host.c164 uint16_t rd_length; local
178 rd_length = ldns_read_uint16(&wire[*pos]);
181 if (*pos + rd_length > max) {
185 end = *pos + (size_t) rd_length;
285 data = LDNS_XMALLOC(uint8_t, rd_length);

Completed in 187 milliseconds