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

/barrelfish-master/lib/libc/resolv/
H A Dres_query.c111 res_nquery(res_state statp, function
162 printf(";; res_nquery: retry without EDNS0\n");
238 return (res_nquery(statp, cp, class, type, answer, anslen));
447 return (res_nquery(statp, longname, class, type, answer, anslen));
H A Dres_data.c174 return (res_nquery(statp, name, class, type, answer, anslen));
/barrelfish-master/include/
H A Dresolv.h372 #define res_nquery __res_nquery macro
461 int res_nquery(res_state, const char *, int, int, u_char *, int);
/barrelfish-master/lib/libc/net/
H A Dgetnetbydns.c331 anslen = res_nquery(statp, qbuf, C_IN, T_PTR, (u_char *)buf,
H A Dgethostbydns.c622 n = res_nquery(statp, qbuf, C_IN, T_PTR, (u_char *)buf->buf,
626 dbg_printf("res_nquery failed (%d)\n", n, statp);

Completed in 101 milliseconds