Home
last modified time | relevance | path

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

/aosp12/packages/modules/DnsResolver/
H A Dres_debug.cpp142 static void do_section(ns_msg* handle, ns_sect section) { in do_section() function
283 do_section(&handle, ns_s_qd); in res_pquery()
284 do_section(&handle, ns_s_an); in res_pquery()
285 do_section(&handle, ns_s_ns); in res_pquery()
286 do_section(&handle, ns_s_ar); in res_pquery()
/aosp12/bionic/libc/dns/resolv/
H A Dres_debug.c167 do_section(const res_state statp, in do_section() function
359 do_section(statp, &handle, ns_s_qd, RES_PRF_QUES, file); in res_pquery()
360 do_section(statp, &handle, ns_s_an, RES_PRF_ANS, file); in res_pquery()
361 do_section(statp, &handle, ns_s_ns, RES_PRF_AUTH, file); in res_pquery()
362 do_section(statp, &handle, ns_s_ar, RES_PRF_ADD, file); in res_pquery()