Lines Matching full:alen
56 int ares_parse_aaaa_reply(const unsigned char *abuf, int alen,
79 if (alen < HFIXEDSZ)
90 status = ares__expand_name_for_response(aptr, abuf, alen, &hostname, &len);
93 if (aptr + len + QFIXEDSZ > abuf + alen)
129 status = ares__expand_name_for_response(aptr, abuf, alen, &rr_name, &len);
133 if (aptr + RRFIXEDSZ > abuf + alen)
151 if (aptr + sizeof(struct ares_in6_addr) > abuf + alen)
162 if (aptr + sizeof(struct ares_in6_addr) > abuf + alen)
185 status = ares__expand_name_for_response(aptr, abuf, alen, &rr_data,
200 if (aptr > abuf + alen)