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

  /external/netperf/src/
nettest_sdp.c 335 if (send_width == 0) {
336 send_width = (lss_size/send_size) + 1;
337 if (send_width == 1) send_width++;
345 send_ring = allocate_buffer_ring(send_width,
    [all...]
nettest_unix.c 346 if (send_width == 0) {
347 send_width = (lss_size/send_size) + 1;
348 if (send_width == 1) send_width++;
351 send_ring = allocate_buffer_ring(send_width,
    [all...]
netsh.h 163 extern int send_width;
nettest_sctp.c 496 if (send_width == 0) {
497 send_width = (lss_size/send_size) + 1;
498 if (send_width == 1) send_width++;
506 send_ring = allocate_buffer_ring(send_width,
    [all...]
nettest_omni.c     [all...]
nettest_bsd.c     [all...]
nettest_bsd.h 57 uint32_t send_width; /* number of send buffers to use */ member in struct:omni_request_struct
108 int32_t send_width; member in struct:omni_response_struct
nettest_xti.c 696 if (send_width == 0) {
697 send_width = (lss_size/send_size) + 1;
698 if (send_width == 1) send_width++;
706 send_ring = allocate_buffer_ring(send_width,
    [all...]
nettest_dlpi.c 524 if (send_width == 0) {
525 send_width = (lsw_size/send_size) + 1;
526 if (send_width == 1) send_width++;
529 send_ring = allocate_buffer_ring(send_width,
    [all...]
netsh.c 202 int send_width; variable
867 send_width = convert(arg1);
    [all...]

Completed in 93 milliseconds