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

  /external/netperf/
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_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_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_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_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...]
nettest_bsd.c 172 send_size, /* how big are individual sends */
171 send_size, \/* how big are individual sends *\/ variable
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/base/
socket_unittest.cc 984 int send_size = 0; local
    [all...]
  /external/chromium_org/third_party/webrtc/base/
socket_unittest.cc 967 int send_size = 0; local
    [all...]
  /external/chromium_org/third_party/usrsctp/usrsctplib/netinet/
sctp_structs.h 490 uint16_t send_size; member in struct:sctp_tmit_chunk
    [all...]
sctp_uio.h 832 uint32_t send_size; member in struct:sctp_rwnd_log
    [all...]

Completed in 293 milliseconds