Home
last modified time | relevance | path

Searched refs:after_question (Results 1 – 1 of 1) sorted by relevance

/glibc-2.36/resolv/
Dres-noaaaa.c80 const unsigned char *after_question = buf + sizeof (HEADER) + ret; in __res_handle_no_aaaa() local
83 if (buf + buflen - after_question < 4 in __res_handle_no_aaaa()
84 || !qtype_matches (after_question, T_AAAA)) in __res_handle_no_aaaa()
89 after_question = replacement.question; in __res_handle_no_aaaa()
92 (void) __ns_name_skip (&after_question, &replacement.question[NS_MAXCDNAME]); in __res_handle_no_aaaa()
94 const unsigned char *end_of_query = after_question + 4; in __res_handle_no_aaaa()
98 unsigned char *p = (unsigned char *) after_question; in __res_handle_no_aaaa()
118 after_question = ans + sizeof (HEADER); in __res_handle_no_aaaa()
119 if (__ns_name_skip (&after_question, ans + anssiz) == 0 in __res_handle_no_aaaa()
120 && ans + anssiz - after_question >= 4 in __res_handle_no_aaaa()
[all …]