Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 10 Jun 2009 11:15:05 GMT
From:      Gabor Pali <pgj@FreeBSD.org>
To:        Perforce Change Reviews <perforce@FreeBSD.org>
Subject:   PERFORCE change 163969 for review
Message-ID:  <200906101115.n5ABF5jI042656@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=163969

Change 163969 by pgj@petymeg-current on 2009/06/10 11:14:22

	Fix ipproto

Affected files ...

.. //depot/projects/soc2009/pgj_libstat/src/lib/libnetstat/netstat.c#12 edit

Differences ...

==== //depot/projects/soc2009/pgj_libstat/src/lib/libnetstat/netstat.c#12 (text+ko) ====

@@ -49,8 +49,8 @@
     { "#0", "stream", "dgram", "raw", "rdm", "seqpacket" }; 
 
 static const char *const ipproto[] =
-    { "hopopts", "igmp", "tcp", "ggp", "ipv4", "ipip", "st", "egp", "pgip",
-      "rccmon", "nvpii", "pup", "argus", "emcon", "xnet", "chaos", "udp" };
+    { "#0", "#1", "#2", "#3", "#4", "#5", "tcp", "#7", "#8", "#9", "#10",
+      "#11", "#12", "#13", "#14", "#15", "#16", "udp" };
 
 static int
 net_local_pcblist_sysctl(int type, struct socket_type_list *list)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200906101115.n5ABF5jI042656>