Searched refs:send (Results 1 – 16 of 16) sorted by relevance
| /system/fidl/fuchsia-cobalt/ |
| A D | cobalt_controller.fidl | 13 // locally be sent to the Cobalt server soon. Cobalt will send the 25 // ended. Note that this method does not request an expedited send and so it 27 // scheduled send time and so the empty state will not be achieved prior
|
| /system/utest/fdio/ |
| A D | fdio_socketpair.c | 47 status = send(fds[1], buf, 4, 0); in socketpair_test() 121 EXPECT_EQ(send(fds[1], buf, sizeof(buf), SEND_FLAGS), -1, ""); in socketpair_shutdown_rd_test() 152 EXPECT_EQ(send(fds[0], buf, sizeof(buf), SEND_FLAGS), -1, "write after SHUT_WR"); in socketpair_shutdown_wr_test() 180 EXPECT_EQ(send(fds[0], buf, sizeof(buf), SEND_FLAGS), -1, ""); in socketpair_shutdown_rdwr_test() 333 send_args->send_result = send(send_args->fd, send_args->buf, BUF_SIZE, 0u); in send_thread() 350 status = send(fds[0], buf, sizeof(buf), MSG_DONTWAIT); in socketpair_shutdown_self_wr_during_send_test() 383 status = send(fds[0], buf, sizeof(buf), MSG_DONTWAIT); in socketpair_shutdown_peer_rd_during_send_test()
|
| /system/ulib/xdc-host-utils/ |
| A D | client.cpp | 37 ssize_t n = send(fd.get(), &stream_id, sizeof(stream_id), MSG_WAITALL); in GetStream()
|
| /system/ulib/cobalt-client/ |
| A D | README.md | 54 // Attempt to send the metrics to cobalt. 65 - Best effort: Try to send the metrics to cobalt process. If we fail, undo the 69 - Delegate when to flush: The user determines when is the best momento to send
|
| /system/fidl/fuchsia-hardware-vsock/ |
| A D | vsock.fidl | 52 // Will send a request to open a connection with the remote specified in the 75 // and you would like to send them your CID to then establish a vsock connection on. 79 // to send whilst one is already in progress will generate an error. If there
|
| /system/ulib/tftp/include/tftp/ |
| A D | tftp.h | 202 tftp_transport_send_cb send; member
|
| /system/banjo/ddk-protocol-ethernet/ |
| A D | ethernet.banjo | 102 /// can call send() methods at the same time as non-send
|
| /system/fidl/fuchsia-logger/ |
| A D | logger.fidl | 79 // Client connects to send logs over socket
|
| /system/ulib/tftp/ |
| A D | tftp.c | 1103 send_status = session->transport_interface.send(opts->outgoing, out_sz, in tftp_msg_loop() 1130 send_status = session->transport_interface.send(opts->outgoing, out_sz, in tftp_msg_loop() 1153 send_status = session->transport_interface.send(opts->outgoing, out_sz, in tftp_msg_loop() 1219 status = session->transport_interface.send(opts->outbuf, out_sz, transport_cookie); in transfer_file() 1296 tftp_status send_status = session->transport_interface.send(opts->outbuf, *opts->outbuf_sz, in tftp_handle_msg()
|
| /system/host/xdc-server/ |
| A D | xdc-server.cpp | 83 ssize_t res = send(fd(), data + total_written, len_to_write - total_written, 0); in ProcessCompletedReads() 408 ssize_t res = send(client->fd(), &resp, sizeof(resp), MSG_WAITALL); in RegisterStream()
|
| /system/host/netprotocol/ |
| A D | netcp.c | 121 send_result = send(transport_info->socket, data, len, 0); in transport_send()
|
| /system/host/bootserver/ |
| A D | tftp.c | 120 send_result = send(state->socket, data, len, 0); in transport_send()
|
| /system/fidl/fuchsia-tracelink/ |
| A D | tracelink.fidl | 38 // There is no result. If the provider successfully starts it must send a
|
| /system/ulib/async/ |
| A D | README.md | 218 zx_status_t send(const zx_packet_user_t* data) {
|
| /system/fidl/fuchsia-io/ |
| A D | io.fidl | 324 // The "watcher" handle will send messages of the form:
|
| /system/public/zircon/ |
| A D | syscalls.abigen | 305 #^ send a message to a channel and await a reply 333 #^ send another socket object via a socket
|
Completed in 23 milliseconds