Searched refs:freq_buf (Results 1 – 2 of 2) sorted by relevance
559 char freq_buf[sizeof(struct in6_flowlabel_req)]; in iperf_tcp_connect() local560 struct in6_flowlabel_req *freq = (struct in6_flowlabel_req *)freq_buf; in iperf_tcp_connect()
1212 char freq_buf[CMSG_ALIGN(sizeof(struct in6_flowlabel_req)) + cmsglen]; in main() local1213 struct in6_flowlabel_req *freq = (struct in6_flowlabel_req *)freq_buf; in main()1227 memcpy(freq_buf + CMSG_ALIGN(sizeof(*freq)), srcrt, srcrt->cmsg_len); in main()