aboutsummaryrefslogtreecommitdiff
path: root/sbin
diff options
context:
space:
mode:
authorMatthew N. Dodd <mdodd@FreeBSD.org>2003-03-25 20:15:01 +0000
committerMatthew N. Dodd <mdodd@FreeBSD.org>2003-03-25 20:15:01 +0000
commitb88dc3353a39df9d04449129a1dd1abd466f59bf (patch)
tree79e8f02ef1b780c1eba4056a9cac1f3b4276c150 /sbin
parent7908a1d47755767553984406c5035540ca8508ae (diff)
Notes
Diffstat (limited to 'sbin')
-rw-r--r--sbin/atm/ilmid/ilmid.c21
1 files changed, 18 insertions, 3 deletions
diff --git a/sbin/atm/ilmid/ilmid.c b/sbin/atm/ilmid/ilmid.c
index 612d1303cce35..3b195bf2a5cef 100644
--- a/sbin/atm/ilmid/ilmid.c
+++ b/sbin/atm/ilmid/ilmid.c
@@ -92,7 +92,15 @@ __RCSID("@(#) $FreeBSD$");
#define ASN_IPADDR 0x40
#define ASN_TIMESTAMP 0x43
-static char *Var_Types[] = { "", "", "ASN_INTEGER", "", "ASN_OCTET", "ASN_NULL", "ASN_OBJID" };
+static char *Var_Types[] = {
+ "",
+ "",
+ "ASN_INTEGER",
+ "",
+ "ASN_OCTET",
+ "ASN_NULL",
+ "ASN_OBJID"
+};
/*
* Define SNMP PDU types
@@ -103,8 +111,15 @@ static char *Var_Types[] = { "", "", "ASN_INTEGER", "", "ASN_OCTET", "ASN_NULL",
#define PDU_TYPE_SET 0xA3
#define PDU_TYPE_TRAP 0xA4
-static char *PDU_Types[] = { "GET REQUEST", "GETNEXT REQUEST", "GET RESPONSE", "SET REQUEST",
- "TRAP" };
+static char *PDU_Types[] = {
+ "GET REQUEST",
+ "GETNEXT REQUEST",
+ "GET RESPONSE",
+ "SET REQUEST",
+ "TRAP",
+ " ?? ",
+ " ??? "
+};
/*
* Define TRAP codes