/haiku/headers/private/drivers/ |
H A D | ksocket.h | 22 #define ksendto sendto 46 #define ksendto sendto 74 #define ksendto (gSocket->sendto)
|
/haiku/src/add-ons/kernel/file_systems/websearchfs/ |
H A D | ksocket.h | 22 #define ksendto sendto 44 #define ksendto sendto 72 #define ksendto (gSocket->sendto)
|
/haiku/src/add-ons/kernel/file_systems/nfs/ |
H A D | ksocket.h | 22 #define ksendto sendto 49 #define ksendto (gSocket->sendto) 87 #define ksendto (gSocket->sendto)
|
/haiku/src/kits/network/libnetapi/ |
H A D | DatagramSocket.cpp | 95 ssize_t bytesSent = sendto(fSocket, buffer, size, 0, address, in SendTo() 140 bytesSent = sendto(Socket(), buffer, size, 0, fPeer, fPeer.Length()); in Write()
|
H A D | NetEndpoint.cpp | 604 ssize_t bytesSent = sendto(fSocket, buffer, length, flags, in SendTo()
|
/haiku/src/tests/system/network/ |
H A D | udp_echo.c | 42 status = sendto(sockFD, buf, len, 0, in udp_echo_client() 73 status = sendto(sockFD, buf, len, 0, in udp_broadcast() 115 status = sendto(sockFD, buf, status, 0, in udp_echo_server()
|
H A D | unix_dgram_test.cpp | 215 status = sendto(sock, "test1", 5, 0, (struct sockaddr*)&addr1, sizeof(addr1)); in send_test() 253 status = sendto(sock2, "test3", 5, 0, (struct sockaddr*)&addr1, sizeof(addr1)); in send_test() 379 status = sendto(sock_client, "t", 1, 0, (struct sockaddr*)&addr, sizeof(addr)); in send_unbound_test() 449 status = sendto(sock, "test", 4, 0, (struct sockaddr*)&addr1, sizeof(addr1)); in shutdown_test() 459 status = sendto(sock1, "test", 4, 0, (struct sockaddr*)&addr, sizeof(addr)); in shutdown_test() 471 status = sendto(sock1, "test", 4, 0, (struct sockaddr*)&addr, sizeof(addr)); in shutdown_test()
|
H A D | udp_client.c | 33 status = sendto(sockFD, sendbuf, status, 0, in udp_client()
|
/haiku/src/tests/kits/net/ |
H A D | link_echo.cpp | 52 if (sendto(fd, buffer, length, 0, server, server.Length()) < 0) { in link_client() 99 if (sendto(fd, buffer, bytesRead, 0, client, client.Length()) < 0) { in link_server()
|
/haiku/src/bin/debug/strace/ |
H A D | network.cpp | 126 Syscall *sendto = get_syscall("_kern_sendto"); in patch_network() local 127 sendto->GetParameter("flags")->SetHandler(new FlagsTypeHandler(kRecvFlags)); in patch_network()
|
/haiku/src/tests/system/network/ipv6/ |
H A D | raw_client.cpp | 51 int status = sendto(fd, buffer, length, 0, (sockaddr *) &saddr, in main()
|
H A D | udp_client.cpp | 58 int status = sendto(fd, buffer, length, 0, (sockaddr *) &saddr, in main()
|
H A D | multicast_sender.cpp | 80 int status = sendto(fd, buffer, length, 0, (sockaddr *) &saddr, in main()
|
/haiku/src/bin/network/ |
H A D | wakeonlan.cpp | 50 result = sendto(sock, buffer, sizeof(buffer), 0, in main()
|
/haiku/src/add-ons/kernel/debugger/netconsole/ |
H A D | netconsole.cpp | 68 return sendto(gSocket, message, length, 0, in debugger_puts()
|
/haiku/src/tests/kits/bluetooth/l2capClient/ |
H A D | l2capClient.cpp | 89 len = sendto(sock, string, strlen(string) + 1 /*\0*/, 0, in main()
|
/haiku/headers/private/net/ |
H A D | net_stack_interface.h | 48 ssize_t (*sendto)(net_socket* socket, const void* data, size_t length, member
|
/haiku/src/tests/system/network/icmp/ |
H A D | big_datagram.cpp | 143 int bytesSent = sendto(sockfd, datagram, size, 0, ai->ai_addr, in main()
|
/haiku/src/preferences/time/ |
H A D | ntp.cpp | 152 if (sendto(connection, reinterpret_cast<char*>(&message), in ntp_update_time()
|
/haiku/headers/posix/sys/ |
H A D | socket.h | 187 ssize_t sendto(int socket, const void *message, size_t length, int flags,
|
/haiku/src/tools/remote_disk_server/ |
H A D | remote_disk_server.cpp | 284 ssize_t bytesSent = sendto(fSocket, reply, size, 0, in _SendReply()
|
/haiku/src/tests/system/network/multicast/ |
H A D | multicat.c | 151 if (sendto(sock, buffer, red + 1, 0, (struct sockaddr *) &saddr, in chat()
|
/haiku/src/system/libnetwork/ |
H A D | socket.cpp | 297 sendto(int socket, const void *data, size_t length, int flags, in sendto() function
|
/haiku/src/add-ons/kernel/drivers/disk/virtual/remote_disk/ |
H A D | RemoteDisk.cpp | 403 bytesSent = sendto(fSocket, request, size, 0, in _SendRequest()
|
/haiku/src/system/libnetwork/netresolv/resolv/ |
H A D | res_send.c | 942 if (sendto(s, buf, buflen, 0, nsap, nsaplen) != in send_dg() 954 if (sendto(s, buf, buflen, 0, nsap, nsaplen) != (ssize_t)buflen) in send_dg()
|