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

/freebsd-current/include/
H A Dresolv.h120 struct res_sym { struct
330 extern const struct res_sym __p_key_syms[];
331 extern const struct res_sym __p_cert_syms[];
332 extern const struct res_sym __p_class_syms[];
333 extern const struct res_sym __p_type_syms[];
334 extern const struct res_sym __p_rcode_syms[];
419 int sym_ston(const struct res_sym *, const char *, int *);
420 const char * sym_ntos(const struct res_sym *, int, int *);
421 const char * sym_ntop(const struct res_sym *, int, int *);
/freebsd-current/lib/libc/resolv/
H A Dres_debug.c400 const struct res_sym __p_class_syms[] = {
414 static const struct res_sym __p_default_section_syms[] = {
422 static const struct res_sym __p_update_section_syms[] = {
430 const struct res_sym __p_key_syms[] = {
439 const struct res_sym __p_cert_syms[] = {
453 const struct res_sym __p_type_syms[] = {
528 const struct res_sym __p_rcode_syms[] = {
548 sym_ston(const struct res_sym *syms, const char *name, int *success) {
562 sym_ntos(const struct res_sym *syms, int number, int *success) {
580 sym_ntop(const struct res_sym *sym
[all...]

Completed in 167 milliseconds