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

/bind-9.11.3/bin/named/
H A Dfuzz.c115 sent = sendto(sockfd, buf, length, 0,
241 sent = sendto(sockfd, respacket, sizeof(respacket), 0,
255 sent = sendto(listenfd, buf, length, 0,
292 sent = sendto(listenfd, buf, length, 0,
/bind-9.11.3/bin/named/include/named/
H A Dseccomp.h62 SCMP_SYS(sendto),
129 "sendto",
/bind-9.11.3/lib/isc/unix/
H A Dentropy.c127 if ((n = sendto(fd, buf, 1, 0, NULL, 0)) < 0) {
142 if ((n = sendto(fd, buf, 2, 0, NULL, 0)) < 0) {
/bind-9.11.3/lib/lwres/
H A Dcontext.c386 ret = sendto(ctx->sock, sendbase, sendlen, 0, NULL, 0);
/bind-9.11.3/bin/tests/system/chain/ans4/
H A Dans.py337 s.sendto(rsp, msg[1])
/bind-9.11.3/lib/isc/include/isc/
H A Dsocket.h341 isc_result_t (*sendto)(isc_socket_t *sock, isc_region_t *region, member in struct:isc_socketmethods
/bind-9.11.3/lib/isc/
H A Dsocket_api.c153 return (sock->methods->sendto(sock, region, task, action, arg, address,
/bind-9.11.3/contrib/dnsperf-2.1.0.0-1/
H A Dresperf.c488 if (sendto(socks[sock], base, length, 0,
H A Ddnsperf.c671 n = sendto(q->sock, base, length, 0,
/bind-9.11.3/contrib/dlz/modules/mysqldyn/
H A Ddlz_mysqldyn_mod.c714 sendto(s, p, plen, 0, (struct sockaddr *)addr, sizeof(*addr));
/bind-9.11.3/contrib/queryperf/
H A Dqueryperf.c1444 bytes_sent = sendto(query_socket, packet_buffer, buffer_len, 0,
/bind-9.11.3/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.11.3/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 1029 milliseconds