OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:send_width
(Results
1 - 8
of
8
) sorted by null
/external/netperf/
netsh.h
108
extern int
send_width
;
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
348
if (
send_width
== 0) {
349
send_width
= (lss_size/send_size) + 1;
350
if (
send_width
== 1)
send_width
++;
353
send_ring = allocate_buffer_ring(
send_width
,
[
all
...]
nettest_bsd.c
[
all
...]
nettest_sctp.c
507
if (
send_width
== 0) {
508
send_width
= (lss_size/send_size) + 1;
509
if (
send_width
== 1)
send_width
++;
517
send_ring = allocate_buffer_ring(
send_width
,
[
all
...]
nettest_xti.c
697
if (
send_width
== 0) {
698
send_width
= (lss_size/send_size) + 1;
699
if (
send_width
== 1)
send_width
++;
707
send_ring = allocate_buffer_ring(
send_width
,
[
all
...]
nettest_dlpi.c
283
if (
send_width
== 0) {
284
send_width
= (lsw_size/send_size) + 1;
285
if (
send_width
== 1)
send_width
++;
288
send_ring = allocate_buffer_ring(
send_width
,
[
all
...]
netsh.c
214
int
send_width
;
variable
689
send_width
= convert(arg1);
Completed in 1885 milliseconds