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

/netbsd-current/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-current/lib/libresolv/
H A Dres_sendsigned.c108 len = res_nsend(nstatp, newmsg, newmsglen, answer, anslen);
H A Dres_update.c178 n = res_nsend(statp, packet, n, answer,
181 DPRINTF(("res_nsend: send error, n=%d (%s)\n",
H A Dres_findzonecut.c121 *\li this function calls res_nsend() which means it depends on correctly
683 n = res_nsend(statp, req, n, resp, NS_MAXMSG);
685 DPRINTF(("do_query: res_nsend failed"));
689 DPRINTF(("do_query: res_nsend returned 0"));
/netbsd-current/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-current/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-current/lib/libc/net/
H A DMakefile.inc101 resolver.3 res_nsend.3 \
H A Dhesiod.c42 * This implementation is thread-safe because it uses res_nsend().
433 n = res_nsend(res, qbuf, n, abuf, MAX_HESRESP);
H A Dgetaddrinfo.c2609 n = res_nsend(statp, buf, n, answer, anslen);
/netbsd-current/lib/libc/resolv/
H A Dres_data.c254 return (res_nsend(&_nres, buf, buflen, ans, anssiz));
H A Dres_query.c188 n = res_nsend(statp, buf, n, answer, anslen);
H A Dres_send.c140 __weak_alias(res_nsend,__res_nsend)
341 res_nsend(res_state statp, function
/netbsd-current/external/bsd/libbind/dist/irs/
H A Dhesiod.c368 n = res_nsend(ctx->res, qbuf, n, abuf, MAX_HESRESP);
/netbsd-current/external/ibm-public/postfix/dist/src/dns/
H A Ddns_lookup.c313 #define DNS_RES_NSEND res_nsend
413 msg_info("res_nsend() failed");
/netbsd-current/external/bsd/libbind/dist/tests/
H A Ddig8.c952 n = res_nsend(&res, packet, n,
960 strcpy(msg, ";; res_nsend");

Completed in 182 milliseconds