Home
last modified time | relevance | path

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

/dports/benchmarks/iperf/iperf-2.1.4/include/
H A Dpayloads.h198 struct client_hdrext { struct
403 struct client_hdrext extend;
497 struct client_hdrext extend;
/dports/benchmarks/iperf/iperf-2.1.4/src/
H A DSettings.cpp2055 len += sizeof(struct client_hdrext); in Settings_GenerateClientHdr()
2147 len += sizeof(struct client_hdrext); in Settings_GenerateClientHdr()
2239 peeklen += sizeof(struct client_hdrext); in Settings_ClientTestHdrLen()
H A DServer.cpp697 …(struct UDP_datagram) + sizeof(struct client_hdr_v1) + sizeof(struct client_hdrext) + sizeof(stru… in udp_isoch_processing()