]> git.saurik.com Git - apple/network_cmds.git/blobdiff - netstat.tproj/netstat.h
network_cmds-596.tar.gz
[apple/network_cmds.git] / netstat.tproj / netstat.h
index dd78e0b1fb275ad352026d5b47de11fd4f9fb63b..0b9e6c396b7fa43200b60525e2150d2e3d42b671 100644 (file)
@@ -72,9 +72,7 @@ extern int    bflag;  /* show i/f total bytes in/out */
 extern int     cflag;  /* show specific classq */
 extern int     dflag;  /* show i/f dropped packets */
 extern int     Fflag;  /* show i/f forwarded packets */
-#if defined(__APPLE__) && !TARGET_OS_EMBEDDED
 extern int     gflag;  /* show group (multicast) routing or stats */
-#endif
 extern int     iflag;  /* show interfaces */
 extern int     lflag;  /* show routing table with use and ref */
 extern int     Lflag;  /* show size of listen queues */
@@ -90,6 +88,7 @@ extern int    Wflag;  /* wide display */
 extern int     qflag;  /* Display ifclassq stats */
 extern int     Qflag;  /* Display opportunistic polling stats */
 extern int     xflag;  /* show extended link-layer reachability information */
+extern int     zflag;  /* show only entries with non zero rtt metrics */
 
 extern int     cq;     /* send classq index (-1 for all) */
 extern int     interval; /* repeat interval for i/f stats */