Searched refs:netstat (Results 1 - 10 of 10) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/src/router/iputils/racoon/doc/
H A Dracoonquestion.sh30 netstat -rn >/tmp/racoonbug/netstat.$$
34 shar spd.$$ sad.$$ ifconfig.$$ netstat.$$ logfile.$$ conffile.$$ | mail sakane@kame.net
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/demos/tunala/
H A Dtest.sh21 L1=`netstat -a | egrep "LISTEN[\t ]*$" | grep ":$CLIENT_PORT"`
22 L2=`netstat -a | egrep "LISTEN[\t ]*$" | grep ":$SERVER_PORT"`
44 L1=`netstat -a | egrep "LISTEN[\t ]*$" | grep ":$CLIENT_PORT"`
45 L2=`netstat -a | egrep "LISTEN[\t ]*$" | grep ":$SERVER_PORT"`
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/demos/tunala/
H A Dtest.sh21 L1=`netstat -a | egrep "LISTEN[\t ]*$" | grep ":$CLIENT_PORT"`
22 L2=`netstat -a | egrep "LISTEN[\t ]*$" | grep ":$SERVER_PORT"`
44 L1=`netstat -a | egrep "LISTEN[\t ]*$" | grep ":$CLIENT_PORT"`
45 L2=`netstat -a | egrep "LISTEN[\t ]*$" | grep ":$SERVER_PORT"`
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/demos/tunala/
H A Dtest.sh21 L1=`netstat -a | egrep "LISTEN[\t ]*$" | grep ":$CLIENT_PORT"`
22 L2=`netstat -a | egrep "LISTEN[\t ]*$" | grep ":$SERVER_PORT"`
44 L1=`netstat -a | egrep "LISTEN[\t ]*$" | grep ":$CLIENT_PORT"`
45 L2=`netstat -a | egrep "LISTEN[\t ]*$" | grep ":$SERVER_PORT"`
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iproute2/misc/
H A Dnetbug24 cat /proc/net/netstat > $tmppath/net/netstat
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openvpn-2.3.1/tests/
H A Dt_client.sh103 LANG=C netstat -rn -4 -6
109 netstat -rn | awk '$3 !~ /^UHL/ { print $1,$2,$3,$NF }'
116 netstat -rn | awk '$3 !~ /^UHL/ { print $1,$2,$3,$NF }'
122 netstat -rn | awk '$3 !~ /^UHL/ { print $1,$2,$3,$6 }'
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/
H A D3c505.h234 struct Netstat netstat; member in union:__anon12407::__anon12408
H A D3c505.c783 dev->stats.rx_packets += adapter->irx_pcb.data.netstat.tot_recv;
784 dev->stats.tx_packets += adapter->irx_pcb.data.netstat.tot_xmit;
785 dev->stats.rx_crc_errors += adapter->irx_pcb.data.netstat.err_CRC;
786 dev->stats.rx_frame_errors += adapter->irx_pcb.data.netstat.err_align;
787 dev->stats.rx_fifo_errors += adapter->irx_pcb.data.netstat.err_ovrrun;
788 dev->stats.rx_over_errors += adapter->irx_pcb.data.netstat.err_res;
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/include/
H A Dapplets.h241 USE_NETSTAT(APPLET(netstat, _BB_DIR_BIN, _BB_SUID_NEVER))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openvpn-2.3.1/
H A Dconfigure1583 NETSTAT path to netstat utility
5795 for ac_prog in netstat
5837 test -n "$NETSTAT" || NETSTAT="netstat"

Completed in 133 milliseconds