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

/bionic/libc/dns/include/
H A Dresolv_private.h133 struct res_sym { struct
372 __LIBC_HIDDEN__ extern const struct res_sym __p_key_syms[];
373 __LIBC_HIDDEN__ extern const struct res_sym __p_cert_syms[];
374 extern const struct res_sym __p_class_syms[];
375 extern const struct res_sym __p_type_syms[];
376 __LIBC_HIDDEN__ extern const struct res_sym __p_rcode_syms[];
446 int sym_ston(const struct res_sym *, const char *, int *);
447 const char * sym_ntos(const struct res_sym *, int, int *);
448 const char * sym_ntop(const struct res_sym *, int, int *);

Completed in 64 milliseconds