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

/freebsd-11-stable/include/
H A Dresolv.h215 #define RES_F_LASTMASK 0x000000F0 /*%< ordinal server of last res_nsend */
375 #define res_nsend __res_nsend macro
468 int res_nsend(res_state, const u_char *, int, u_char *, int);
/freebsd-11-stable/lib/libc/resolv/
H A Dres_data.c202 return (res_nsend(statp, buf, buflen, ans, anssiz));
H A Dres_update.c183 n = res_nsend(statp, packet, n, answer, sizeof answer);
185 DPRINTF(("res_nsend: send error, n=%d (%s)\n",
H A Dres_query.c154 n = res_nsend(statp, buf, n, answer, anslen);
H A Dres_findzonecut.c120 *\li this function calls res_nsend() which means it depends on correctly
687 n = res_nsend(statp, req, n, resp, NS_MAXMSG);
689 DPRINTF(("do_query: res_nsend failed"));
693 DPRINTF(("do_query: res_nsend returned 0"));
H A Dres_send.c303 res_nsend(res_state statp, function
/freebsd-11-stable/lib/libc/net/
H A Dgetaddrinfo.c2752 n = res_nsend(res, buf, n, answer, anslen);

Completed in 84 milliseconds