Home
last modified time | relevance | path

Searched refs:datagram (Results 1 – 11 of 11) sorted by relevance

/Zephyr-latest/subsys/net/lib/zperf/
Dzperf_udp_uploader.c58 struct zperf_udp_datagram *datagram; in zperf_upload_fin() local
70 datagram = (struct zperf_udp_datagram *)sample_packet; in zperf_upload_fin()
73 datagram->id = htonl(-nb_packets); in zperf_upload_fin()
74 datagram->tv_sec = htonl(secs); in zperf_upload_fin()
75 datagram->tv_usec = htonl(usecs); in zperf_upload_fin()
78 sizeof(*datagram)); in zperf_upload_fin()
89 sizeof(*datagram) - sizeof(*hdr); in zperf_upload_fin()
180 struct zperf_udp_datagram *datagram; in udp_upload() local
213 datagram = (struct zperf_udp_datagram *)sample_packet; in udp_upload()
215 datagram->id = htonl(nb_packets); in udp_upload()
[all …]
/Zephyr-latest/samples/net/mqtt_sn_publisher/
DREADME.rst17 on any datagram-based transport like UDP, ZigBee or even a plain UART
/Zephyr-latest/subsys/usb/device_next/class/
Dusbd_cdc_ncm.c110 struct ndp16_datagram datagram[]; member
552 ndp_datagram = (struct ndp16_datagram *)&ndp->datagram[0]; in cdc_ncm_acl_out_cb()
/Zephyr-latest/modules/mbedtls/
DKconfig74 E.g. for DTLS, payload size is limited by UDP datagram size, and
/Zephyr-latest/doc/connectivity/networking/
Doverview.rst63 implemented. Both blocking and non-blocking datagram (UDP) and stream (TCP)
/Zephyr-latest/subsys/net/lib/sockets/
DKconfig193 send all of the data in a single datagram, therefore all data provided
/Zephyr-latest/doc/releases/
Drelease-notes-2.0.rst843 * :github:`17450` - net: IPv6/UDP datagram with unspecified addr and zero hop limit causes Zephyr t…
845 * :github:`17427` - net: IPv4/UDP datagram with zero src addr and TTL causes Zephyr to segfault
1031 * :github:`16483` - net: ipv6: udp: Zephyr replies to datagram with illegal checksum 0
1051 * :github:`16375` - net: ipv4: udp: Zephyr does not reply to a valid datagram with checksum zero
Drelease-notes-1.14.rst126 * :github:`16375` - net: ipv4: udp: Zephyr does not reply to a valid datagram with checksum zero
181 * :github:`17427` - net: IPv4/UDP datagram with zero src addr and TTL causes Zephyr to segfault
182 * :github:`17450` - net: IPv6/UDP datagram with unspecified addr and zero hop limit causes Zephyr t…
325 * :github:`16375` - net: ipv4: udp: Zephyr does not reply to a valid datagram with checksum zero
379 * :github:`17427` - net: IPv4/UDP datagram with zero src addr and TTL causes Zephyr to segfault
380 * :github:`17450` - net: IPv6/UDP datagram with unspecified addr and zero hop limit causes Zephyr t…
Drelease-notes-3.1.rst1260 - :github:`45953` - modem: simcom-sim7080: sendmsg() should result in single outgoing datagram
1307 * :github:`45948` - net: socket: dtls: sendmsg() should result in single outgoing datagram
Drelease-notes-3.5.rst915 * Fixed input filtering for connected datagram sockets.
Drelease-notes-3.2.rst2435 * :github:`45953` - modem: simcom-sim7080: sendmsg() should result in single outgoing datagram