Searched refs:netstat (Results 1 – 15 of 15) sorted by relevance
/external/ipsec-tools/src/racoon/samples/roadwarrior/client/ |
D | phase1-down.sh | 11 DEFAULT_GW=`netstat -rn | awk '($1 == "default"){print $2}'` 14 DEFAULT_GW=`netstat -rn | awk '($1 == "0.0.0.0"){print $2}'` 34 if=`netstat -rn|awk '($1 == "default"){print $7}'` 41 if=`netstat -rn|awk '($1 == "0.0.0.0"){print $8}'`
|
D | phase1-up.sh | 10 DEFAULT_GW=`netstat -rn | awk '($1 == "default"){print $2}'` 13 DEFAULT_GW=`netstat -rn | awk '($1 == "0.0.0.0"){print $2}'` 35 if=`netstat -rn|awk '($1 == "default"){print $7}'` 42 if=`netstat -rn|awk '($1 == "0.0.0.0"){print $8}'`
|
/external/chromium-trace/catapult/telemetry/telemetry/core/ |
D | cros_interface.py | 427 netstat = self.RunCmdOnDevice(['netstat', '-ant']) 428 netstat = netstat[0].split('\n') 431 for line in netstat[2:]:
|
/external/netperf/doc/examples/ |
D | runemomniaggdemo.sh | 241 netstat -rn 2>&1 > netstat.txt
|
/external/libvncserver/webclients/java-applet/ssl/ |
D | ss_vncviewer | 728 inuse=`netstat -ant | egrep 'LISTEN|WAIT|ESTABLISH|CLOSE' | awk '{print $4}' | sed 's/^.*://'` 730 …inuse=`netstat -an -f inet -P tcp | egrep 'LISTEN|WAIT|ESTABLISH|CLOSE' | awk '{print $1}' | sed '… 732 …inuse=`netstat -ant -f inet | egrep 'LISTEN|WAIT|ESTABLISH|CLOSE' | awk '{print $4}' | sed 's/^.*\… 3134 if netstat -ant | grep LISTEN | grep "127.0.0.1:$use" > /dev/null; then 3138 if netstat -an -f inet -P tcp | grep LISTEN | grep "127.0.0.1.$use" > /dev/null; then 3142 if netstat -ant -f inet | grep LISTEN | grep "127.0.0.1.$use" > /dev/null; then
|
/external/iproute2/doc/ |
D | ss.sgml | 10 Functionally it is NOT better than <tt/netstat/ combined 15 netstat is still not able to do, but surely will soon. 21 When amount of sockets is enough large, <tt/netstat/ or even 33 like <tt/netstat/, well, a bit faster yet (see section "Some numbers"). 38 In the simplest form <tt/ss/ is equivalent to netstat 51 Etc. etc. etc. Seems, all the options of netstat related to sockets 515 <item> <tt/netstat -at/ - 15.6 seconds
|
/external/toybox/ |
D | Android.mk | 142 toys/pending/netstat.c \ 305 netstat \
|
/external/toybox/generated/ |
D | globals.h | 1377 struct netstat_data netstat; member
|
D | newtoys.h | 154 USE_NETSTAT(NEWTOY(netstat, "pWrxwutneal", TOYFLAG_BIN))
|
D | flags.h | 4419 #define TT this.netstat
|
/external/netperf/doc/ |
D | netperf.texi | 1365 On many platforms, some variant on the @command{netstat} command can 1369 netstat -p tcp 1375 netstat -s 1383 netstat -p tcp > before 1385 netstat -p tcp > after 1414 While it was written with HP-UX's netstat in mind, the 1416 netstat} writeup may be helpful with other platforms as well. 2730 and of course one could instead use @code{netstat}. 2748 Just for grins, here is the exercise repeated, using @code{netstat} 2752 netstat -s -t > before [all …]
|
D | netperf.info | 1282 On many platforms, some variant on the `netstat' command can be used 1285 netstat -p tcp 1289 netstat -s 1295 netstat -p tcp > before 1297 netstat -p tcp > after 1320 While it was written with HP-UX's netstat in mind, the annotated 1321 netstat 2586 and of course one could instead use `netstat'. 2604 Just for grins, here is the exercise repeated, using `netstat' 2607 netstat -s -t > before [all …]
|
/external/iputils/doc/ |
D | ping.sgml | 615 <citerefentry><refentrytitle/netstat/<manvolnum/1/</citerefentry>,
|
/external/chromium-trace/catapult/third_party/gsutil/ |
D | CHANGES.md | 231 - Fixed a bug where perfdiag would fail if netstat was not available.
|
/external/selinux/sepolgen/tests/test_data/ |
D | httpd.log | 3767 type=AVC msg=audit(1163773231.640:11517): avc: denied { search } for pid=8312 comm="netstat" nam… 3768 type=AVC msg=audit(1163773231.640:11517): avc: denied { search } for pid=8312 comm="netstat" nam… 3769 …uid=500 fsuid=500 egid=500 sgid=500 fsgid=500 tty=(none) comm="netstat" exe="/bin/netstat" subj=st… 9849 type=AVC msg=audit(1163790309.540:14128): avc: denied { search } for pid=18607 comm="netstat" na… 9850 type=AVC msg=audit(1163790309.540:14128): avc: denied { search } for pid=18607 comm="netstat" na… 9851 …uid=500 fsuid=500 egid=500 sgid=500 fsgid=500 tty=(none) comm="netstat" exe="/bin/netstat" subj=st…
|