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

/netbsd-6-1-5-RELEASE/dist/dhcp/includes/minires/
H A Dresolv.h111 struct res_sym { struct
249 extern const struct res_sym __p_key_syms[];
250 extern const struct res_sym __p_cert_syms[];
251 extern const struct res_sym __p_class_syms[];
252 extern const struct res_sym __p_type_syms[];
253 extern const struct res_sym __p_rcode_syms[];
260 int sym_ston (const struct res_sym *, const char *, int *);
261 const char * sym_ntos (const struct res_sym *, int, int *);
262 const char * sym_ntop (const struct res_sym *, int, int *);
H A Dminires.h113 extern const struct res_sym __p_type_syms[];
119 int sym_ston (const struct res_sym *, const char *, int *);
/netbsd-6-1-5-RELEASE/include/
H A Dresolv.h125 struct res_sym { struct
347 extern const struct res_sym __p_key_syms[];
348 extern const struct res_sym __p_cert_syms[];
349 extern const struct res_sym __p_class_syms[];
350 extern const struct res_sym __p_type_syms[];
351 extern const struct res_sym __p_rcode_syms[];
428 int sym_ston(const struct res_sym *, const char *, int *);
429 const char * sym_ntos(const struct res_sym *, int, int *);
430 const char * sym_ntop(const struct res_sym *, int, int *);
/netbsd-6-1-5-RELEASE/external/bsd/libbind/dist/include/
H A Dresolv.h136 struct res_sym { struct
349 extern const struct res_sym __p_key_syms[];
350 extern const struct res_sym __p_cert_syms[];
351 extern const struct res_sym __p_class_syms[];
352 extern const struct res_sym __p_type_syms[];
353 extern const struct res_sym __p_rcode_syms[];
428 int sym_ston __P((const struct res_sym *, const char *, int *));
429 const char * sym_ntos __P((const struct res_sym *, int, int *));
430 const char * sym_ntop __P((const struct res_sym *, int, int *));
/netbsd-6-1-5-RELEASE/external/bsd/libbind/dist/resolv/
H A Dres_debug.c413 const struct res_sym __p_class_syms[] = {
427 const struct res_sym __p_default_section_syms[] = {
435 const struct res_sym __p_update_section_syms[] = {
443 const struct res_sym __p_key_syms[] = {
452 const struct res_sym __p_cert_syms[] = {
466 const struct res_sym __p_type_syms[] = {
541 const struct res_sym __p_rcode_syms[] = {
561 sym_ston(const struct res_sym *syms, const char *name, int *success) {
575 sym_ntos(const struct res_sym *syms, int number, int *success) {
593 sym_ntop(const struct res_sym *sym
[all...]
/netbsd-6-1-5-RELEASE/lib/libc/resolv/
H A Dres_debug.c429 const struct res_sym __p_class_syms[] = {
443 const struct res_sym __p_default_section_syms[] = {
451 const struct res_sym __p_update_section_syms[] = {
459 const struct res_sym __p_key_syms[] = {
468 const struct res_sym __p_cert_syms[] = {
482 const struct res_sym __p_type_syms[] = {
557 const struct res_sym __p_rcode_syms[] = {
577 sym_ston(const struct res_sym *syms, const char *name, int *success) {
591 sym_ntos(const struct res_sym *syms, int number, int *success) {
609 sym_ntop(const struct res_sym *sym
[all...]

Completed in 68 milliseconds