Home
last modified time | relevance | path

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

/linux-4.4.14/arch/um/drivers/
Dmconsole_user.c156 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()
Dnet_user.c155 CATCH_EINTR(n = sendto(fd, buf, len, 0, (struct sockaddr *) to, in net_sendto()
/linux-4.4.14/Documentation/networking/timestamping/
Dtxtimestamp.c364 val = sendto(fd, buf, total_len, 0, (void *) &daddr, sizeof(daddr)); in do_test()
366 val = sendto(fd, buf, total_len, 0, (void *) &daddr6, sizeof(daddr6)); in do_test()
Dtimestamping.c142 res = sendto(sock, sync, sizeof(sync), 0, in sendpacket()
/linux-4.4.14/Documentation/networking/
Dnetlink_mmap.txt305 to sendto().
328 if (sendto(fd, NULL, 0, 0, &addr, sizeof(addr)) < 0)
Dphonet.txt106 sendto(fd, msg, msglen, 0, (struct sockaddr *)&addr, sizeof(addr));
Dcan.txt261 send(2), sendto(2), sendmsg(2) and the recv* counterpart operations
320 on a socket that is bound to 'any' interface sendto(2) is needed to
372 nbytes = sendto(s, &frame, sizeof(struct can_frame),
694 CAN interface unless the sendto() syscall is used to overrule the 'any' CAN
Dpacket_mmap.txt1037 ii) call sendto() e.g. in blocking mode, iii) wait for status of relevant
Dip-sysctl.txt562 must use sendmsg() or sendto() with MSG_FASTOPEN flag rather than
/linux-4.4.14/Documentation/accounting/
Dgetdelays.c146 while ((r = sendto(sd, buf, buflen, 0, (struct sockaddr *) &nladdr, in send_cmd()
/linux-4.4.14/arch/parisc/kernel/
Dsyscall_table.S157 ENTRY_SAME(sendto)
/linux-4.4.14/arch/powerpc/include/asm/
Dsystbl.h342 SYSCALL_SPU(sendto)
/linux-4.4.14/arch/s390/kernel/
Dcompat_wrapper.c178 COMPAT_SYSCALL_WRAP6(sendto, int, fd, void __user *, buff, size_t, len, unsigned int, flags, struct…
/linux-4.4.14/arch/x86/entry/syscalls/
Dsyscall_64.tbl53 44 common sendto sys_sendto
Dsyscall_32.tbl378 369 i386 sendto sys_sendto
/linux-4.4.14/tools/testing/selftests/net/
Dpsock_tpacket.c431 ret = sendto(sock, NULL, 0, 0, NULL, 0); in walk_v1_v2_tx()
/linux-4.4.14/net/
Dsocket.c1619 SYSCALL_DEFINE6(sendto, int, fd, void __user *, buff, size_t, len, in SYSCALL_DEFINE6() argument