Home
last modified time | relevance | path

Searched refs:send (Results 76 – 100 of 567) sorted by relevance

12345678910>>...23

/Zephyr-latest/tests/net/socket/service/src/
Dmain.c103 len = send(c_sock_udp, BUF_AND_SIZE(TEST_STR_SMALL), 0); in run_test_service()
126 len = send(c_sock_tcp, BUF_AND_SIZE(TEST_STR_SMALL), 0); in run_test_service()
/Zephyr-latest/doc/services/ipc/ipc_service/
Dipc_service.rst23 An individual instance is not used to send data between domains/CPUs. To send
32 The endpoint is an entity the user must use to send and receive data between
53 To send data between domains or CPUs, an endpoint must be registered onto
/Zephyr-latest/subsys/logging/backends/
Dlog_backend_ipc_service.c78 .send = backend_ipc_service_send
/Zephyr-latest/drivers/mbox/
Dmbox_nrf_vevif_task_tx.c60 .send = vevif_task_tx_send,
/Zephyr-latest/subsys/bluetooth/mesh/
Dblob_cli.c383 static void send(struct bt_mesh_blob_cli *cli) in send() function
387 cli->tx.ctx.send(cli, cli->tx.target->addr); in send()
389 cli->tx.ctx.send(cli, cli->inputs->group); in send()
429 send(cli); in tx_complete()
511 send(cli); in retry_timeout()
538 send(cli); in blob_cli_broadcast()
790 .send = info_get_tx, in caps_get()
829 .send = xfer_start_tx, in xfer_start()
849 .send = block_start_tx, in block_start()
932 .send = chunk_tx, in chunk_send()
[all …]
/Zephyr-latest/subsys/ipc/ipc_service/backends/
Dipc_icmsg_me_follower.c248 static int send(const struct device *instance, void *token, in send() function
266 .send = send,
DKconfig.icbmsg12 on dynamically allocated buffers. References to them are send over
DKconfig.icmsg_me11 Size of a static buffer used for preparring data to send in sending
/Zephyr-latest/subsys/logging/
Dlog_link_ipc_service.c81 .send = link_ipc_service_send
/Zephyr-latest/samples/bluetooth/scan_adv/
DREADME.rst11 role functionality. The application will periodically send out
/Zephyr-latest/doc/connectivity/networking/api/
Dlwm2m.rst273 The LwM2M RD client can send events back to the sample. To receive those
645 …gistration automatically. Might need a bootstrap or configuration fix. Cannot send or receive data.
648 Application can send or receive data.
651 Client proceeds to re-registration automatically. Cannot send or receive data.
654 Application can send or receive data.
656 - No actions needed, client proceeds to idle state automatically. Cannot send or receive data.
662 Application can send but cannot receive data.
666 Cannot send or receive data.
669 Cannot send or receive data.
681 client will send LwM2M Update message.
[all …]
/Zephyr-latest/drivers/lora/
DKconfig.rylrxxx34 int "timeout when waiting for response from radio serial interface after send cmd"
/Zephyr-latest/samples/net/sockets/echo/src/
Dsocket_echo.c104 out_len = send(client, p, len, 0); in main()
/Zephyr-latest/samples/drivers/i2s/i2s_codec/
DREADME.rst12 record i2s data and send to codec with DMA.
/Zephyr-latest/include/zephyr/posix/sys/
Dsocket.h41 ssize_t send(int sock, const void *buf, size_t len, int flags);
/Zephyr-latest/subsys/ipc/ipc_service/
Dipc_service.c139 if (!backend || !backend->send) { in ipc_service_send()
144 return backend->send(ept->instance, ept->token, data, len); in ipc_service_send()
/Zephyr-latest/subsys/mgmt/mcumgr/transport/
DKconfig.lorawan51 Will send an empty packet if a partial (fragmented) message has been received from the
77 Number of LoRaWAN message send retries if sending fails for the thread for polling for
/Zephyr-latest/samples/subsys/testsuite/pytest/shell/
DREADME.rst42 INFO: send "help" command
73 INFO: send "kernel version" command
/Zephyr-latest/samples/bluetooth/periodic_sync_conn/
DREADME.rst13 This sample will send its address in response to the advertiser when receiving
/Zephyr-latest/subsys/usb/device/class/netusb/
Dnetusb.c144 .send = netusb_send,
/Zephyr-latest/scripts/coredump/gdbstubs/
Dgdbstub.py68 socket.send(b'+')
74 socket.send(b'-')
94 socket.send(pkt)
/Zephyr-latest/drivers/ethernet/
Deth_test.c127 .send = vnd_ethernet_send,
/Zephyr-latest/samples/net/sockets/http_get/src/
Dhttp_get.c114 CHECK(send(sock, REQUEST, SSTRLEN(REQUEST), 0)); in main()
/Zephyr-latest/tests/net/conn_mgr_monitor/src/
Dtest_ifaces.c42 .send = test_iface_send,
/Zephyr-latest/tests/drivers/ipm/src/
Dipm_dummy.c117 .send = ipm_dummy_send,

12345678910>>...23