Home
last modified time | relevance | path

Searched refs:send (Results 226 – 250 of 567) sorted by relevance

12345678910>>...23

/Zephyr-latest/drivers/can/
Dcan_sam0.c170 .send = can_mcan_send,
Dcan_esp32_twai.c229 .send = can_sja1000_send,
/Zephyr-latest/tests/benchmarks/thread_metric/
DKconfig65 thread can send and receive a 16-byte message from a message queue.
/Zephyr-latest/subsys/bluetooth/mesh/
Drpr_cli.c639 static int send(struct bt_mesh_rpr_cli *cli, struct net_buf_simple *buf, in send() function
697 return send(bearer.cli, buf, cb_data); in pb_send()
754 .send = pb_send,
/Zephyr-latest/tests/net/vlan/src/
Dmain.c180 .send = eth_tx,
245 .send = eth_tx_embed_ll_hdr,
294 .send = sender_iface,
/Zephyr-latest/subsys/mgmt/osdp/
DKconfig.pd44 default key, the CP can send a KEYSET command to set new keys to the PD.
225 - 03: the PD can send card data to the CP as array of bits, or as an
/Zephyr-latest/doc/connectivity/networking/
Dnet_config_guide.rst17 are able to either send or receive at the same time.
233 be placed to a higher priority network queue in order to send or receive it
235 fastest way to send a packet out, is to directly send the packet without
/Zephyr-latest/subsys/canbus/isotp/
Disotp.c1192 static int send(struct isotp_send_ctx *sctx, const struct device *can_dev, in send() function
1306 return send(sctx, can_dev, tx_addr, rx_addr, complete_cb, cb_arg); in isotp_send()
1332 return send(sctx, can_dev, tx_addr, rx_addr, complete_cb, cb_arg); in isotp_send_ctx_buf()
1355 return send(sctx, can_dev, tx_addr, rx_addr, complete_cb, cb_arg); in isotp_send_net_ctx_buf()
1388 return send(sctx, can_dev, tx_addr, rx_addr, complete_cb, cb_arg); in isotp_send_buf()
/Zephyr-latest/drivers/ipm/
Dipm_esp32.c272 .send = esp32_ipm_send,
Dipm_imx.c345 .send = imx_mu_ipm_send,
Dipm_xlnx_ipi.c202 .send = xlnx_ipi_send,
/Zephyr-latest/drivers/lora/
Dshell.c321 SHELL_CMD_ARG(send, NULL,
/Zephyr-latest/doc/connectivity/bluetooth/shell/classic/
Da2dp.rst16 * Source test the media sending. using :code:`a2dp send_media` to send one test packet data.
/Zephyr-latest/modules/openthread/platform/
Dhdlc_interface.cpp234 ret = hdlc_api->send((uint8_t *)aFrame, aLength); in Write()
/Zephyr-latest/boards/gd/gd32vf103c_starter/doc/
Dindex.rst94 The -o option tells minicom not to send the modem initialization
/Zephyr-latest/include/zephyr/net/
Dppp.h60 int (*send)(const struct device *dev, struct net_pkt *pkt); member
/Zephyr-latest/samples/net/sockets/echo_client/src/
Dtcp.c38 ssize_t out_len = send(sock, buf, len, 0); in sendall()
/Zephyr-latest/samples/net/sockets/http_server/src/
Dws.c100 ssize_t out_len = send(sock, buf, len, 0); in sendall()
/Zephyr-latest/subsys/net/lib/capture/
DKconfig46 if one needs to send captured data to multiple different devices,
/Zephyr-latest/subsys/net/lib/shell/
Dudp.c302 SHELL_CMD(send, NULL,
/Zephyr-latest/tests/drivers/can/host/pytest/
Dcan_shell.py79 def send(self, msg: Message, timeout: Optional[float] = None) -> None: member in CanShellBus
/Zephyr-latest/drivers/net/
DKconfig76 packet capturing in core network stack to send the captured packets
254 connect(), send(), recvfrom(), etc.) in order to provide networking capability.
/Zephyr-latest/samples/drivers/virtualization/ivshmem/doorbell/
DREADME.rst124 Use write_shared_memory.sh and ivshmem-client to send a message
178 Use write_shared_memory.sh and ivshmem-client to send a message
/Zephyr-latest/doc/services/ipc/ipc_service/backends/
Dipc_service_icmsg.rst34 * Define MBOX devices which are used to send the signal that informs the other
182 The packet send procedure is the following:
/Zephyr-latest/drivers/wifi/winc1500/
Dwifi_winc1500.c52 NMI_API sint16 send(SOCKET sock, void *pvSendBuffer,
470 ret = send(socket, buf->data, buf->len, 0); in winc1500_send()
611 .send = winc1500_send,

12345678910>>...23