/Zephyr-latest/tests/net/socket/service/src/ |
D | main.c | 103 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/ |
D | ipc_service.rst | 23 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/ |
D | log_backend_ipc_service.c | 78 .send = backend_ipc_service_send
|
/Zephyr-latest/drivers/mbox/ |
D | mbox_nrf_vevif_task_tx.c | 60 .send = vevif_task_tx_send,
|
/Zephyr-latest/subsys/bluetooth/mesh/ |
D | blob_cli.c | 383 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/ |
D | ipc_icmsg_me_follower.c | 248 static int send(const struct device *instance, void *token, in send() function 266 .send = send,
|
D | Kconfig.icbmsg | 12 on dynamically allocated buffers. References to them are send over
|
D | Kconfig.icmsg_me | 11 Size of a static buffer used for preparring data to send in sending
|
/Zephyr-latest/subsys/logging/ |
D | log_link_ipc_service.c | 81 .send = link_ipc_service_send
|
/Zephyr-latest/samples/bluetooth/scan_adv/ |
D | README.rst | 11 role functionality. The application will periodically send out
|
/Zephyr-latest/doc/connectivity/networking/api/ |
D | lwm2m.rst | 273 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/ |
D | Kconfig.rylrxxx | 34 int "timeout when waiting for response from radio serial interface after send cmd"
|
/Zephyr-latest/samples/net/sockets/echo/src/ |
D | socket_echo.c | 104 out_len = send(client, p, len, 0); in main()
|
/Zephyr-latest/samples/drivers/i2s/i2s_codec/ |
D | README.rst | 12 record i2s data and send to codec with DMA.
|
/Zephyr-latest/include/zephyr/posix/sys/ |
D | socket.h | 41 ssize_t send(int sock, const void *buf, size_t len, int flags);
|
/Zephyr-latest/subsys/ipc/ipc_service/ |
D | ipc_service.c | 139 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/ |
D | Kconfig.lorawan | 51 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/ |
D | README.rst | 42 INFO: send "help" command 73 INFO: send "kernel version" command
|
/Zephyr-latest/samples/bluetooth/periodic_sync_conn/ |
D | README.rst | 13 This sample will send its address in response to the advertiser when receiving
|
/Zephyr-latest/subsys/usb/device/class/netusb/ |
D | netusb.c | 144 .send = netusb_send,
|
/Zephyr-latest/scripts/coredump/gdbstubs/ |
D | gdbstub.py | 68 socket.send(b'+') 74 socket.send(b'-') 94 socket.send(pkt)
|
/Zephyr-latest/drivers/ethernet/ |
D | eth_test.c | 127 .send = vnd_ethernet_send,
|
/Zephyr-latest/samples/net/sockets/http_get/src/ |
D | http_get.c | 114 CHECK(send(sock, REQUEST, SSTRLEN(REQUEST), 0)); in main()
|
/Zephyr-latest/tests/net/conn_mgr_monitor/src/ |
D | test_ifaces.c | 42 .send = test_iface_send,
|
/Zephyr-latest/tests/drivers/ipm/src/ |
D | ipm_dummy.c | 117 .send = ipm_dummy_send,
|