Home
last modified time | relevance | path

Searched refs:tcpdump (Results 1 - 3 of 3) sorted by relevance

/third_party/ltp/testcases/network/tcp_cmds/tcpdump/
H A Dtcpdump01.sh19 # PURPOSE: To test the basic functionality of `tcpdump`.
33 tst_require_cmds tcpdump kill $ping_cmd
47 tst_resm TINFO "running tcpdump..."
48 tcpdump -n -i $(tst_iface) -c $numloops > $outfile 2>/dev/null
50 [ $? -ne 0 ] && tst_brkm TBROK "problems trying to launch tcpdump"
/third_party/libcoap/examples/
H A Detsi_coaptest.sh7 tcpdump=/usr/sbin/tcpdump
46 echo "-i interface to use for tcpdump" 1>&2
110 # interface tcpdump listens on
125 # directory tcpdump writes the logfiles into
177 # the interface for tcpdump is mandatory
H A Detsi_testcases.sh6 tcpdumpcmd="$tcpdump -i $INTERFACE host $SERVERADDRESS and (udp port $SERVERPORT or icmp) -s0 -n -w $logfile"
14 # wait until tcpdump is ready to write
21 echo "tcpdump started"
31 echo "tcpdump failed."

Completed in 2 milliseconds