Searched refs:netstat (Results 1 – 20 of 20) sorted by relevance
/third_party/ltp/testcases/network/multicast/mc_member/ |
D | mc_member.sh | 41 tst_require_cmds netstat 94 netstat -gn | grep $agroup 105 netstat -gn | grep $agroup
|
/third_party/ltp/testcases/network/tcp_cmds/netstat/ |
D | netstat01.sh | 42 exists netstat 61 if ! netstat $flag 1>/dev/null 2>&1; then
|
/third_party/uboot/u-boot-2020.01/drivers/net/ |
D | at91_emac.c | 104 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()
|
D | macb.c | 172 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/ |
D | mc_commo.sh | 39 tst_require_cmds netstat pgrep 61 netstat -ng | grep -q $GROUP_ADDR || \
|
/third_party/curl/docs/cmdline-opts/ |
D | abstract-unix-socket.d | 9 Note: netstat shows the path of an abstract socket prefixed with '@', however
|
/third_party/ltp/testcases/network/stress/ns-tools/ |
D | find_portbundle | 80 netstat -a -n ${proto_opt} \
|
/third_party/ltp/runtest/ |
D | net.tcp_cmds | 11 netstat netstat01.sh
|
/third_party/mksh/ |
D | .mkshrc | 10 for i in arp cpup dhclient dns format hwi ipdebug lsfd memcheck netstat oom partinfo partition ping…
|
/third_party/toybox/ |
D | BUILD.gn | 51 "toys/net/netstat.c", 349 "bin/netstat", 494 "toys/net/netstat.c", 819 "netstat",
|
/third_party/grpc/tools/run_tests/performance/ |
D | README.md | 98 $ netstat -tulpn | grep <driver_port> # to get pid of worker
|
/third_party/toybox/generated/ |
D | globals.h | 1448 struct netstat_data netstat; member
|
D | newtoys.h | 178 USE_NETSTAT(NEWTOY(netstat, "pWrxwutneal", TOYFLAG_BIN))
|
D | flags.h | 4998 #define TT this.netstat
|
/third_party/flutter/flutter/packages/flutter_tools/lib/src/fuchsia/ |
D | fuchsia_device.dart | 479 // netstat shows that the local port is actually being used on the IPv6
|
/third_party/flutter/flutter/packages/fuchsia_remote_debug_protocol/lib/src/ |
D | fuchsia_remote_connection.dart | 604 // netstat shows that the local port is actually being used on the IPv6
|
/third_party/FreeBSD/ |
D | UPDATING | 377 netstat has been broken to allow 32-bit binaries to work on
|
/third_party/gettext/gettext-tools/tests/ |
D | mm-viet.comp.po | 26777 #: ../gnome-netinfo/netstat.c:687 ../src/lib/FeedPropertiesDialog.py:92 31393 #: ../src/netstat.c:443 ../gnome-netinfo/netstat.c:403
|
/third_party/python/Misc/ |
D | NEWS | 24985 - bpo-17293: uuid.getnode() now determines MAC address on AIX using netstat.
|
D | HISTORY | 1150 - Issue #17293: uuid.getnode() now determines MAC address on AIX using netstat.
|