Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/usr.bin/netstat add few icmp type names.



details:   https://anonhg.NetBSD.org/src/rev/7f35c1119d96
branches:  trunk
changeset: 507353:7f35c1119d96
user:      itojun <itojun%NetBSD.org@localhost>
date:      Tue Mar 20 17:00:08 2001 +0000

description:
add few icmp type names.
http://www.isi.edu/in-notes/iana/assignments/icmp-parameters

diffstat:

 usr.bin/netstat/inet.c |  10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

diffs (33 lines):

diff -r 6467971964f3 -r 7f35c1119d96 usr.bin/netstat/inet.c
--- a/usr.bin/netstat/inet.c    Tue Mar 20 16:05:42 2001 +0000
+++ b/usr.bin/netstat/inet.c    Tue Mar 20 17:00:08 2001 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: inet.c,v 1.43 2001/03/02 04:26:11 itojun Exp $ */
+/*     $NetBSD: inet.c,v 1.44 2001/03/20 17:00:08 itojun Exp $ */
 
 /*
  * Copyright (c) 1983, 1988, 1993
@@ -38,7 +38,7 @@
 #if 0
 static char sccsid[] = "from: @(#)inet.c       8.4 (Berkeley) 4/20/94";
 #else
-__RCSID("$NetBSD: inet.c,v 1.43 2001/03/02 04:26:11 itojun Exp $");
+__RCSID("$NetBSD: inet.c,v 1.44 2001/03/20 17:00:08 itojun Exp $");
 #endif
 #endif /* not lint */
 
@@ -410,11 +410,11 @@
        "destination unreachable",
        "source quench",
        "routing redirect",
-       "#6",
+       "alternate host address",
        "#7",
        "echo",
-       "#9",
-       "#10",
+       "router advertisement",
+       "router solicitation",
        "time exceeded",
        "parameter problem",
        "time stamp",



Home | Main Index | Thread Index | Old Index