Searched refs:send (Results 401 – 425 of 567) sorted by relevance
1...<<11121314151617181920>>...23
/Zephyr-latest/tests/net/net_pkt/src/ |
D | main.c | 61 .send = fake_dev_send, 70 .send = fake_dev_send,
|
/Zephyr-latest/doc/connectivity/bluetooth/api/mesh/ |
D | dfu.rst | 276 send the image to. The Initiator gets the full list of Target nodes either by querying the potential 279 Target node. The Initiator may send one or more Firmware Distribution Receivers Add messages to 355 Firmware Update Client model will send a request for the full firmware image list, and expect no
|
D | dfu_srv.rst | 88 pointer to the BLOB Writer the BLOB Transfer Server will send the BLOB to.
|
D | core.rst | 18 either send messages or poll the Friend node for any incoming messages.
|
D | brg_cfg.rst | 135 - The Subnet Bridge stores the latest IVISeq for each source address authorized to send messages to
|
/Zephyr-latest/subsys/modem/ |
D | modem_ppp.c | 521 .send = modem_ppp_ppp_api_send,
|
/Zephyr-latest/samples/net/capture/ |
D | README.rst | 5 Capture network packets and send them to a remote host via IPIP tunnel.
|
/Zephyr-latest/modules/openthread/ |
D | Kconfig.thread | 244 The supervision interval used by a parent device to send a supervision message
|
/Zephyr-latest/boards/lilygo/ttgo_lora32/doc/ |
D | index.rst | 203 * :zephyr:code-sample:`lora-send`
|
/Zephyr-latest/drivers/bluetooth/hci/ |
D | ipm_stm32wb.c | 626 .send = bt_ipm_send,
|
/Zephyr-latest/subsys/net/l2/virtual/ipip/ |
D | ipip.c | 610 .send = interface_send,
|
/Zephyr-latest/subsys/net/lib/http/ |
D | Kconfig | 118 and only needs to be increased if the application wishes to send
|
/Zephyr-latest/subsys/net/l2/ethernet/ |
D | vlan.c | 62 .send = vlan_interface_send,
|
/Zephyr-latest/subsys/net/lib/ptp/ |
D | Kconfig | 14 Enable PTP Stack that send and receives PTP packets
|
/Zephyr-latest/tests/bluetooth/host_long_adv_recv/src/ |
D | main.c | 254 .send = driver_send,
|
/Zephyr-latest/tests/net/lib/dns_resolve/src/ |
D | main.c | 184 .send = sender_iface,
|
/Zephyr-latest/drivers/wifi/esp32/ |
D | Kconfig.esp32 | 308 to receive or send, the time will also be refreshed. unit: milliseconds. 325 … that AP will send broadcast packet, it will wait for ESP_WIFI_SLP_DEFAULT_WAIT_BROADCAST_DATA_TIME
|
/Zephyr-latest/doc/releases/ |
D | release-notes-1.8.rst | 283 * ``ZEP-1966`` - Doesn't seem to be able to both send and receive locally via local address 313 * ``ZEP-2070`` - net pkt doesn't full unref after send a data form bluetooth's ipsp
|
/Zephyr-latest/subsys/net/lib/sockets/ |
D | Kconfig | 73 int "Max time in milliseconds waiting for a send command" 193 send all of the data in a single datagram, therefore all data provided
|
/Zephyr-latest/tests/net/checksum_offload/src/ |
D | main.c | 431 .send = eth_tx_offloading_disabled, 438 .send = eth_tx_offloading_enabled,
|
/Zephyr-latest/doc/security/ |
D | sensor-threat.rst | 14 to send configuration data to the device, as well as software update 119 to be carefully selected. It may also be possible to send these log 373 locally, or send to a service.
|
/Zephyr-latest/drivers/ethernet/ |
D | eth_w5500.c | 468 .send = w5500_tx,
|
D | eth_dwmac.c | 623 .send = dwmac_send,
|
/Zephyr-latest/doc/connectivity/networking/api/ |
D | coap.rst | 137 /* send over sockets */
|
/Zephyr-latest/include/zephyr/net/ |
D | ethernet.h | 587 int (*send)(const struct device *dev, struct net_pkt *pkt); member
|
1...<<11121314151617181920>>...23