HomeSort by relevance Sort by last modified time
    Searched refs:send_size (Results 1 - 11 of 11) sorted by null

  /external/valgrind/coregrind/m_mach/
mach_msg.c 53 mach_msg_size_t send_size,
60 mach_msg(msg, option, send_size, rcv_size, rcv_name, timeout, notify)
63 mach_msg_size_t send_size;
84 send_size, rcv_size, rcv_name,
93 send_size, rcv_size, rcv_name,
  /external/netperf/
nettest_sdp.h 116 int send_size; /* how many bytes do we want netserver to send member in struct:sdp_maerts_request_struct
142 int send_size; member in struct:sdp_maerts_response_struct
nettest_sdp.c 318 if (send_size == 0) {
320 send_size = lss_size;
323 send_size = 4096;
332 /* send_size is bigger than the socket size, so we must check... the */
336 send_width = (lss_size/send_size) + 1;
346 send_size,
516 send_size,
533 send_size,
534 0)) != send_size) {
544 local_bytes_sent += send_size;
    [all...]
nettest_bsd.c 172 send_size, /* how big are individual sends */
171 send_size, \/* how big are individual sends *\/ variable
    [all...]
nettest_unix.c 95 send_size, /* how big are individual sends */
134 send_size = 0;
331 if (send_size == 0) {
333 send_size = lss_size;
336 send_size = 4096;
345 /* send_size is bigger than the socket size, so we must check... the */
349 send_width = (lss_size/send_size) + 1;
354 send_size,
501 send_size,
502 0)) != send_size) {
94 send_size, \/* how big are individual sends *\/ variable
    [all...]
nettest_dlpi.c 62 send_size, /* how big are individual sends */
260 /* we should pick a default send_size, it should not be larger than */
266 if (send_size == 0) {
267 send_size = 1024;
280 /* send_size is bigger than the socket size, so we must check... the */
284 send_width = (lsw_size/send_size) + 1;
289 send_size,
293 send_message.maxlen = send_size;
294 send_message.len = send_size;
490 bytes_remaining -= send_size;
61 send_size, \/* how big are individual sends *\/ variable
    [all...]
nettest_bsd.h 73 int send_size; /* how many bytes do we want netserver to send member in struct:tcp_maerts_request_struct
99 int send_size; member in struct:tcp_maerts_response_struct
400 send_size, /* how big are individual sends */
nettest_sctp.c 490 if (send_size == 0) {
492 send_size = lss_size;
495 send_size = 4096;
504 /* send_size is bigger than the socket size, so we must check... the */
508 send_width = (lss_size/send_size) + 1;
518 send_size,
556 test_bytes = send_size * msg_count;
727 send_ring->buffer_ptr, send_size,
729 0, 0, 0, 0, 0)) != send_size) {
753 units_this_tick += send_size;
    [all...]
nettest_xti.c 87 send_size, /* how big are individual sends */
679 if (send_size == 0) {
681 send_size = lss_size;
684 send_size = 4096;
693 /* send_size is bigger than the socket size, so we must check... the */
698 send_width = (lss_size/send_size) + 1;
708 send_size,
908 send_size,
921 send_size,
922 0)) != send_size) {
86 send_size, \/* how big are individual sends *\/ variable
    [all...]
  /external/lldb/source/Plugins/Process/gdb-remote/
GDBRemoteCommunicationClient.cpp     [all...]
GDBRemoteCommunicationClient.h 323 SendSpeedTestPacket (uint32_t send_size,

Completed in 94 milliseconds