Lines Matching full:alen
54 int ares_parse_a_reply(const unsigned char *abuf, int alen,
77 if (alen < HFIXEDSZ)
88 status = ares__expand_name_for_response(aptr, abuf, alen, &hostname, &len);
91 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 in_addr) > abuf + alen)
162 if (aptr + sizeof(struct in_addr) > abuf + alen)
185 status = ares__expand_name_for_response(aptr, abuf, alen, &rr_data,
200 if (aptr > abuf + alen)