Lines Matching refs:dlen
132 u_int16_t dlen, class, qclass, type, qtype; in res_update() local
316 GETSHORT(dlen, cp); in res_update()
317 if (cp + dlen > eom) in res_update()
339 cp += dlen; in res_update()
402 GETSHORT(dlen, cp); in res_update()
403 cp += dlen; in res_update()
438 GETSHORT(dlen, cp); in res_update()
439 if (cp + dlen > eom) in res_update()
449 cp += dlen; in res_update()
464 GETSHORT(dlen, cp); in res_update()
465 if (cp + dlen > eom) in res_update()
467 if (type == T_A && dlen == INT32SZ && class == qclass) { in res_update()
475 cp += dlen; in res_update()