Searched refs:stat_hdr (Results 1 – 1 of 1) sorted by relevance
60 struct zperf_server_hdr *stat_hdr; in build_reply() local65 stat_hdr = (struct zperf_server_hdr *)&buf[pos]; in build_reply()67 stat_hdr->flags = htonl(stat->flags); in build_reply()68 stat_hdr->total_len1 = htonl(stat->total_len1); in build_reply()69 stat_hdr->total_len2 = htonl(stat->total_len2); in build_reply()70 stat_hdr->stop_sec = htonl(stat->stop_sec); in build_reply()71 stat_hdr->stop_usec = htonl(stat->stop_usec); in build_reply()72 stat_hdr->error_cnt = htonl(stat->error_cnt); in build_reply()73 stat_hdr->outorder_cnt = htonl(stat->outorder_cnt); in build_reply()74 stat_hdr->datagrams = htonl(stat->datagrams); in build_reply()[all …]