Home
last modified time | relevance | path

Searched refs:NPtcp (Results 1 – 9 of 9) sorted by relevance

/external/ltp/tools/netpipe-2.4-ipv6/
DMakefile13 TARGETS = NPtcp-ipv6
31 @ln -f NPtcp-ipv6 ../../testcases/bin
36 TCP: NPtcp-ipv6
39 NPtcp-ipv6: NPtcp.o TCP.o
40 $(CC) $(CFLAGS) NPtcp.o TCP.o -o NPtcp-ipv6 $(EXTRA_LIBS)
42 NPtcp.o: $(DRIV_SRC) $(INCLUDES)
43 $(CC) $(CFLAGS) -DTCP -c -o NPtcp.o $(DRIV_SRC)
DREADME79 corresponding to the executable files NPtcp, NPmpi, or NPpvm
86 Running NPtcp
90 "NPtcp -r". Run a NetPIPE sender on another computer by issuing the
91 command "NPtcp -t -h <receiver's address> -o <output file> -P" and any
249 clarify some instructions for NPtcp
/external/ltp/tools/netpipe-2.4/
DMakefile12 TARGETS = NPtcp
36 TCP: NPtcp
39 NPtcp: NPtcp.o TCP.o target
40 $(CC) $(CFLAGS) NPtcp.o TCP.o -o NPtcp $(EXTRA_LIBS)
42 NPtcp.o: $(DRIV_SRC) $(INCLUDES)
43 $(CC) $(CFLAGS) -DTCP -c -o NPtcp.o $(DRIV_SRC)
Dnetpipe.sh27 NPtcp -sar >/dev/null 2>/dev/null &
28 NPtcp -sth localhost >/dev/null 2>/dev/null
DREADME79 corresponding to the executable files NPtcp, NPmpi, or NPpvm
86 Running NPtcp
90 "NPtcp -r". Run a NetPIPE sender on another computer by issuing the
91 command "NPtcp -t -h <receiver's address> -o <output file> -P" and any
249 clarify some instructions for NPtcp
/external/autotest/server/tests/netpipe/
Dcontrol.srv15 buffer_size - Sets the send and receive TCP buffer sizes (from man NPtcp)
18 exceeds one second. (from man NPtcp)
25 perturbation_size to 0. (from man NPtcp)
Dcontrol.stress.srv17 buffer_size - Sets the send and receive TCP buffer sizes (from man NPtcp)
20 exceeds one second. (from man NPtcp)
27 perturbation_size to 0. (from man NPtcp)
/external/ltp/testscripts/
DrunEALtests.sh225 killall -9 NPtcp
/external/ltp/
Drunltplite.sh348 [ "$NETPIPE" -eq 1 ] && { killall -9 NPtcp ; }