Searched refs:sendto (Results 1 - 6 of 6) sorted by relevance

/bind-9.6-ESV-R11/contrib/nslint-2.1a3/lbl/
H A Dos-sunos4.h143 int sendto(int, char *, u_int, int, struct sockaddr *, int);
/bind-9.6-ESV-R11/lib/isc/unix/
H A Dentropy.c134 if ((n = sendto(fd, buf, 1, 0, NULL, 0)) < 0) {
149 if ((n = sendto(fd, buf, 2, 0, NULL, 0)) < 0) {
/bind-9.6-ESV-R11/lib/lwres/
H A Dcontext.c383 ret = sendto(ctx->sock, sendbase, sendlen, 0, NULL, 0);
/bind-9.6-ESV-R11/contrib/queryperf/
H A Dqueryperf.c1444 bytes_sent = sendto(query_socket, packet_buffer, buffer_len, 0,
/bind-9.6-ESV-R11/contrib/idn/idnkit-1.0-src/wsock/wsock11/
H A Ddllstub.c365 sendto(SOCKET a0, const char* a1, int a2, int a3, const struct sockaddr* a4, int a5) function
370 idnLogPrintf(idn_log_level_trace, "stub sendto() called\n");
374 if ((p = GetProcAddress(DLLHANDLE, "sendto")) == NULL) {
375 FATAL("cannot find entry sendto (%d)\n", GetLastError());
/bind-9.6-ESV-R11/contrib/idn/idnkit-1.0-src/wsock/wsock20/
H A Ddllstub.c365 sendto(SOCKET a0, const char* a1, int a2, int a3, const struct sockaddr* a4, int a5) function
370 idnLogPrintf(idn_log_level_trace, "stub sendto() called\n");
374 if ((p = GetProcAddress(DLLHANDLE, "sendto")) == NULL) {
375 FATAL("cannot find entry sendto (%d)\n", GetLastError());

Completed in 27 milliseconds