Searched defs:res_sym (Results 1 - 1 of 1) sorted by relevance

/bionic/libc/dns/include/
H A Dresolv_private.h119 struct res_sym { struct
358 __LIBC_HIDDEN__ extern const struct res_sym __p_key_syms[];
359 __LIBC_HIDDEN__ extern const struct res_sym __p_cert_syms[];
360 extern const struct res_sym __p_class_syms[];
361 extern const struct res_sym __p_type_syms[];
362 __LIBC_HIDDEN__ extern const struct res_sym __p_rcode_syms[];
432 int sym_ston(const struct res_sym *, const char *, int *);
433 const char * sym_ntos(const struct res_sym *, int, int *);
434 const char * sym_ntop(const struct res_sym *, int, int *);

Completed in 29 milliseconds