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

/freebsd-13-stable/include/
H A Dresolv.h217 #define RES_F_LASTMASK 0x000000F0 /*%< ordinal server of last res_nsend */
377 #define res_nsend __res_nsend macro
470 int res_nsend(res_state, const u_char *, int, u_char *, int);
/freebsd-13-stable/lib/libc/resolv/
H A Dres_data.c204 return (res_nsend(statp, buf, buflen, ans, anssiz));
H A Dres_update.c185 n = res_nsend(statp, packet, n, answer, sizeof answer);
187 DPRINTF(("res_nsend: send error, n=%d (%s)\n",
H A Dres_query.c156 n = res_nsend(statp, buf, n, answer, anslen);
H A Dres_findzonecut.c122 *\li this function calls res_nsend() which means it depends on correctly
689 n = res_nsend(statp, req, n, resp, NS_MAXMSG);
691 DPRINTF(("do_query: res_nsend failed"));
695 DPRINTF(("do_query: res_nsend returned 0"));
H A Dres_send.c305 res_nsend(res_state statp, function
/freebsd-13-stable/lib/libc/net/
H A Dgetaddrinfo.c2754 n = res_nsend(res, buf, n, answer, anslen);

Completed in 180 milliseconds