Home
last modified time | relevance | path

Searched refs:netstat (Results 1 – 19 of 19) 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/curl/docs/cmdline-opts/
Dabstract-unix-socket.d9 Note: netstat shows the path of an abstract socket prefixed with '@', however
/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/mindspore/tests/ut/python/cachetests/
Dcachetest_args.sh127 …port=$(netstat -ntp | grep -v '::' | awk '{print $4}' | grep -E '^[[:digit:]]+' | awk -F: '{print …
/third_party/toybox/
DBUILD.gn51 "toys/net/netstat.c",
349 "bin/netstat",
494 "toys/net/netstat.c",
819 "netstat",
/third_party/grpc/tools/run_tests/performance/
DREADME.md98 $ netstat -tulpn | grep <driver_port> # to get pid of worker
/third_party/toybox/generated/
Dglobals.h1448 struct netstat_data netstat; member
Dnewtoys.h178 USE_NETSTAT(NEWTOY(netstat, "pWrxwutneal", TOYFLAG_BIN))
Dflags.h4998 #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/
DUPDATING377 netstat has been broken to allow 32-bit binaries to work on
/third_party/gettext/gettext-tools/tests/
Dmm-viet.comp.po26777 #: ../gnome-netinfo/netstat.c:687 ../src/lib/FeedPropertiesDialog.py:92
31393 #: ../src/netstat.c:443 ../gnome-netinfo/netstat.c:403
/third_party/python/Misc/
DHISTORY1150 - Issue #17293: uuid.getnode() now determines MAC address on AIX using netstat.