Searched refs:dbprint (Results 1 – 1 of 1) sorted by relevance
/system/netd/resolv/ |
D | res_debug.cpp | 137 static char* dbprint(char* p, char* end, const char* format, ...) { in dbprint() function 172 dbprint(p, end, ";; memory allocation failure\n"); in do_section() 182 dbprint(p, end, ";; ns_parserr: %s", strerror(errno)); in do_section() 186 dbprint(p, end, ";;\t%s, type = %s, class = %s\n", ns_rr_name(rr), in do_section() 194 dbprint(p, end, "; EDNS: version: %zu, udp=%u, flags=%04zx\n", (ttl >> 16) & 0xff, in do_section() 204 p = dbprint(p, end, "; NSID: "); in do_section() 206 p = dbprint(p, end, "; NSID\n"); in do_section() 208 p = dbprint(p, end, "; NSID: "); in do_section() 210 p = dbprint(p, end, "%02x ", cp[i]); in do_section() 212 p = dbprint(p, end, " ("); in do_section() [all …]
|