Searched refs:ns_msg_getflag (Results 1 – 6 of 6) sorted by relevance
/bionic/libc/dns/resolv/ |
D | res_debug.c | 172 opcode = (ns_opcode) ns_msg_getflag(*handle, ns_f_opcode); in do_section() 288 opcode = ns_msg_getflag(handle, ns_f_opcode); in res_pquery() 289 rcode = ns_msg_getflag(handle, ns_f_rcode); in res_pquery() 307 if (ns_msg_getflag(handle, ns_f_qr)) in res_pquery() 309 if (ns_msg_getflag(handle, ns_f_aa)) in res_pquery() 311 if (ns_msg_getflag(handle, ns_f_tc)) in res_pquery() 313 if (ns_msg_getflag(handle, ns_f_rd)) in res_pquery() 315 if (ns_msg_getflag(handle, ns_f_ra)) in res_pquery() 317 if (ns_msg_getflag(handle, ns_f_z)) in res_pquery() 319 if (ns_msg_getflag(handle, ns_f_ad)) in res_pquery() [all …]
|
/bionic/libc/include/arpa/ |
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);
|
/bionic/libc/dns/nameser/ |
D | ns_parse.c | 77 int ns_msg_getflag(ns_msg handle, int flag) { in ns_msg_getflag() function
|
/bionic/docs/ |
D | status.md | 170 …ormat_ttl`, `ns_get16`, `ns_get32`, `ns_initparse`, `ns_makecanon`, `ns_msg_getflag`, `ns_name_com…
|
/bionic/tools/versioner/platforms/ |
D | libc.map.txt | 688 ns_msg_getflag; # arm64 x86_64 introduced=22
|
/bionic/libc/ |
D | libc.map.txt | 688 ns_msg_getflag; # arm64 x86_64 introduced=22
|