Home
last modified time | relevance | path

Searched refs:total_len1 (Results 1 – 3 of 3) sorted by relevance

/Zephyr-latest/subsys/net/lib/zperf/
Dzperf_internal.h75 int32_t total_len1; member
Dzperf_udp_receiver.c68 stat_hdr->total_len1 = htonl(stat->total_len1); in build_reply()
164 session->stat.total_len1 = session->length >> 32; in udp_received()
Dzperf_udp_uploader.c41 results->total_len = (((uint64_t)ntohl(UNALIGNED_GET(&stat->total_len1))) << 32) + in zperf_upload_decode_stat()