summaryrefslogtreecommitdiffstats
path: root/sys/contrib/ngatm/netnatm/msg
diff options
context:
space:
mode:
authorharti <harti@FreeBSD.org>2004-07-08 16:39:03 +0000
committerharti <harti@FreeBSD.org>2004-07-08 16:39:03 +0000
commit00f69125b45f694e103a426f35b5fe3ff9d8fd6e (patch)
tree29a9e343db4a0795cf22271dbbef08b55639dcc9 /sys/contrib/ngatm/netnatm/msg
parent03fc926fe65070b5cc0570b3cb1bffe8c3ef72d1 (diff)
downloadFreeBSD-src-00f69125b45f694e103a426f35b5fe3ff9d8fd6e.zip
FreeBSD-src-00f69125b45f694e103a426f35b5fe3ff9d8fd6e.tar.gz
Virgin import of NgATM share kernel/user part 1.0
Diffstat (limited to 'sys/contrib/ngatm/netnatm/msg')
-rw-r--r--sys/contrib/ngatm/netnatm/msg/geniec.awk2
-rw-r--r--sys/contrib/ngatm/netnatm/msg/genieh.awk2
-rw-r--r--sys/contrib/ngatm/netnatm/msg/genmsgc.awk2
-rw-r--r--sys/contrib/ngatm/netnatm/msg/genmsgh.awk2
-rw-r--r--sys/contrib/ngatm/netnatm/msg/ie.def2
-rw-r--r--sys/contrib/ngatm/netnatm/msg/msg.def2
-rw-r--r--sys/contrib/ngatm/netnatm/msg/parseie.awk2
-rw-r--r--sys/contrib/ngatm/netnatm/msg/parsemsg.awk2
-rw-r--r--sys/contrib/ngatm/netnatm/msg/priv.h2
-rw-r--r--sys/contrib/ngatm/netnatm/msg/privmsg.c2
-rw-r--r--sys/contrib/ngatm/netnatm/msg/traffic.c2
-rw-r--r--sys/contrib/ngatm/netnatm/msg/uni_config.h2
-rw-r--r--sys/contrib/ngatm/netnatm/msg/uni_hdr.h7
-rw-r--r--sys/contrib/ngatm/netnatm/msg/uni_ie.c2
-rw-r--r--sys/contrib/ngatm/netnatm/msg/unimsglib.h2
-rw-r--r--sys/contrib/ngatm/netnatm/msg/uniprint.h2
-rw-r--r--sys/contrib/ngatm/netnatm/msg/unistruct.h6
17 files changed, 24 insertions, 19 deletions
diff --git a/sys/contrib/ngatm/netnatm/msg/geniec.awk b/sys/contrib/ngatm/netnatm/msg/geniec.awk
index 8030c59..d062082 100644
--- a/sys/contrib/ngatm/netnatm/msg/geniec.awk
+++ b/sys/contrib/ngatm/netnatm/msg/geniec.awk
@@ -26,7 +26,7 @@
#
# Author: Hartmut Brandt <harti@freebsd.org>
#
-# $Begemot: libunimsg/atm/msg/geniec.awk,v 1.3 2003/09/19 11:58:15 hbb Exp $
+# $Begemot: libunimsg/netnatm/msg/geniec.awk,v 1.4 2003/10/10 14:50:05 hbb Exp $
#
# Generate table for IE parsing.
#
diff --git a/sys/contrib/ngatm/netnatm/msg/genieh.awk b/sys/contrib/ngatm/netnatm/msg/genieh.awk
index 8119b1d..7120d7b 100644
--- a/sys/contrib/ngatm/netnatm/msg/genieh.awk
+++ b/sys/contrib/ngatm/netnatm/msg/genieh.awk
@@ -26,7 +26,7 @@
#
# Author: Hartmut Brandt <harti@freebsd.org>
#
-# $Begemot: libunimsg/atm/msg/genieh.awk,v 1.3 2003/09/19 11:58:15 hbb Exp $
+# $Begemot: libunimsg/netnatm/msg/genieh.awk,v 1.4 2004/07/08 08:22:03 brandt Exp $
#
# Generate IE header file
#
diff --git a/sys/contrib/ngatm/netnatm/msg/genmsgc.awk b/sys/contrib/ngatm/netnatm/msg/genmsgc.awk
index d3f196e..ffd69ac 100644
--- a/sys/contrib/ngatm/netnatm/msg/genmsgc.awk
+++ b/sys/contrib/ngatm/netnatm/msg/genmsgc.awk
@@ -26,7 +26,7 @@
#
# Author: Hartmut Brandt <harti@freebsd.org>
#
-# $Begemot: libunimsg/atm/msg/genmsgc.awk,v 1.3 2003/09/19 11:58:15 hbb Exp $
+# $Begemot: libunimsg/netnatm/msg/genmsgc.awk,v 1.6 2004/07/08 08:22:04 brandt Exp $
#
# Generate message functions.
#
diff --git a/sys/contrib/ngatm/netnatm/msg/genmsgh.awk b/sys/contrib/ngatm/netnatm/msg/genmsgh.awk
index a98fa98..8705b31 100644
--- a/sys/contrib/ngatm/netnatm/msg/genmsgh.awk
+++ b/sys/contrib/ngatm/netnatm/msg/genmsgh.awk
@@ -26,7 +26,7 @@
#
# Author: Hartmut Brandt <harti@freebsd.org>
#
-# $Begemot: libunimsg/atm/msg/genmsgh.awk,v 1.3 2003/09/19 11:58:15 hbb Exp $
+# $Begemot: libunimsg/netnatm/msg/genmsgh.awk,v 1.4 2004/07/08 08:22:04 brandt Exp $
#
# Generate message header
#
diff --git a/sys/contrib/ngatm/netnatm/msg/ie.def b/sys/contrib/ngatm/netnatm/msg/ie.def
index 61c0ccf..fbeabe8 100644
--- a/sys/contrib/ngatm/netnatm/msg/ie.def
+++ b/sys/contrib/ngatm/netnatm/msg/ie.def
@@ -26,7 +26,7 @@
#
# Author: Hartmut Brandt <harti@freebsd.org>
#
-# $Begemot: libunimsg/atm/msg/ie.def,v 1.3 2003/09/19 11:58:15 hbb Exp $
+# $Begemot: libunimsg/netnatm/msg/ie.def,v 1.4 2003/09/29 10:47:18 hbb Exp $
#
# Define information elements --- no content definition
#
diff --git a/sys/contrib/ngatm/netnatm/msg/msg.def b/sys/contrib/ngatm/netnatm/msg/msg.def
index 40099a4..41453ec 100644
--- a/sys/contrib/ngatm/netnatm/msg/msg.def
+++ b/sys/contrib/ngatm/netnatm/msg/msg.def
@@ -26,7 +26,7 @@
#
# Author: Hartmut Brandt <harti@freebsd.org>
#
-# $Begemot: libunimsg/atm/msg/msg.def,v 1.3 2003/09/19 11:58:15 hbb Exp $
+# $Begemot: libunimsg/netnatm/msg/msg.def,v 1.4 2003/09/29 10:47:18 hbb Exp $
#
# Define message contents
#
diff --git a/sys/contrib/ngatm/netnatm/msg/parseie.awk b/sys/contrib/ngatm/netnatm/msg/parseie.awk
index a505951..14bd0f8 100644
--- a/sys/contrib/ngatm/netnatm/msg/parseie.awk
+++ b/sys/contrib/ngatm/netnatm/msg/parseie.awk
@@ -26,7 +26,7 @@
#
# Author: Hartmut Brandt <harti@freebsd.org>
#
-# $Begemot: libunimsg/atm/msg/parseie.awk,v 1.3 2003/09/19 11:58:15 hbb Exp $
+# $Begemot: libunimsg/netnatm/msg/parseie.awk,v 1.3 2003/09/19 11:58:15 hbb Exp $
#
# Parse the IE definition file
#
diff --git a/sys/contrib/ngatm/netnatm/msg/parsemsg.awk b/sys/contrib/ngatm/netnatm/msg/parsemsg.awk
index 2414003..ff13874 100644
--- a/sys/contrib/ngatm/netnatm/msg/parsemsg.awk
+++ b/sys/contrib/ngatm/netnatm/msg/parsemsg.awk
@@ -26,7 +26,7 @@
#
# Author: Hartmut Brandt <harti@freebsd.org>
#
-# $Begemot: libunimsg/atm/msg/parsemsg.awk,v 1.3 2003/09/19 11:58:15 hbb Exp $
+# $Begemot: libunimsg/netnatm/msg/parsemsg.awk,v 1.3 2003/09/19 11:58:15 hbb Exp $
#
# Parse the message definition file
#
diff --git a/sys/contrib/ngatm/netnatm/msg/priv.h b/sys/contrib/ngatm/netnatm/msg/priv.h
index 4894390..aa13fc4 100644
--- a/sys/contrib/ngatm/netnatm/msg/priv.h
+++ b/sys/contrib/ngatm/netnatm/msg/priv.h
@@ -26,7 +26,7 @@
*
* Author: Hartmut Brandt <harti@freebsd.org>
*
- * $Begemot: libunimsg/atm/msg/priv.h,v 1.3 2003/09/19 11:58:15 hbb Exp $
+ * $Begemot: libunimsg/netnatm/msg/priv.h,v 1.4 2003/10/10 14:50:05 hbb Exp $
*
* Private definitions for the IE code file.
*/
diff --git a/sys/contrib/ngatm/netnatm/msg/privmsg.c b/sys/contrib/ngatm/netnatm/msg/privmsg.c
index 3a3051a..3540efd 100644
--- a/sys/contrib/ngatm/netnatm/msg/privmsg.c
+++ b/sys/contrib/ngatm/netnatm/msg/privmsg.c
@@ -26,7 +26,7 @@
*
* Author: Hartmut Brandt <harti@freebsd.org>
*
- * $Begemot: libunimsg/atm/msg/privmsg.c,v 1.3 2003/09/19 11:58:15 hbb Exp $
+ * $Begemot: libunimsg/netnatm/msg/privmsg.c,v 1.8 2003/10/10 14:50:05 hbb Exp $
*
* Private definitions for the MSG code file.
*
diff --git a/sys/contrib/ngatm/netnatm/msg/traffic.c b/sys/contrib/ngatm/netnatm/msg/traffic.c
index f941ded..acaffdb 100644
--- a/sys/contrib/ngatm/netnatm/msg/traffic.c
+++ b/sys/contrib/ngatm/netnatm/msg/traffic.c
@@ -26,7 +26,7 @@
*
* Author: Hartmut Brandt <harti@freebsd.org>
*
- * $Begemot: libunimsg/atm/msg/traffic.c,v 1.3 2003/09/19 11:58:15 hbb Exp $
+ * $Begemot: libunimsg/netnatm/msg/traffic.c,v 1.4 2004/07/08 08:22:05 brandt Exp $
*
* Traffic classification
*/
diff --git a/sys/contrib/ngatm/netnatm/msg/uni_config.h b/sys/contrib/ngatm/netnatm/msg/uni_config.h
index 2a16152..e53f59b 100644
--- a/sys/contrib/ngatm/netnatm/msg/uni_config.h
+++ b/sys/contrib/ngatm/netnatm/msg/uni_config.h
@@ -26,7 +26,7 @@
*
* Author: Hartmut Brandt <harti@freebsd.org>
*
- * $Begemot: libunimsg/atm/msg/uni_config.h,v 1.3 2003/09/19 11:58:15 hbb Exp $
+ * $Begemot: libunimsg/netnatm/msg/uni_config.h,v 1.3 2003/09/19 11:58:15 hbb Exp $
*/
#ifndef _uni_uni_config_h_
#define _uni_uni_config_h_
diff --git a/sys/contrib/ngatm/netnatm/msg/uni_hdr.h b/sys/contrib/ngatm/netnatm/msg/uni_hdr.h
index 0447de6..c9a30f1 100644
--- a/sys/contrib/ngatm/netnatm/msg/uni_hdr.h
+++ b/sys/contrib/ngatm/netnatm/msg/uni_hdr.h
@@ -26,12 +26,17 @@
*
* Author: Hartmut Brandt <harti@freebsd.org>
*
- * $Begemot: libunimsg/atm/msg/uni_hdr.h,v 1.3 2003/09/19 11:58:15 hbb Exp $
+ * $Begemot: libunimsg/netnatm/msg/uni_hdr.h,v 1.6 2004/07/08 08:22:05 brandt Exp $
*/
#ifndef _NETNATM_MSG_UNI_HDR_H_
#define _NETNATM_MSG_UNI_HDR_H_
#include <sys/types.h>
+#ifdef _KERNEL
+#include <sys/stdint.h>
+#else
+#include <stdint.h>
+#endif
#include <netnatm/msg/uni_config.h>
diff --git a/sys/contrib/ngatm/netnatm/msg/uni_ie.c b/sys/contrib/ngatm/netnatm/msg/uni_ie.c
index b6a2b78..a9d5eca 100644
--- a/sys/contrib/ngatm/netnatm/msg/uni_ie.c
+++ b/sys/contrib/ngatm/netnatm/msg/uni_ie.c
@@ -26,7 +26,7 @@
*
* Author: Hartmut Brandt <harti@freebsd.org>
*
- * $Begemot: libunimsg/atm/msg/uni_ie.c,v 1.12 2003/10/14 15:02:22 hbb Exp $
+ * $Begemot: libunimsg/netnatm/msg/uni_ie.c,v 1.14 2004/07/08 08:22:06 brandt Exp $
*
* Private definitions for the IE code file.
*
diff --git a/sys/contrib/ngatm/netnatm/msg/unimsglib.h b/sys/contrib/ngatm/netnatm/msg/unimsglib.h
index e98d580..f8489db 100644
--- a/sys/contrib/ngatm/netnatm/msg/unimsglib.h
+++ b/sys/contrib/ngatm/netnatm/msg/unimsglib.h
@@ -26,7 +26,7 @@
*
* Author: Hartmut Brandt <harti@freebsd.org>
*
- * $Begemot: libunimsg/atm/msg/unimsglib.h,v 1.3 2003/09/19 11:58:16 hbb Exp $
+ * $Begemot: libunimsg/netnatm/msg/unimsglib.h,v 1.6 2004/07/08 08:22:07 brandt Exp $
*/
#ifndef _NETNATM_MSG_UNIMSGLIB_H_
#define _NETNATM_MSG_UNIMSGLIB_H_
diff --git a/sys/contrib/ngatm/netnatm/msg/uniprint.h b/sys/contrib/ngatm/netnatm/msg/uniprint.h
index c16f6b1..239fa2d 100644
--- a/sys/contrib/ngatm/netnatm/msg/uniprint.h
+++ b/sys/contrib/ngatm/netnatm/msg/uniprint.h
@@ -26,7 +26,7 @@
*
* Author: Hartmut Brandt <harti@freebsd.org>
*
- * $Begemot: libunimsg/atm/msg/uniprint.h,v 1.3 2003/09/19 11:58:16 hbb Exp $
+ * $Begemot: libunimsg/netnatm/msg/uniprint.h,v 1.4 2004/07/08 08:22:08 brandt Exp $
*
* Print utility functions. These are only needed if you want to hook to
* the format of the uni printing routines.
diff --git a/sys/contrib/ngatm/netnatm/msg/unistruct.h b/sys/contrib/ngatm/netnatm/msg/unistruct.h
index fd57cf9..819f275 100644
--- a/sys/contrib/ngatm/netnatm/msg/unistruct.h
+++ b/sys/contrib/ngatm/netnatm/msg/unistruct.h
@@ -3,6 +3,8 @@
* Fraunhofer Institute for Open Communication Systems (FhG Fokus).
* All rights reserved.
*
+ * Author: Hartmut Brandt <harti@freebsd.org>
+ *
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
* are met:
@@ -24,9 +26,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * Author: Hartmut Brandt <harti@freebsd.org>
- *
- * $Begemot: libunimsg/atm/msg/unistruct.h,v 1.4 2003/09/19 11:58:16 hbb Exp $
+ * $Begemot: libunimsg/netnatm/msg/unistruct.h,v 1.6 2004/07/08 08:22:08 brandt Exp $
*
* This file defines all structures that are used by
* API users.
OpenPOWER on IntegriCloud