Home
last modified time | relevance | path

Searched refs:ntohd (Results 1 – 5 of 5) sorted by relevance

/external/netperf/src/
Dnetlib.h595 extern double ntohd(double net_double);
Dnettest_sdp.c640 bytes_sent = ntohd(sdp_stream_result->bytes_received); in send_sdp_stream()
1347 bytes_sent = ntohd(sdp_maerts_result->bytes_sent); in send_sdp_maerts()
Dnettest_sctp.c839 bytes_sent = ntohd(sctp_stream_result->bytes_received); in send_sctp_stream()
1997 bytes_sent = ntohd(sctp_stream_result->bytes_received); in send_sctp_stream_1toMany()
Dnettest_bsd.c2195 bytes_sent = ntohd(tcp_stream_result->bytes_received); in send_tcp_stream()
2922 bytes_sent = ntohd(tcp_maerts_result->bytes_sent); in send_tcp_maerts()
3885 bytes_sent = ntohd(tcp_stream_result->bytes_received); in send_exs_tcp_stream()
4650 bytes_sent = ntohd(tcp_stream_result->bytes_received);
Dnetlib.c607 ntohd(double net_double) in ntohd() function