Searched refs:res_nsend (Results 1 - 23 of 23) sorted by relevance

/netbsd-6-1-5-RELEASE/dist/dhcp/minires/
H A Dres_sendsigned.c108 rcode = res_nsend(nstatp, newmsg, newmsglen, answer, anslen, &ret);
H A Dres_query.c142 rcode = res_nsend(statp, buf, n, answer, anslen, &n);
H A Dres_update.c169 rcode = res_nsend(statp, packet, n,
H A Dres_findzonecut.c104 * this function calls res_nsend() which means it depends on correctly
585 status = res_nsend(statp, req, n, resp, NS_PACKETSZ, &n);
587 DPRINTF(("do_query: res_nsend failed"));
591 DPRINTF(("do_query: res_nsend returned 0"));
H A Dres_send.c239 res_nsend(res_state statp, function
/netbsd-6-1-5-RELEASE/dist/dhcp/includes/minires/
H A Dminires.h72 #define res_nsend MRres_nsend macro
133 isc_result_t res_nsend (res_state,
H A Dresolv.h308 int res_nsend (res_state, const u_char *, int, u_char *, int);
/netbsd-6-1-5-RELEASE/external/bsd/libbind/dist/resolv/
H A Dres_sendsigned.c107 len = res_nsend(nstatp, newmsg, newmsglen, answer, anslen);
H A Dres_update.c176 n = res_nsend(statp, packet, n, answer, sizeof answer);
178 DPRINTF(("res_nsend: send error, n=%d (%s)\n",
H A Dres_data.c212 return (res_nsend(&_res, buf, buflen, ans, anssiz));
H A Dres_query.c156 n = res_nsend(statp, buf, n, answer, anslen);
H A Dres_findzonecut.c119 *\li this function calls res_nsend() which means it depends on correctly
684 n = res_nsend(statp, req, n, resp, NS_MAXMSG);
686 DPRINTF(("do_query: res_nsend failed"));
690 DPRINTF(("do_query: res_nsend returned 0"));
H A Dres_send.c295 res_nsend(res_state statp, function
/netbsd-6-1-5-RELEASE/include/
H A Dresolv.h220 #define RES_F_LASTMASK 0x000000F0 /*%< ordinal server of last res_nsend */
391 #define res_nsend __res_nsend macro
479 int res_nsend(res_state, const u_char *, int, u_char *, int);
/netbsd-6-1-5-RELEASE/external/bsd/libbind/dist/include/
H A Dresolv.h226 #define RES_F_LASTMASK 0x000000F0 /*%< ordinal server of last res_nsend */
393 #define res_nsend __res_nsend macro
484 int res_nsend __P((res_state, const u_char *, int, u_char *, int));
/netbsd-6-1-5-RELEASE/lib/libc/net/
H A DMakefile.inc105 resolver.3 res_nsend.3 \
H A Dhesiod.c42 * This implementation is thread-safe because it uses res_nsend().
446 n = res_nsend(res, qbuf, n, abuf, MAX_HESRESP);
H A Dgetaddrinfo.c1762 n = res_nsend(res, buf, n, answer, anslen);
/netbsd-6-1-5-RELEASE/lib/libc/resolv/
H A Dres_data.c256 return (res_nsend(&_nres, buf, buflen, ans, anssiz));
H A Dres_query.c192 n = res_nsend(statp, buf, n, answer, anslen);
H A Dres_send.c137 __weak_alias(res_nsend,__res_nsend)
328 res_nsend(res_state statp, function
/netbsd-6-1-5-RELEASE/external/bsd/libbind/dist/irs/
H A Dhesiod.c368 n = res_nsend(ctx->res, qbuf, n, abuf, MAX_HESRESP);
/netbsd-6-1-5-RELEASE/external/bsd/libbind/dist/tests/
H A Ddig8.c952 n = res_nsend(&res, packet, n,
960 strcpy(msg, ";; res_nsend");

Completed in 140 milliseconds