Searched refs:ns_msg_getflag (Results 1 – 7 of 7) sorted by relevance
/aosp12/packages/modules/DnsResolver/ |
H A D | res_debug.cpp | 158 int opcode = ns_msg_getflag(*handle, ns_f_opcode); in do_section() 250 opcode = ns_msg_getflag(handle, ns_f_opcode); in res_pquery() 251 rcode = ns_msg_getflag(handle, ns_f_rcode); in res_pquery() 265 if (ns_msg_getflag(handle, ns_f_qr)) StringAppendF(&s, " qr"); in res_pquery() 266 if (ns_msg_getflag(handle, ns_f_aa)) StringAppendF(&s, " aa"); in res_pquery() 267 if (ns_msg_getflag(handle, ns_f_tc)) StringAppendF(&s, " tc"); in res_pquery() 268 if (ns_msg_getflag(handle, ns_f_rd)) StringAppendF(&s, " rd"); in res_pquery() 269 if (ns_msg_getflag(handle, ns_f_ra)) StringAppendF(&s, " ra"); in res_pquery() 270 if (ns_msg_getflag(handle, ns_f_z)) StringAppendF(&s, " ??"); in res_pquery() 271 if (ns_msg_getflag(handle, ns_f_ad)) StringAppendF(&s, " ad"); in res_pquery() [all …]
|
/aosp12/bionic/libc/dns/resolv/ |
H A D | res_debug.c | 190 opcode = (ns_opcode) ns_msg_getflag(*handle, ns_f_opcode); in do_section() 306 opcode = ns_msg_getflag(handle, ns_f_opcode); in res_pquery() 307 rcode = ns_msg_getflag(handle, ns_f_rcode); in res_pquery() 325 if (ns_msg_getflag(handle, ns_f_qr)) in res_pquery() 327 if (ns_msg_getflag(handle, ns_f_aa)) in res_pquery() 329 if (ns_msg_getflag(handle, ns_f_tc)) in res_pquery() 331 if (ns_msg_getflag(handle, ns_f_rd)) in res_pquery() 333 if (ns_msg_getflag(handle, ns_f_ra)) in res_pquery() 335 if (ns_msg_getflag(handle, ns_f_z)) in res_pquery() 337 if (ns_msg_getflag(handle, ns_f_ad)) in res_pquery() [all …]
|
/aosp12/bionic/libc/include/arpa/ |
H A D | nameser.h | 522 #define ns_msg_getflag __ns_msg_getflag macro 566 int ns_msg_getflag(ns_msg __handle, int __flag); 594 int ns_msg_getflag(ns_msg __handle, int __flag) __INTRODUCED_IN_64(22);
|
/aosp12/bionic/libc/dns/nameser/ |
H A D | ns_parse.c | 77 int ns_msg_getflag(ns_msg handle, int flag) { in ns_msg_getflag() function
|
/aosp12/bionic/docs/ |
H A D | status.md | 170 …ormat_ttl`, `ns_get16`, `ns_get32`, `ns_initparse`, `ns_makecanon`, `ns_msg_getflag`, `ns_name_com…
|
/aosp12/bionic/libc/ |
H A D | libc.map.txt | 688 ns_msg_getflag; # arm64 x86_64 introduced=22
|
/aosp12/bionic/tools/versioner/platforms/ |
H A D | libc.map.txt | 688 ns_msg_getflag; # arm64 x86_64 introduced=22
|