Home
last modified time | relevance | path

Searched refs:netstat (Results 1 – 20 of 20) 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.sh42 exists netstat
61 if ! netstat $flag 1>/dev/null 2>&1; then
/third_party/uboot/u-boot-2020.01/drivers/net/
Dat91_emac.c104 unsigned long netstat; in at91emac_read() local
113 netstat = readl(&at91mac->sr); in at91emac_read()
114 debug_cond(DEBUG_AT91PHY, "poll SR %08lx\n", netstat); in at91emac_read()
115 } while (!(netstat & AT91_EMAC_SR_IDLE)); in at91emac_read()
130 unsigned long netstat; in at91emac_write() local
142 netstat = readl(&at91mac->sr); in at91emac_write()
143 debug_cond(DEBUG_AT91PHY, "poll SR %08lx\n", netstat); in at91emac_write()
144 } while (!(netstat & AT91_EMAC_SR_IDLE)); in at91emac_write()
Dmacb.c172 unsigned long netstat; in macb_mdio_write() local
188 netstat = macb_readl(macb, NSR); in macb_mdio_write()
189 } while (!(netstat & MACB_BIT(IDLE))); in macb_mdio_write()
199 unsigned long netstat; in macb_mdio_read() local
214 netstat = macb_readl(macb, NSR); in macb_mdio_read()
215 } while (!(netstat & MACB_BIT(IDLE))); in macb_mdio_read()
/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/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/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/
DNEWS24985 - bpo-17293: uuid.getnode() now determines MAC address on AIX using netstat.
DHISTORY1150 - Issue #17293: uuid.getnode() now determines MAC address on AIX using netstat.