1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24
|
Index: freebsd-utils-jessie/src/usr.bin/netstat/netstat.h
===================================================================
--- freebsd-utils-jessie.orig/src/usr.bin/netstat/netstat.h
+++ freebsd-utils-jessie/src/usr.bin/netstat/netstat.h
@@ -32,6 +32,19 @@
#include <sys/cdefs.h>
+
+
+
+
+
+/* Only used internally, so can be outside the range of valid IP protocols. */
+#define IPPROTO_DIVERT 258 /* divert pseudo-protocol */
+
+
+
+
+
+
extern int Aflag; /* show addresses of protocol control block */
extern int aflag; /* show all sockets (including servers) */
extern int bflag; /* show i/f total bytes in/out */
|