/Zephyr-latest/tests/net/hostname/src/ |
D | main.c | 136 .send = sender_iface, 196 .send = eth_fake_send,
|
/Zephyr-latest/drivers/mbox/ |
D | mbox_ivshmem.c | 136 .send = ivshmem_mbox_send,
|
/Zephyr-latest/drivers/w1/ |
D | Kconfig | 38 Size of the send and receive buffer in bytes.
|
/Zephyr-latest/drivers/net/ |
D | canbus.c | 150 .send = net_canbus_send,
|
/Zephyr-latest/samples/drivers/video/tcpserversink/src/ |
D | main.c | 25 ssize_t out_len = send(sock, buf, len, 0); in sendall()
|
/Zephyr-latest/drivers/can/ |
D | can_fake.c | 112 .send = fake_can_send,
|
/Zephyr-latest/tests/net/socket/af_packet_ipproto_raw/src/ |
D | main.c | 87 .send = fake_dev_send,
|
/Zephyr-latest/doc/kernel/services/data_passing/ |
D | fifos.rst | 97 to send data to one or more consumer threads. 111 /* create data item to send */ 114 /* send data to consumers */
|
/Zephyr-latest/doc/connectivity/networking/api/ |
D | coap_client.rst | 13 The CoAP client library allows application to send CoAP requests and parse CoAP responses. 46 After initialization, the application can send a CoAP request and wait for the response.
|
/Zephyr-latest/tests/net/socket/tls_ext/src/ |
D | main.c | 185 r = send(client_fd, SECRET, SECRET_SIZE, 0); in server_thread_fn() 375 r = send(client_fd, SECRET, SECRET_SIZE, 0); in test_common()
|
/Zephyr-latest/doc/connectivity/lora_lorawan/ |
D | index.rst | 19 Zephyr provides APIs for LoRa to send raw data packets directly over the
|
/Zephyr-latest/doc/services/modbus/ |
D | index.rst | 15 server devices. Server devices themselves are passive and must not send
|
/Zephyr-latest/include/zephyr/bluetooth/mesh/ |
D | blob_cli.h | 265 void (*send)(struct bt_mesh_blob_cli *cli, uint16_t dst); member
|
/Zephyr-latest/tests/net/ieee802154/custom_l2/src/ |
D | main.c | 79 zassert_not_null(net_if_l2(iface)->send, "No send() found"); in ZTEST()
|
/Zephyr-latest/tests/net/lib/dns_dispatcher/src/ |
D | main.c | 110 .send = sender_iface,
|
/Zephyr-latest/subsys/net/lib/coap/ |
D | coap_server.c | 550 goto send; in coap_service_send() 556 goto send; in coap_service_send() 564 goto send; in coap_service_send() 574 send: in coap_service_send()
|
/Zephyr-latest/subsys/bluetooth/mesh/ |
D | prov.h | 158 return bt_mesh_prov_link.bearer->send(buf, cb, NULL); in bt_mesh_prov_send()
|
/Zephyr-latest/subsys/lorawan/ |
D | Kconfig | 27 It provides interfaces to send arbitrary messages to the LoRaWAN
|
/Zephyr-latest/subsys/mgmt/ec_host_cmd/backends/ |
D | ec_host_cmd_backend_espi.c | 149 .send = &ec_host_cmd_espi_send,
|
/Zephyr-latest/subsys/mgmt/mcumgr/transport/ |
D | Kconfig.uart | 41 reaches the end of a buffer, it will send event requesting next buffer, to be able to
|
/Zephyr-latest/drivers/ipm/ |
D | ipm_stm32_hsem.c | 188 .send = stm32_hsem_mailbox_ipm_send,
|
/Zephyr-latest/samples/drivers/video/tcpserversink/ |
D | README.rst | 5 Capture video frames and send them over the network to a TCP client.
|
/Zephyr-latest/tests/net/socket/tls_configurations/src/ |
D | main.c | 213 ret = send(socket_fd, test_buf, data_len, 0); in main()
|
/Zephyr-latest/subsys/net/l2/ethernet/ |
D | ethernet.c | 693 if (!api->send) { in ethernet_send() 703 goto send; in ethernet_send() 753 goto send; in ethernet_send() 789 send: in ethernet_send() 812 ret = net_l2_send(api->send, net_if_get_device(iface), iface, pkt); in ethernet_send()
|
/Zephyr-latest/scripts/coredump/ |
D | coredump_gdbserver.py | 32 def send(self, data): member in FakeSocket
|