Searched refs:datagram (Results 1 – 11 of 11) sorted by relevance
58 struct zperf_udp_datagram *datagram; in zperf_upload_fin() local70 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() local213 datagram = (struct zperf_udp_datagram *)sample_packet; in udp_upload()215 datagram->id = htonl(nb_packets); in udp_upload()[all …]
17 on any datagram-based transport like UDP, ZigBee or even a plain UART
110 struct ndp16_datagram datagram[]; member552 ndp_datagram = (struct ndp16_datagram *)&ndp->datagram[0]; in cdc_ncm_acl_out_cb()
74 E.g. for DTLS, payload size is limited by UDP datagram size, and
63 implemented. Both blocking and non-blocking datagram (UDP) and stream (TCP)
193 send all of the data in a single datagram, therefore all data provided
843 * :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 segfault1031 * :github:`16483` - net: ipv6: udp: Zephyr replies to datagram with illegal checksum 01051 * :github:`16375` - net: ipv4: udp: Zephyr does not reply to a valid datagram with checksum zero
126 * :github:`16375` - net: ipv4: udp: Zephyr does not reply to a valid datagram with checksum zero181 * :github:`17427` - net: IPv4/UDP datagram with zero src addr and TTL causes Zephyr to segfault182 * :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 zero379 * :github:`17427` - net: IPv4/UDP datagram with zero src addr and TTL causes Zephyr to segfault380 * :github:`17450` - net: IPv6/UDP datagram with unspecified addr and zero hop limit causes Zephyr t…
1260 - :github:`45953` - modem: simcom-sim7080: sendmsg() should result in single outgoing datagram1307 * :github:`45948` - net: socket: dtls: sendmsg() should result in single outgoing datagram
915 * Fixed input filtering for connected datagram sockets.
2435 * :github:`45953` - modem: simcom-sim7080: sendmsg() should result in single outgoing datagram