Home | History | Annotate | Download | only in src

Lines Matching full:remote_bytes_per_send

367 double        remote_bytes_per_send;
586 REMOTE_BYTES_PER_SEND,
1137 case REMOTE_BYTES_PER_SEND:
1138 return "REMOTE_BYTES_PER_SEND";
2094 set_output_elt(REMOTE_BYTES_PER_SEND, "Remote", "Bytes", "Per", "Send",
2095 "%.2f", &remote_bytes_per_send, 1, 0, NETPERF_TYPE_DOUBLE);
4676 remote_bytes_per_send = (double) remote_bytes_sent /
4679 remote_bytes_per_send = 0.0;