HomeSort by: relevance | last modified time | path
    Searched defs:res_sym (Results 1 - 2 of 2) sorted by relevancy

  /src/include/
resolv.h 125 struct res_sym { struct
347 extern const struct res_sym __p_key_syms[];
348 extern const struct res_sym __p_cert_syms[];
349 extern const struct res_sym __p_class_syms[];
350 extern const struct res_sym __p_type_syms[];
351 extern const struct res_sym __p_rcode_syms[];
428 int sym_ston(const struct res_sym *, const char *, int *);
429 const char * sym_ntos(const struct res_sym *, int, int *);
430 const char * sym_ntop(const struct res_sym *, int, int *);
  /src/external/bsd/libbind/dist/include/
resolv.h 136 struct res_sym { struct
349 extern const struct res_sym __p_key_syms[];
350 extern const struct res_sym __p_cert_syms[];
351 extern const struct res_sym __p_class_syms[];
352 extern const struct res_sym __p_type_syms[];
353 extern const struct res_sym __p_rcode_syms[];
428 int sym_ston __P((const struct res_sym *, const char *, int *));
429 const char * sym_ntos __P((const struct res_sym *, int, int *));
430 const char * sym_ntop __P((const struct res_sym *, int, int *));

Completed in 16 milliseconds