Home
last modified time | relevance | path

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

/hardware/google/apf/v7/
Dapf_dns.h86 u32 num_questions, num_answers; in FUNC() local
91 num_answers = read_be16(udp + 6) + read_be16(udp + 8) + read_be16(udp + 10); in FUNC()
111 if (question_type == -1) for (i = 0; i < num_answers; ++i) { in FUNC()
Dapf_interpreter.c473 u32 num_questions, num_answers; in FUNC() local
478 num_answers = read_be16(udp + 6) + read_be16(udp + 8) + read_be16(udp + 10); in FUNC()
498 if (question_type == -1) for (i = 0; i < num_answers; ++i) { in FUNC()
/hardware/google/apf/
Dapf_dns.h86 u32 num_questions, num_answers; in FUNC() local
91 num_answers = read_be16(udp + 6) + read_be16(udp + 8) + read_be16(udp + 10); in FUNC()
111 if (question_type == -1) for (i = 0; i < num_answers; ++i) { in FUNC()
/hardware/google/apf/v6/
Dapf_interpreter.c471 u32 num_questions, num_answers; in FUNC() local
476 num_answers = read_be16(udp + 6) + read_be16(udp + 8) + read_be16(udp + 10); in FUNC()
496 if (question_type == -1) for (i = 0; i < num_answers; ++i) { in FUNC()
/hardware/google/apf/devtools/
Dapf_interpreter.c473 u32 num_questions, num_answers; in FUNC() local
478 num_answers = read_be16(udp + 6) + read_be16(udp + 8) + read_be16(udp + 10); in FUNC()
498 if (question_type == -1) for (i = 0; i < num_answers; ++i) { in FUNC()