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

/freebsd-10-stable/include/
H A Dresolv.h119 struct res_sym { struct
329 extern const struct res_sym __p_key_syms[];
330 extern const struct res_sym __p_cert_syms[];
331 extern const struct res_sym __p_class_syms[];
332 extern const struct res_sym __p_type_syms[];
333 extern const struct res_sym __p_rcode_syms[];
418 int sym_ston(const struct res_sym *, const char *, int *);
419 const char * sym_ntos(const struct res_sym *, int, int *);
420 const char * sym_ntop(const struct res_sym *, int, int *);
/freebsd-10-stable/lib/libc/resolv/
H A Dres_debug.c409 const struct res_sym __p_class_syms[] = {
423 static const struct res_sym __p_default_section_syms[] = {
431 static const struct res_sym __p_update_section_syms[] = {
439 const struct res_sym __p_key_syms[] = {
448 const struct res_sym __p_cert_syms[] = {
462 const struct res_sym __p_type_syms[] = {
537 const struct res_sym __p_rcode_syms[] = {
557 sym_ston(const struct res_sym *syms, const char *name, int *success) {
571 sym_ntos(const struct res_sym *syms, int number, int *success) {
589 sym_ntop(const struct res_sym *sym
[all...]

Completed in 188 milliseconds