Home
last modified time | relevance | path

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

/haiku/src/system/libnetwork/netresolv/include/
H A Dresolv.h149 extern const struct res_sym __p_key_syms[];
150 extern const struct res_sym __p_cert_syms[];
151 extern const struct res_sym __p_class_syms[];
152 extern const struct res_sym __p_type_syms[];
153 extern const struct res_sym __p_rcode_syms[];
/haiku/headers/posix/
H A Dresolv.h66 struct res_sym { struct
258 int sym_ston(const struct res_sym *, const char *, int *);
259 const char * sym_ntos(const struct res_sym *, int, int *);
260 const char * sym_ntop(const struct res_sym *, int, int *);
/haiku/src/system/libnetwork/netresolv/resolv/
H A Dres_debug.c421 const struct res_sym __p_class_syms[] = {
435 const struct res_sym __p_default_section_syms[] = {
443 const struct res_sym __p_update_section_syms[] = {
451 const struct res_sym __p_key_syms[] = {
460 const struct res_sym __p_cert_syms[] = {
474 const struct res_sym __p_type_syms[] = {
549 const struct res_sym __p_rcode_syms[] = {
569 sym_ston(const struct res_sym *syms, const char *name, int *success) { in sym_ston()
583 sym_ntos(const struct res_sym *syms, int number, int *success) { in sym_ntos()
601 sym_ntop(const struct res_sym *syms, int number, int *success) { in sym_ntop()
[all …]