| /bind-9.11.3/bin/named/ |
| H A D | fuzz.c | 115 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 D | seccomp.h | 62 SCMP_SYS(sendto), 129 "sendto",
|
| /bind-9.11.3/lib/isc/unix/ |
| H A D | entropy.c | 127 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 D | context.c | 386 ret = sendto(ctx->sock, sendbase, sendlen, 0, NULL, 0);
|
| /bind-9.11.3/bin/tests/system/chain/ans4/ |
| H A D | ans.py | 337 s.sendto(rsp, msg[1])
|
| /bind-9.11.3/lib/isc/include/isc/ |
| H A D | socket.h | 341 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 D | socket_api.c | 153 return (sock->methods->sendto(sock, region, task, action, arg, address,
|
| /bind-9.11.3/contrib/dnsperf-2.1.0.0-1/ |
| H A D | resperf.c | 488 if (sendto(socks[sock], base, length, 0,
|
| H A D | dnsperf.c | 671 n = sendto(q->sock, base, length, 0,
|
| /bind-9.11.3/contrib/dlz/modules/mysqldyn/ |
| H A D | dlz_mysqldyn_mod.c | 714 sendto(s, p, plen, 0, (struct sockaddr *)addr, sizeof(*addr));
|
| /bind-9.11.3/contrib/queryperf/ |
| H A D | queryperf.c | 1444 bytes_sent = sendto(query_socket, packet_buffer, buffer_len, 0,
|
| /bind-9.11.3/contrib/idn/idnkit-1.0-src/wsock/wsock11/ |
| H A D | dllstub.c | 365 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 D | dllstub.c | 365 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());
|