Searched refs:sendto (Results 1 – 15 of 15) sorted by relevance
/linux-4.1.27/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-4.1.27/Documentation/networking/timestamping/ |
D | txtimestamp.c | 364 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()
|
D | timestamping.c | 142 res = sendto(sock, sync, sizeof(sync), 0, in sendpacket()
|
/linux-4.1.27/Documentation/networking/ |
D | netlink_mmap.txt | 305 to sendto(). 328 if (sendto(fd, NULL, 0, 0, &addr, sizeof(addr)) < 0)
|
D | phonet.txt | 106 sendto(fd, msg, msglen, 0, (struct sockaddr *)&addr, sizeof(addr));
|
D | can.txt | 261 send(2), sendto(2), sendmsg(2) and the recv* counterpart operations 317 on a socket that is bound to 'any' interface sendto(2) is needed to 369 nbytes = sendto(s, &frame, sizeof(struct can_frame), 691 CAN interface unless the sendto() syscall is used to overrule the 'any' CAN
|
D | packet_mmap.txt | 1037 ii) call sendto() e.g. in blocking mode, iii) wait for status of relevant
|
D | ip-sysctl.txt | 536 must use sendmsg() or sendto() with MSG_FASTOPEN flag rather than
|
/linux-4.1.27/Documentation/accounting/ |
D | getdelays.c | 146 while ((r = sendto(sd, buf, buflen, 0, (struct sockaddr *) &nladdr, in send_cmd()
|
/linux-4.1.27/arch/parisc/kernel/ |
D | syscall_table.S | 157 ENTRY_SAME(sendto)
|
/linux-4.1.27/arch/powerpc/include/asm/ |
D | systbl.h | 342 SYSCALL_SPU(sendto)
|
/linux-4.1.27/arch/x86/syscalls/ |
D | syscall_64.tbl | 53 44 common sendto sys_sendto
|
/linux-4.1.27/tools/testing/selftests/net/ |
D | psock_tpacket.c | 431 ret = sendto(sock, NULL, 0, 0, NULL, 0); in walk_v1_v2_tx()
|
/linux-4.1.27/net/ |
D | socket.c | 1628 SYSCALL_DEFINE6(sendto, int, fd, void __user *, buff, size_t, len, in SYSCALL_DEFINE6() argument
|