Home
last modified time | relevance | path

Searched refs:netstat (Results 1 – 15 of 15) sorted by relevance

/third_party/ltp/testcases/network/multicast/mc_member/
Dmc_member.sh41 tst_require_cmds netstat
94 netstat -gn | grep $agroup
105 netstat -gn | grep $agroup
/third_party/ltp/testcases/network/tcp_cmds/netstat/
Dnetstat01.sh18 if netstat $flag 2>&1 | grep -q "invalid option"; then
21 EXPECT_PASS netstat $flag \>/dev/null
/third_party/ltp/testcases/network/multicast/mc_commo/
Dmc_commo.sh39 tst_require_cmds netstat pgrep
61 netstat -ng | grep -q $GROUP_ADDR || \
/third_party/ltp/testcases/network/stress/ns-tools/
Dfind_portbundle80 netstat -a -n ${proto_opt} \
/third_party/ltp/runtest/
Dnet.tcp_cmds11 netstat netstat01.sh
/third_party/mksh/
D.mkshrc10 for i in arp cpup dhclient dns format hwi ipdebug lsfd memcheck netstat oom partinfo partition ping…
/third_party/toybox/
DBUILD.gn51 "toys/net/netstat.c",
352 "bin/netstat",
539 "toys/net/netstat.c",
865 "netstat",
/third_party/toybox/generated/
Dnewtoys.h182 USE_NETSTAT(NEWTOY(netstat, "pWrxwutneal", TOYFLAG_BIN))
Dglobals.h1504 struct netstat_data netstat; member
Dflags.h5144 #define TT this.netstat
/third_party/flutter/flutter/packages/flutter_tools/lib/src/fuchsia/
Dfuchsia_device.dart479 // netstat shows that the local port is actually being used on the IPv6
/third_party/flutter/flutter/packages/fuchsia_remote_debug_protocol/lib/src/
Dfuchsia_remote_connection.dart604 // netstat shows that the local port is actually being used on the IPv6
/third_party/python/Misc/NEWS.d/
D3.5.0a1.rst1564 uuid.getnode() now determines MAC address on AIX using netstat. Based on
/third_party/FreeBSD/
DUPDATING841 netstat has been broken to allow 32-bit binaries to work on
/third_party/python/Misc/
DHISTORY1150 - Issue #17293: uuid.getnode() now determines MAC address on AIX using netstat.