Home
last modified time | relevance | path

Searched refs:res_sym (Results 1 – 1 of 1) sorted by relevance

/system/netd/resolv/
Dres_debug.cpp129 struct res_sym { struct
325 static const struct res_sym p_class_syms[] = {
333 static const struct res_sym p_default_section_syms[] = {{ns_s_qd, "QUERY", (char*) 0},
339 static const struct res_sym p_update_section_syms[] = {{S_ZONE, "ZONE", (char*) 0},
350 const struct res_sym p_type_syms[] = {
424 static const struct res_sym p_rcode_syms[] = {{ns_r_noerror, "NOERROR", "no error"},
441 static const char* sym_ntos(const struct res_sym* syms, int number, int* success) { in sym_ntos()
475 const struct res_sym* symbols; in p_section()