Searched refs:send (Results 476 – 500 of 567) sorted by relevance
1...<<11121314151617181920>>...23
/Zephyr-latest/samples/net/lwm2m_client/ |
D | README.rst | 196 and CONFIG_OPENTHREAD_JOINER_AUTOSTART=y and send join request from other
|
/Zephyr-latest/tests/net/context/src/ |
D | main.c | 1075 .send = tester_send,
|
/Zephyr-latest/tests/net/ipv4_fragment/src/ |
D | main.c | 158 .send = sender_iface,
|
/Zephyr-latest/drivers/wifi/nxp/ |
D | nxp_wifi_drv.c | 1923 .wifi_iface.send = nxp_wifi_send, 1964 .wifi_iface.send = nxp_wifi_send,
|
D | Kconfig.nxp | 748 bool "Auto send null frame" 1117 codes send to and received from firmware 1125 codes send to and received from firmware
|
/Zephyr-latest/tests/net/ipv6/src/ |
D | main.c | 385 .send = tester_send, 434 .send = dummy_send,
|
/Zephyr-latest/drivers/wifi/esp32/src/ |
D | esp_wifi_drv.c | 934 .wifi_iface.send = esp32_wifi_send,
|
/Zephyr-latest/drivers/net/ |
D | ppp.c | 1146 .send = ppp_send,
|
/Zephyr-latest/subsys/net/l2/ethernet/ |
D | arp.c | 701 ret = net_if_l2(iface)->send(iface, pkt); in net_arp_update()
|
/Zephyr-latest/tests/net/dhcpv4/server/src/ |
D | main.c | 128 .send = server_send,
|
/Zephyr-latest/doc/releases/ |
D | release-notes-1.7.rst | 82 send the network packets. 167 * ``ZEP-604`` - In coap_server sample app, CoAP resource separate is not able to send separate resp…
|
D | release-notes-1.5.rst | 159 * ``ZEP-415`` - aaU, I want to use the NATS messaging protocol to send sensor data to the cloud
|
/Zephyr-latest/subsys/bluetooth/mesh/ |
D | pb_adv.c | 1092 .send = prov_send_adv,
|
/Zephyr-latest/subsys/bluetooth/mesh/shell/ |
D | dfu.c | 982 SHELL_CMD_ARG(send, NULL, "<SlotIdx> [<Group> "
|
/Zephyr-latest/subsys/net/ip/ |
D | Kconfig.ipv6 | 177 The timeout in seconds between attempts to send a Router
|
/Zephyr-latest/drivers/can/ |
D | can_mcp2515.c | 886 .send = mcp2515_send,
|
D | can_shell.c | 1092 SHELL_CMD_ARG(send, &dsub_can_device_name,
|
D | can_xmc4xxx.c | 891 .send = can_xmc4xxx_send,
|
/Zephyr-latest/boards/microchip/mec172xevb_assy6906/doc/ |
D | index.rst | 374 The -o option tells minicom not to send the modem initialization
|
/Zephyr-latest/doc/services/zbus/ |
D | index.rst | 21 Threads can send messages to one or more observers using zbus. It makes the many-to-many 612 channel ``acc_chan``. Note this can send events with no message, which does not require any data 859 to send and receive messages to and from the bus;
|
/Zephyr-latest/doc/connectivity/bluetooth/api/ |
D | hci.txt | 380 The Host shall not send additional HCI commands before the Command Complete 462 When enabled the Controller will send link layer and link manager tracing 775 The Enable parameter indicates with the Controller shall send the
|
/Zephyr-latest/subsys/mgmt/osdp/src/ |
D | osdp_pd.c | 835 ret = pd->channel.send(pd->channel.data, pd->rx_buf, len); in pd_send_reply()
|
/Zephyr-latest/drivers/ethernet/ |
D | eth_xmc4xxx.c | 967 .send = eth_xmc4xxx_send,
|
/Zephyr-latest/drivers/ethernet/nxp_enet/ |
D | eth_nxp_enet.c | 869 .send = NXP_ENET_SEND_FUNC,
|
/Zephyr-latest/boards/phytec/phyboard_polis/doc/ |
D | index.rst | 176 transceiver to be not set. This causes a ENETDOWN error when trying to send
|
1...<<11121314151617181920>>...23