Home
last modified time | relevance | path

Searched refs:sendto (Results 1 – 25 of 85) sorted by relevance

1234

/openbsd/lib/libc/sys/
H A Dw_sendto.c22 sendto(int fd, const void *msg, size_t len, int flags, in sendto() function
28 ret = HIDDEN(sendto)(fd, msg, len, flags, to, tolen); in sendto()
32 DEF_CANCEL(sendto);
/openbsd/usr.bin/talk/
H A Dinvite.c197 if (sendto(ctl_sockt, &msg, sizeof (msg), 0, in send_delete()
203 if (sendto(ctl_sockt, &msg, sizeof (msg), 0, in send_delete()
H A Dctl_transact.c68 cc = sendto(ctl_sockt, (char *)&msg, sizeof (msg), 0, in ctl_transact()
/openbsd/lib/libc/net/
H A Dsend.c39 return (sendto(s, msg, len, flags, NULL, 0)); in send()
/openbsd/usr.bin/tftp/
H A Dtftp.c173 if (sendto(f, dp, size + 4, 0, in sendfile()
321 if (sendto(f, ackbuf, size, 0, in recvfile()
412 (void)sendto(f, ackbuf, 4, 0, (struct sockaddr *)&peer, in recvfile()
502 if (sendto(f, ackbuf, length, 0, peer, in nak()
/openbsd/lib/libc/hidden/sys/
H A Dsocket.h40 PROTO_CANCEL(sendto);
/openbsd/usr.sbin/ntpd/
H A Dntp_msg.c53 n = sendto(fd, msg, sizeof(*msg), 0, sa, sa_len); in ntp_sendmsg()
/openbsd/regress/sys/kern/unixsockets/
H A Dundgram_selfconn.c58 if (sendto(s, &s, sizeof(s), 0, in main()
/openbsd/regress/sys/netinet/ipsec/
H A Dnonxt-reflect.c104 if (sendto(s, buf, 0, 0, (struct sockaddr *)&ss, slen) == -1) in main()
/openbsd/libexec/talkd/
H A Dtalkd.c120 cc = sendto(STDOUT_FILENO, (char *)&response, in main()
/openbsd/gnu/usr.bin/binutils/gdb/rdi-share/
H A Detherdrv.c292 if (sendto(sock, ctrlpacket, sizeof(ctrlpacket), 0, in fetch_ports()
660 if ((nbytes = sendto(sock, (char *)(packet->data), packet->len, 0, in EthernetWrite()
/openbsd/usr.sbin/dhcpd/
H A Dicmp.c118 status = sendto(icmp_protocol_fd, &icmp, sizeof(icmp), 0, in icmp_echorequest()
H A Dudpsock.c180 return (sendto(interface->wfdesc, raw, len, 0, (struct sockaddr *)to, in udpsock_send_packet()
/openbsd/gnu/llvm/lldb/source/Host/common/
H A DUDPSocket.cpp38 return ::sendto(m_socket, static_cast<const char *>(buf), num_bytes, 0, in Send()
/openbsd/usr.sbin/ypbind/
H A Dypbind.c630 if (sendto(pingsock, buf, outlen, 0, in ping()
710 if (sendto(rpcsock, buf, outlen, 0, (struct sockaddr *)&bindsin, in pings()
758 if (sendto(rpcsock, buf, outlen, 0, (struct sockaddr *)&bindsin, in broadcast()
814 if (sendto(rpcsock, buf, outlen, 0, in direct()
/openbsd/lib/libc/rpc/
H A Dsvc_udp.c203 (void) sendto(xprt->xp_sock, reply, (int) replylen, 0, in svcudp_recv()
225 if (sendto(xprt->xp_sock, rpc_buffer(xprt), slen, 0, in svcudp_reply()
/openbsd/usr.sbin/relayd/
H A Drelay_udp.c489 if (sendto(con->se_out.s, buf, len, 0, in relay_dns_request()
531 if (sendto(rlay->rl_s, buf, len, 0, in relay_dns_result()
/openbsd/regress/lib/libc/sys/
H A Dt_getrusage.c186 ATF_REQUIRE(sendto(s, &sin, sizeof(sin), 0, (void *)&sin, in ATF_TC_BODY()
/openbsd/usr.sbin/amd/amd/
H A Drpc_fwd.c280 if (sendto(fwd_sock, (char *) pkt, len, 0, in fwd_packet()
/openbsd/usr.sbin/ripd/
H A Dpacket.c70 if (sendto(iface->fd, pkt, len, 0, in send_packet()
/openbsd/gnu/usr.bin/perl/win32/include/sys/
H A Dsocket.h125 #define sendto win32_sendto macro
/openbsd/usr.sbin/dvmrpd/
H A Dpacket.c91 if (sendto(iface->fd, ibuf_data(pkt), ibuf_size(pkt), 0, in send_packet()
/openbsd/games/hunt/hunt/
H A Dlist.c185 if (sendto(s, &msg, sizeof msg, 0, addr, addr->sa_len) == -1) in start_probe()
/openbsd/usr.sbin/npppd/common/
H A Drecvfromto.c221 return sendto(s, buf, buflen, flags, to, tolen); in sendto_nat_t()
/openbsd/usr.sbin/hostapd/
H A Diapp.c116 if (sendto(iapp->i_udp, &frame, sizeof(frame), in hostapd_iapp_add_notify()

1234