Searched refs:HEADER (Results 1 – 10 of 10) sorted by relevance
/system/netd/resolv/ |
D | res_mkquery.cpp | 111 HEADER* hp; in res_nmkquery() 124 hp = (HEADER*) (void*) buf; in res_nmkquery() 202 HEADER* hp; in res_nopt() 208 hp = (HEADER*) (void*) buf; in res_nopt()
|
D | res_query.cpp | 117 HEADER* hp = (HEADER*) (void*) answer; in res_nquery() 212 HEADER* hp = (HEADER*) (void*) answer; in res_nsearch()
|
D | res_send.cpp | 317 int qdcount = ntohs(((const HEADER*) (const void*) buf)->qdcount); in res_nameinquery() 348 int qdcount = ntohs(((const HEADER*) (const void*) buf1)->qdcount); in res_queriesmatch() 356 if ((((const HEADER*) (const void*) buf1)->opcode == ns_o_update) && in res_queriesmatch() 357 (((const HEADER*) (const void*) buf2)->opcode == ns_o_update)) in res_queriesmatch() 360 if (qdcount != ntohs(((const HEADER*) (const void*) buf2)->qdcount)) return (0); in res_queriesmatch() 397 HEADER* hp = (HEADER*)(void*)ans; in res_nsend() 509 auto hp = reinterpret_cast<const HEADER*>(buf); in res_nsend() 711 const HEADER* hp = (const HEADER*) (const void*) buf; in send_vc() 712 HEADER* anhp = (HEADER*) (void*) ans; in send_vc() 978 const HEADER* hp = (const HEADER*) (const void*) buf; in send_dg() [all …]
|
D | getaddrinfo.cpp | 113 HEADER hdr; 835 const HEADER* hp; in getanswer() 1574 HEADER* hp; in res_queryN() 1590 hp = (HEADER*) (void*) t->answer; in res_queryN() 1670 HEADER* hp; in res_searchN() 1678 hp = (HEADER*) (void*) target->answer; /*XXX*/ in res_searchN()
|
D | gethnamaddr.cpp | 99 HEADER hdr; 147 const HEADER* hp; in getanswer()
|
D | DnsProxyListener.cpp | 279 if (msgLen < sizeof(HEADER)) { in setQueryId() 283 auto hp = reinterpret_cast<HEADER*>(msg); in setQueryId()
|
D | resolver_test.cpp | 2264 auto hp = reinterpret_cast<HEADER*>(buf); in TEST_F()
|
/system/core/debuggerd/libdebuggerd/ |
D | tombstone.cpp | 75 _LOG(log, logtype::HEADER, "Build fingerprint: '%s'\n", fingerprint.c_str()); in dump_header_info() 76 _LOG(log, logtype::HEADER, "Revision: '%s'\n", revision.c_str()); in dump_header_info() 77 _LOG(log, logtype::HEADER, "ABI: '%s'\n", ABI_STRING); in dump_header_info() 86 _LOG(log, logtype::HEADER, "Timestamp: %s\n", buf); in dump_timestamp() 115 if (!cause.empty()) _LOG(log, logtype::HEADER, "Cause: %s\n", cause.c_str()); in dump_probable_cause() 139 _LOG(log, logtype::HEADER, "signal %d (%s), code %d (%s%s), fault addr %s\n", in dump_signal_info() 152 _LOG(log, logtype::HEADER, "pid: %d, tid: %d, name: %s >>> %s <<<\n", thread_info.pid, in dump_thread_info() 154 _LOG(log, logtype::HEADER, "uid: %d\n", thread_info.uid); in dump_thread_info() 276 _LOG(log, logtype::HEADER, "Failed to read abort message header: %s\n", strerror(errno)); in dump_abort_message() 282 _LOG(log, logtype::HEADER, "Abort message header malformed: claimed length = %zd\n", length); in dump_abort_message() [all …]
|
D | utility.cpp | 47 if ((ltype == HEADER) in is_allowed_in_logcat()
|
/system/core/debuggerd/libdebuggerd/include/libdebuggerd/ |
D | utility.h | 52 HEADER, enumerator
|