Home
last modified time | relevance | path

Searched refs:send (Results 101 – 125 of 567) sorted by relevance

12345678910>>...23

/Zephyr-latest/scripts/coccinelle/
Dms_timeout.cocci26 |isotp_(bind|recv(_net)?|send(_net)?(_ctx)?_buf)
33 |websocket_(send|recv)_msg
/Zephyr-latest/drivers/ipm/
Dipm_mbox.c93 .send = ipm_mbox_send,
Dipm_ivshmem.c115 .send = ivshmem_ipm_send,
/Zephyr-latest/drivers/net/
Dloopback.c169 .send = loopback_send,
/Zephyr-latest/samples/bluetooth/hci_vs_scan_req/
DREADME.rst23 send scan requests.
/Zephyr-latest/samples/net/sockets/dumb_http_server/src/
Dsocket_dumb_http.c135 int sent_len = send(client, data, len, 0); in main()
/Zephyr-latest/drivers/can/
DKconfig.loopback44 The send functions puts frame int this queue and TX thread takes the
/Zephyr-latest/subsys/shell/backends/
DKconfig.backends40 send two newlines during initialization.
204 send two newlines during initialization.
392 send two newlines during initialization.
489 send two newlines during initialization.
511 int "Telnet line send timeout"
605 send two newlines during initialization.
642 int "Websocket line send timeout"
707 send two newlines during initialization.
766 the shell will send two newlines during initialization.
/Zephyr-latest/samples/subsys/modbus/tcp_server/src/
Dmain.c219 if (send(client, header, sizeof(header), 0) < 0) { in modbus_tcp_reply()
223 if (send(client, adu->data, adu->length, 0) < 0) { in modbus_tcp_reply()
/Zephyr-latest/samples/drivers/lora/receive/
DREADME.rst15 LoRa send sample :zephyr:code-sample:`lora-send` on another board within range.
/Zephyr-latest/doc/kernel/services/data_passing/
Dlifos.rst88 to send data to one or more consumer threads.
102 /* create data item to send */
105 /* send data to consumers */
Dmessage_queues.rst7 message queue, allowing threads and ISRs to asynchronously send and receive
37 If a thread attempts to send a data item when the ring buffer is full,
120 /* create data item to send (e.g. measurement, timestamp, ...) */
123 /* send data to consumers */
/Zephyr-latest/subsys/bluetooth/audio/
DKconfig33 retry to send notification that failed due to lack of TX buffers
/Zephyr-latest/doc/connectivity/bluetooth/api/mesh/
Dop_agg_srv.rst25 doesn't allow to send a postponed response, for example from a work queue.
/Zephyr-latest/samples/bluetooth/periodic_adv_rsp/
DREADME.rst13 This sample will scan for the corresponding sync sample and send the required
/Zephyr-latest/doc/kernel/services/
Dindex.rst57 …re Data item size Data Alignment ISRs can receive? ISRs can send? Overrun handling
79 [5] ISRS can send and/or receive only when passing K_NO_WAIT as the
/Zephyr-latest/subsys/modem/backends/
DKconfig33 The backend will anyway send the event before this delay if buffer space runs out.
/Zephyr-latest/samples/drivers/ipm/ipm_mcux/
DREADME.rst11 sample application uses a mailbox to send messages from one
/Zephyr-latest/include/zephyr/bluetooth/mesh/
Ddfd_srv.h196 int (*send)(struct bt_mesh_dfd_srv *srv, member
/Zephyr-latest/samples/net/sockets/can/
DREADME.rst20 * Send function which starts to send raw CAN frames to the bus.
/Zephyr-latest/samples/net/syslog_net/
DREADME.rst11 send syslog messages to a remote server, as configured in ``prj.conf``.
/Zephyr-latest/tests/posix/headers/src/
Dsys_socket_h.c113 zassert_not_null(send); in ZTEST()
/Zephyr-latest/doc/hardware/peripherals/can/
Dcontroller.rst98 node is allowed to send active error frames, ACK, and overload frames.
102 In this state, the node is not allowed to send error-active frames anymore.
104 bus-off state. In this state, the node is not allowed to send any dominant bits
121 The following code snippets show how to send data.
126 the send function blocks until the frame is sent and acknowledged by at least
147 This example shows how to send a frame with extended identifier 0x1234567 and
/Zephyr-latest/doc/connectivity/networking/
Dnetwork_monitoring.rst54 Zephyr will send captured network packets to one of these interfaces.
94 to provide an UDP listener so that the host will not send port unreachable
102 it depends on how the Zephyr is configured. Zephyr will send UDP packets
197 Note that we send the network traffic to the same interface that we are
217 After enabling the monitoring, the system will send captured (either received
/Zephyr-latest/samples/boards/nordic/coresight_stm/
DREADME.rst23 Application, Radio, PPR and FLPR cores send logs to an ETR buffer.
30 Application, Radio, PPR and FLPR cores send logs to the ETR buffer.

12345678910>>...23