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

/freebsd-13-stable/include/
H A Dresolv.h121 struct res_sym { struct
331 extern const struct res_sym __p_key_syms[];
332 extern const struct res_sym __p_cert_syms[];
333 extern const struct res_sym __p_class_syms[];
334 extern const struct res_sym __p_type_syms[];
335 extern const struct res_sym __p_rcode_syms[];
420 int sym_ston(const struct res_sym *, const char *, int *);
421 const char * sym_ntos(const struct res_sym *, int, int *);
422 const char * sym_ntop(const struct res_sym *, int, int *);
/freebsd-13-stable/lib/libc/resolv/
H A Dres_debug.c407 const struct res_sym __p_class_syms[] = {
421 static const struct res_sym __p_default_section_syms[] = {
429 static const struct res_sym __p_update_section_syms[] = {
437 const struct res_sym __p_key_syms[] = {
446 const struct res_sym __p_cert_syms[] = {
460 const struct res_sym __p_type_syms[] = {
535 const struct res_sym __p_rcode_syms[] = {
555 sym_ston(const struct res_sym *syms, const char *name, int *success) {
569 sym_ntos(const struct res_sym *syms, int number, int *success) {
587 sym_ntop(const struct res_sym *sym
[all...]

Completed in 131 milliseconds