Symbol: sendto
crypto/dist/ipsec-tools/src/racoon/grabmyaddr.c
380
return sendto(fd, (void *) &req, sizeof(req), 0,
crypto/dist/ipsec-tools/src/racoon/grabmyaddr.c
460
if (sendto(netlink_fd, &req, sizeof(req), 0,
crypto/dist/ipsec-tools/src/racoon/privsep.c
110
if (sendto(sock, (char *)buf, len, 0, NULL, 0) == -1) {
crypto/dist/ipsec-tools/src/racoon/sockmisc.c
559
len = sendto(sendsock, buf, buflen, 0, dst, sysdep_sa_len(dst));
games/hunt/hunt/server.c
221
(void) sendto(contactsock, &wiremsg, sizeof(wiremsg), 0,
games/hunt/hunt/server.c
235
(void) sendto(contactsock, &wiremsg, sizeof(wiremsg), 0,
games/hunt/hunt/server.c
257
if (sendto(contactsock, &wiremsg, sizeof(wiremsg), 0,
games/hunt/hunt/server.c
264
if (sendto(contactsock, &wiremsg, sizeof(wiremsg), 0,
games/hunt/huntd/driver.c
261
(void) sendto(contactsock, &reply,
games/hunt/huntd/driver.c
268
(void) sendto(contactsock, &reply,
games/hunt/huntd/driver.c
278
(void) sendto(contactsock, &reply,
lib/libc/net/send.c
55
return (sendto(s, msg, len, flags, NULL, 0));
lib/libc/resolv/res_send.c
954
if (sendto(s, buf, buflen, 0, nsap, nsaplen) !=
lib/libc/resolv/res_send.c
966
if (sendto(s, buf, buflen, 0, nsap, nsaplen) != (ssize_t)buflen)
lib/libc/rpc/clnt_bcast.c
474
if ((size_t)sendto(fdlist[i].fd, outbuf,
lib/libc/rpc/clnt_bcast.c
496
if ((size_t)sendto(fdlist[i].fd,
lib/libc/rpc/clnt_dg.c
377
if ((size_t)sendto(cu->cu_fd, cu->cu_outbuf, outlen, 0,
lib/libc/rpc/svc_dg.c
229
(void)sendto(xprt->xp_fd, reply, replylen, 0,
lib/libc/rpc/svc_dg.c
256
if (sendto(xprt->xp_fd, rpc_buffer(xprt), slen, 0,
lib/libpthread/pthread_cancelstub.c
144
__typeof(sendto) _sys_sendto;
lib/libpthread/pthread_cancelstub.c
816
__strong_alias(_sendto, sendto)
lib/libradius/radlib.c
608
n = sendto(h->fd, h->request, h->req_len, 0,
lib/librumphijack/hijack.c
1797
return sendto(fd, buf, len, flags, NULL, 0);
lib/librumphijack/hijack.c
2529
FDCALL(ssize_t, sendto, DUALCALL_SENDTO, \
libexec/lfs_cleanerd/cleansrv.c
133
r = sendto(s, &cmd, sizeof(cmd), 0, (struct sockaddr *)&sun,
libexec/mail.local/mail.local.c
351
if (sendto(f, msg, len, 0, (struct sockaddr *)&addr, sizeof(addr))
libexec/talkd/talkd.c
139
cc = sendto(sockt, (char *)&response, sizeof (response), 0,
libexec/tftpd/tftpd.c
1080
if (sendto(peer, ap, acklength, 0, (struct sockaddr *)&from, fromlen) != acklength) {
libexec/tftpd/tftpd.c
1140
(void) sendto(peer, ackbuf, 4, 0, (struct sockaddr *)&from, fromlen);
libexec/tftpd/tftpd.c
1149
(void) sendto(peer, ackbuf, 4, 0, (struct sockaddr *)&from, fromlen); /* resend final ack */
libexec/tftpd/tftpd.c
1217
if (sendto(peer, buf, msglen, 0, (struct sockaddr *)&from, fromlen) != (ssize_t)msglen)
libexec/tftpd/tftpd.c
984
if ((n = sendto(peer, dp, size + 4, 0, (struct sockaddr *)&from, fromlen)) != size + 4) {
regress/sys/compat/uipc_syscalls_43.c
121
if (sendto(s, "fob2", 4, 0, (struct sockaddr *) &sa, sizeof(sa)) < 0)
regress/sys/net/frag/ip4_frag_1.c
147
ret = sendto(s, p, ip->ip_len, 0,
sbin/iscsictl/iscsic_main.c
496
ret = sendto(sock, req, len, 0, (struct sockaddr *)(void *)&daemon_name,
sbin/iscsid/iscsid_main.c
156
i = sendto(sock, &req, sizeof(req), 0, (struct sockaddr *)(void *)&name,
sbin/iscsid/iscsid_main.c
656
ret = sendto(client_sock, rsp, len, 0,
sbin/ping/ping_hostops.c
49
.op_sendto = sendto,
sbin/ping/prog_ops.h
73
#define prog_sendto sendto
sbin/routed/output.c
205
res = sendto(soc, buf, size, flags,
sbin/routed/rdisc.c
782
if (0 > sendto(rdisc_sock, p, p_size, flags,
sbin/routed/rtquery/rtquery.c
538
if (sendto(soc, &omsg_buf, omsg_len, 0,
share/doc/psd/20.ipctut/dgramsend.c
75
if (sendto(sock, DATA, sizeof(DATA), 0, &name, sizeof(name)) < 0)
share/doc/psd/20.ipctut/udgramsend.c
61
if (sendto(sock, DATA, sizeof(DATA), 0,
sys/compat/linux32/common/linux32_socketcall.c
78
sc(linux32_sys, sendto),
sys/rump/librump/rumpkern/rump_syscalls.c
1847
__weak_alias(sendto,rump___sysimpl_sendto);
sys/rump/net/lib/libwg/wg_user.c
360
sent = sendto(s, pkt, pktlen, 0, dst, dst->sa_len);
sys/sys/socket.h
639
ssize_t sendto(int, const void *,
tests/lib/libc/net/h_dns_server.c
293
nsent = sendto(s, buf, p - buf, 0, &from.s, fromlen);
tests/lib/libc/sys/t_getrusage.c
186
ATF_REQUIRE(sendto(s, &sin, sizeof(sin), 0, (void *)&sin,
tests/lib/libpthread/t_cancellation.c
725
RL(sendto(sock, buf, sizeof(buf), 0, (const struct sockaddr *)&sun,
tests/net/mcast/mcast.c
297
sendto(s, &msg, sizeof(msg), 0, (void *)&ss, slen);
tests/net/net/t_pktinfo.c
93
if (sendto(s, traffic, sizeof(traffic), 0,
tests/net/net/t_udp.c
50
e = sendto(s, msg, sizeof(msg), 0, res->ai_addr, res->ai_addrlen);
tests/net/net/t_udp.c
54
e = sendto(s, msg, sizeof(msg), 0, res->ai_addr, res->ai_addrlen);
tests/net/sys/t_rfc6056.c
94
if (sendto(s, hello, sizeof(hello) - 1, 0,
tests/usr.sbin/inetd/t_inetd.c
167
CHECK_ERROR(sendto(udp, buffer, sizeof(buffer), 0,
tests/usr.sbin/inetd/test_server.c
145
CHECK(sendto(1, buffer, (size_t)count, 0,
usr.bin/talk/ctl_transact.c
74
cc = sendto(ctl_sockt, (char *)&tmsg, sizeof (tmsg), 0,
usr.bin/talk/invite.c
180
if (sendto(ctl_sockt, &msg, sizeof (msg), 0,
usr.bin/talk/invite.c
186
if (sendto(ctl_sockt, &msg, sizeof (msg), 0,
usr.bin/tftp/tftp.c
275
n = sendto(f, dp, (socklen_t)(size + 4), 0,
usr.bin/tftp/tftp.c
418
if (sendto(f, ackbuf, (socklen_t)size, 0,
usr.bin/tftp/tftp.c
521
(void) sendto(f, ackbuf, 4, 0, (struct sockaddr *)(void *)&peer,
usr.bin/tftp/tftp.c
628
if ((size_t)sendto(f, ackbuf, msglen, 0, peer, (socklen_t)peer->sa_len) != msglen)
usr.sbin/bootp/bootpd/bootpd.c
1092
if (sendto(s, pktbuf, pktlen, 0,
usr.sbin/bootp/bootpgw/bootpgw.c
575
if (sendto(s, pktbuf, pktlen, 0,
usr.sbin/bootp/bootpgw/bootpgw.c
641
if (sendto(s, pktbuf, pktlen, 0,
usr.sbin/bootp/bootptest/bootptest.c
443
if (sendto(s, sndbuf, snaplen, 0,
usr.sbin/bthcid/hci.c
338
return sendto(sock, msg, sizeof(hci_cmd_hdr_t) + len, MSG_NOSIGNAL,
usr.sbin/inetd/inetd.c
1199
return sendto(s, buf, len, flags, to, tolen);
usr.sbin/inetd/inetd.c
1262
return sendto(s, buf, len, flags, to, tolen);
usr.sbin/ldpd/socketops.c
534
sb = sendto(ip4socket, v, IPV4_HELLO_MSG_SIZE, 0,
usr.sbin/ldpd/socketops.c
602
sb = sendto(ip6socket, v, IPV6_HELLO_MSG_SIZE,
usr.sbin/mopd/common/pf-linux2.c
289
if (sendto(fd, buf, len, 0, &socklist[fd].sa, sizeof(struct sockaddr)) == len)
usr.sbin/mrouted/igmp.c
338
if (sendto(igmp_socket, send_buf, ip->ip_len, 0,
usr.sbin/mrouted/rsrr.c
384
error = sendto(rsrr_socket, rsrr_send_buf, sendlen, 0,
usr.sbin/rip6query/rip6query.c
148
if (sendto(s, ripbuf, RIPSIZE(1), 0, (struct sockaddr *)&sin6,
usr.sbin/rpcbind/rpcb_svc_com.c
898
if (sendto(fd, outbufp, outlen, 0, (struct sockaddr *)na->buf, na->len)
usr.sbin/rwhod/rwhod.c
120
#define Sendto sendto
usr.sbin/rwhod/rwhod.c
558
ret = sendto(s, buf, cc, flags, to, tolen);
usr.sbin/syslogd/syslogd.c
2658
lsent = sendto(finet[j+1].fd, line, len, 0,
usr.sbin/timed/timed/acksend.c
67
error = sendto(s, msg, sizeof(*msg), 0,
usr.sbin/timed/timed/measure.c
162
count = sendto(sock_raw, &oicp, sizeof(oicp), 0,
usr.sbin/timed/timedc/cmds.c
425
if (sendto(sock, &msg, sizeof(msg), 0,
usr.sbin/traceroute/prog_ops.h
88
#define prog_sendto sendto
usr.sbin/traceroute/traceroute.c
1338
cc = sendto(sndsock, useicmp ? (char *)outicmp : (char *)outudp,
usr.sbin/traceroute/traceroute_hostops.c
50
.op_sendto = sendto,
usr.sbin/traceroute6/traceroute6.c
841
i = sendto(sndsock, (char *)outpacket, datalen , 0,
usr.sbin/ypbind/ypbind.c
1057
if (sendto(rpcsock, buf, outlen, 0,
usr.sbin/ypbind/ypbind.c
1137
if (sendto(rpcsock, buf, outlen, 0,
usr.sbin/ypbind/ypbind.c
1206
if (sendto(rpcsock, buf, outlen, 0,
usr.sbin/ypbind/ypbind.c
1410
if (sendto(rpcsock, buf, outlen, 0,
usr.sbin/ypbind/ypbind.c
1485
if (sendto(pingsock, buf, outlen, 0,