Searched refs:p_section (Results 1 – 2 of 2) sorted by relevance
/bionic/libc/dns/resolv/ |
D | res_debug.c | 186 p_section(section, opcode)); in do_section() 326 p_section(ns_s_qd, (int)opcode), qdcount); in res_pquery() 328 p_section(ns_s_an, (int)opcode), ancount); in res_pquery() 330 p_section(ns_s_ns, (int)opcode), nscount); in res_pquery() 332 p_section(ns_s_ar, (int)opcode), arcount); in res_pquery() 628 p_section(int section, int opcode) { in p_section() function
|
/bionic/libc/dns/include/ |
D | resolv_private.h | 391 #define p_section __p_section macro 476 __LIBC_HIDDEN__ const char * p_section(int, int);
|