Searched refs:res_nquery (Results 1 - 3 of 3) sorted by relevance

/macosx-10.10.1/libresolv-57/
H A Dresolv.h400 #define res_nquery res_9_nquery macro
465 int res_nquery __P((res_state, const char *, int, int, u_char *, int));
H A Dres_data.c166 return (res_nquery(_res_static, name, class, type, answer, anslen));
H A Dres_query.c629 if (statp->options & RES_DEBUG) printf(";; res_nquery: retry without EDNS0\n");
645 if (statp->options & RES_DEBUG) printf(";; res_nquery: SOA minimum TTL = %d\n", *min);
688 res_nquery(res_state statp, const char *name, int class, int type, u_char *answer, int anslen) function
792 return (res_nquery(statp, cp, class, type, answer, anslen));
923 return (res_nquery(statp, cp, class, type, answer, anslen));

Completed in 348 milliseconds