Home
last modified time | relevance | path

Searched refs:send (Results 1 – 16 of 16) sorted by relevance

/system/fidl/fuchsia-cobalt/
A Dcobalt_controller.fidl13 // 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 Dfdio_socketpair.c47 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 Dclient.cpp37 ssize_t n = send(fd.get(), &stream_id, sizeof(stream_id), MSG_WAITALL); in GetStream()
/system/ulib/cobalt-client/
A DREADME.md54 // 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 Dvsock.fidl52 // 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 Dtftp.h202 tftp_transport_send_cb send; member
/system/banjo/ddk-protocol-ethernet/
A Dethernet.banjo102 /// can call send() methods at the same time as non-send
/system/fidl/fuchsia-logger/
A Dlogger.fidl79 // Client connects to send logs over socket
/system/ulib/tftp/
A Dtftp.c1103 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 Dxdc-server.cpp83 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 Dnetcp.c121 send_result = send(transport_info->socket, data, len, 0); in transport_send()
/system/host/bootserver/
A Dtftp.c120 send_result = send(state->socket, data, len, 0); in transport_send()
/system/fidl/fuchsia-tracelink/
A Dtracelink.fidl38 // There is no result. If the provider successfully starts it must send a
/system/ulib/async/
A DREADME.md218 zx_status_t send(const zx_packet_user_t* data) {
/system/fidl/fuchsia-io/
A Dio.fidl324 // The "watcher" handle will send messages of the form:
/system/public/zircon/
A Dsyscalls.abigen305 #^ send a message to a channel and await a reply
333 #^ send another socket object via a socket

Completed in 26 milliseconds