Searched refs:res_sym (Results 1 – 3 of 3) sorted by relevance
| /mirbsd/src/include/ |
| D | resolv.h | 236 struct res_sym { struct 246 extern const struct res_sym __p_class_syms[]; argument 247 extern const struct res_sym __p_type_syms[]; 303 int sym_ston(const struct res_sym *, char *, int *); 304 const char * sym_ntos(const struct res_sym *, int, int *); 305 const char * sym_ntop(const struct res_sym *, int, int *);
|
| /mirbsd/src/lib/libc/net/ |
| D | res_debug_syms.c | 89 const struct res_sym __p_class_syms[] = { 103 const struct res_sym __p_type_syms[] = { 154 __sym_ntos(const struct res_sym *syms, int number, int *success) in __sym_ntos()
|
| D | res_debug.c | 826 __sym_ston(const struct res_sym *syms, char *name, int *success) in __sym_ston() 841 __sym_ntop(const struct res_sym *syms, int number, int *success) in __sym_ntop()
|