/Linux-v5.4/Documentation/networking/ |
D | j1939.rst | 149 socket or use send(2), sendto(2), sendmsg(2) and the recv*() counterpart 158 to bind(2), connect(2), sendto(2) and recvfrom(2). A write(2) with size 4 will 207 the remote address from connect(2). Use sendto(2) to overwrite the destination 269 send(2), sendto(2) and sendmsg(2) take a 'flags' argument. Currently 361 /* Afterwards do a sendto(2) with data set to the NAME (Little Endian). If the 365 sendto(sock, dat, sizeof(dat), 0, (const struct sockaddr *)&saddr, sizeof(saddr)); 407 at this point we can use only sendto(2) or sendmsg(2). 422 sendto(sock, dat, sizeof(dat), 0, (const struct sockaddr *)&saddr, sizeof(saddr));
|
D | phonet.txt | 106 sendto(fd, msg, msglen, 0, (struct sockaddr *)&addr, sizeof(addr));
|
/Linux-v5.4/arch/um/drivers/ |
D | mconsole_user.c | 156 n = sendto(req->originating_fd, &reply, len, 0, in mconsole_reply_len() 211 n = sendto(notify_sock, &packet, len, 0, (struct sockaddr *) &target, in mconsole_notify()
|
D | net_user.c | 155 CATCH_EINTR(n = sendto(fd, buf, len, 0, (struct sockaddr *) to, in net_sendto()
|
/Linux-v5.4/drivers/rpmsg/ |
D | rpmsg_internal.h | 59 int (*sendto)(struct rpmsg_endpoint *ept, void *data, int len, u32 dst); member
|
D | rpmsg_core.c | 140 if (!ept->ops->sendto) in rpmsg_sendto() 143 return ept->ops->sendto(ept, data, len, dst); in rpmsg_sendto()
|
/Linux-v5.4/tools/perf/examples/bpf/ |
D | augmented_syscalls.c | 167 augmented_sockaddr_syscall(sendto);
|
/Linux-v5.4/tools/testing/selftests/bpf/ |
D | test_skb_cgroup_id_user.c | 65 if (sendto(fd, &msg, sizeof(msg), 0, (const struct sockaddr *)&dst, in send_packet()
|
/Linux-v5.4/tools/bpf/bpftool/Documentation/ |
D | bpftool-cgroup.rst | 94 **sendmsg4** call to sendto(2), sendmsg(2), sendmmsg(2) for an 96 **sendmsg6** call to sendto(2), sendmsg(2), sendmmsg(2) for an
|
/Linux-v5.4/tools/testing/selftests/net/ |
D | txring_overwrite.c | 135 ret = sendto(fdt, NULL, 0, 0, NULL, 0); in send_pkt()
|
D | ip_defrag.c | 194 res = sendto(fd_raw, ip_frame, frag_len, 0, addr, alen); in send_fragment() 315 res = sendto(fd_raw, ip_frame, frag_len, 0, addr, alen); in send_udp_frags()
|
D | psock_snd.c | 207 ret = sendto(fd, buf, len, 0, (void *)&laddr, sizeof(laddr)); in do_send()
|
D | tcp_fastopen_backup_key.c | 195 ret = sendto(fd, data, 1, MSG_FASTOPEN, daddr, sz); in connect_and_send()
|
D | nettest.c | 621 err = sendto(sd, msg, msglen, 0, addr, alen); in send_msg_no_cmsg() 799 if (sendto(sd, buf, len, 0, in socket_read_dgram() 891 err = sendto(sd, buf, len, 0, addr, alen); in stdin_to_socket()
|
D | udpgso.c | 422 ret = sendto(fd, data, off, 0, (void *)&nladdr, sizeof(nladdr)); in set_route_mtu()
|
D | udpgso_bench_tx.c | 283 ret = sendto(fd, data, len, cfg_zerocopy ? MSG_ZEROCOPY : 0, in send_udp()
|
D | reuseport_bpf.c | 205 if (sendto(fd, buf, len, MSG_FASTOPEN, daddr, sockaddr_size()) < 0) in send_from()
|
/Linux-v5.4/samples/bpf/ |
D | cookie_uid_helper_example.c | 240 res = sendto(s_send, &message, sizeof(message), 0, in udp_client()
|
/Linux-v5.4/kernel/ |
D | sys_ni.c | 247 COND_SYSCALL(sendto);
|
/Linux-v5.4/tools/testing/selftests/networking/timestamping/ |
D | timestamping.c | 123 res = sendto(sock, sync, sizeof(sync), 0, in sendpacket()
|
/Linux-v5.4/tools/accounting/ |
D | getdelays.c | 147 while ((r = sendto(sd, buf, buflen, 0, (struct sockaddr *) &nladdr, in send_cmd()
|
/Linux-v5.4/arch/mips/kernel/syscalls/ |
D | syscall_n32.tbl | 53 43 n32 sendto sys_sendto
|
D | syscall_n64.tbl | 53 43 n64 sendto sys_sendto
|
/Linux-v5.4/arch/ia64/kernel/syscalls/ |
D | syscall.tbl | 187 175 common sendto sys_sendto
|
/Linux-v5.4/arch/xtensa/kernel/syscalls/ |
D | syscall.tbl | 123 110 common sendto sys_sendto
|