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

  /external/netperf/src/
nettest_unix.c 856 if (recv_width == 0) {
857 recv_width = (lsr_size/recv_size) + 1;
858 if (recv_width == 1) recv_width++;
861 recv_ring = allocate_buffer_ring(recv_width,
    [all...]
netsh.h 164 extern int recv_width;
nettest_sdp.c     [all...]
nettest_sctp.c     [all...]
nettest_omni.c     [all...]
nettest_bsd.h 64 uint32_t recv_width; /* number of recv buffers to use */ member in struct:omni_request_struct
104 int32_t recv_width; member in struct:omni_response_struct
nettest_xti.c     [all...]
nettest_bsd.c     [all...]
netsh.c 203 int recv_width; variable
869 recv_width = convert(arg2);
    [all...]

Completed in 231 milliseconds