Home
last modified time | relevance | path

Searched refs:freq_buf (Results 1 – 2 of 2) sorted by relevance

/external/iperf3/src/
Diperf_tcp.c559 char freq_buf[sizeof(struct in6_flowlabel_req)]; in iperf_tcp_connect() local
560 struct in6_flowlabel_req *freq = (struct in6_flowlabel_req *)freq_buf; in iperf_tcp_connect()
/external/iputils/
Dping6.c1212 char freq_buf[CMSG_ALIGN(sizeof(struct in6_flowlabel_req)) + cmsglen]; in main() local
1213 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()