summaryrefslogtreecommitdiffstats
path: root/sys/i4b/include
diff options
context:
space:
mode:
authorhm <hm@FreeBSD.org>1999-03-07 16:08:20 +0000
committerhm <hm@FreeBSD.org>1999-03-07 16:08:20 +0000
commit7e46cf5dd7cad6e069e50c85ee9a31ca260848fb (patch)
tree03a43e3e3e7f8598823a4548c687c6e4558751c8 /sys/i4b/include
parente2549f2539bc2e4543d92ba29f33e4313595b4d4 (diff)
downloadFreeBSD-src-7e46cf5dd7cad6e069e50c85ee9a31ca260848fb.zip
FreeBSD-src-7e46cf5dd7cad6e069e50c85ee9a31ca260848fb.tar.gz
update the i4b kernel part to i4b release 0.71.00
Diffstat (limited to 'sys/i4b/include')
-rw-r--r--sys/i4b/include/i4b_global.h8
-rw-r--r--sys/i4b/include/i4b_isdnq931.h6
-rw-r--r--sys/i4b/include/i4b_l1l2.h6
-rw-r--r--sys/i4b/include/i4b_l2l3.h6
-rw-r--r--sys/i4b/include/i4b_l3l4.h10
-rw-r--r--sys/i4b/include/i4b_mbuf.h6
6 files changed, 20 insertions, 22 deletions
diff --git a/sys/i4b/include/i4b_global.h b/sys/i4b/include/i4b_global.h
index 739d78d..e386b38 100644
--- a/sys/i4b/include/i4b_global.h
+++ b/sys/i4b/include/i4b_global.h
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 1997, 1998 Hellmuth Michaelis. All rights reserved.
+ * Copyright (c) 1997, 1999 Hellmuth Michaelis. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
@@ -27,9 +27,9 @@
* i4b_global.h - i4b global include file
* --------------------------------------
*
- * $Id: i4b_global.h,v 1.17 1998/12/05 18:02:53 hm Exp $
+ * $Id: i4b_global.h,v 1.19 1999/02/27 11:08:01 hm Exp $
*
- * last edit-date: [Sat Dec 5 18:03:41 1998]
+ * last edit-date: [Sun Feb 14 10:03:55 1999]
*
*---------------------------------------------------------------------------*/
@@ -58,7 +58,7 @@
#endif /* >= 3 */
#endif /* __FreeBSD__ */
-#if defined(__NetBSD__) || defined (__OpenBSD__)
+#if defined(__NetBSD__) || defined (__OpenBSD__) || defined(__bsdi__)
#define TIMEOUT_FUNC_T void *
#define SECOND time.tv_sec
diff --git a/sys/i4b/include/i4b_isdnq931.h b/sys/i4b/include/i4b_isdnq931.h
index bdc77f0..15d06ee 100644
--- a/sys/i4b/include/i4b_isdnq931.h
+++ b/sys/i4b/include/i4b_isdnq931.h
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 1997, 1998 Hellmuth Michaelis. All rights reserved.
+ * Copyright (c) 1997, 1999 Hellmuth Michaelis. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
@@ -27,9 +27,9 @@
* i4b_isdnq931.h - DSS1 layer 3 message types
* -------------------------------------------
*
- * $Id: i4b_isdnq931.h,v 1.4 1998/12/05 18:02:54 hm Exp $
+ * $Id: i4b_isdnq931.h,v 1.5 1999/02/14 09:44:55 hm Exp $
*
- * last edit-date: [Sat Dec 5 18:04:01 1998]
+ * last edit-date: [Sun Feb 14 10:04:01 1999]
*
*---------------------------------------------------------------------------*/
diff --git a/sys/i4b/include/i4b_l1l2.h b/sys/i4b/include/i4b_l1l2.h
index 782ca68..5ad09bd 100644
--- a/sys/i4b/include/i4b_l1l2.h
+++ b/sys/i4b/include/i4b_l1l2.h
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 1997, 1998 Hellmuth Michaelis. All rights reserved.
+ * Copyright (c) 1997, 1999 Hellmuth Michaelis. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
@@ -27,9 +27,9 @@
* i4b_l1l2.h - i4b layer 1 / layer 2 interactions
* ---------------------------------------------------
*
- * $Id: i4b_l1l2.h,v 1.7 1998/12/05 18:02:56 hm Exp $
+ * $Id: i4b_l1l2.h,v 1.8 1999/02/14 09:44:55 hm Exp $
*
- * last edit-date: [Sat Dec 5 18:04:25 1998]
+ * last edit-date: [Sun Feb 14 10:04:07 1999]
*
*---------------------------------------------------------------------------*/
diff --git a/sys/i4b/include/i4b_l2l3.h b/sys/i4b/include/i4b_l2l3.h
index 81ab182..4d49612 100644
--- a/sys/i4b/include/i4b_l2l3.h
+++ b/sys/i4b/include/i4b_l2l3.h
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 1997, 1998 Hellmuth Michaelis. All rights reserved.
+ * Copyright (c) 1997, 1999 Hellmuth Michaelis. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
@@ -27,9 +27,9 @@
* i4b_l2l3.h - i4b layer 2 / layer 3 interactions
* -----------------------------------------------
*
- * $Id: i4b_l2l3.h,v 1.5 1998/12/05 18:02:57 hm Exp $
+ * $Id: i4b_l2l3.h,v 1.6 1999/02/14 09:44:55 hm Exp $
*
- * last edit-date: [Sat Dec 5 18:04:44 1998]
+ * last edit-date: [Sun Feb 14 10:04:13 1999]
*
*---------------------------------------------------------------------------*/
diff --git a/sys/i4b/include/i4b_l3l4.h b/sys/i4b/include/i4b_l3l4.h
index 642777c..0f7ac7d 100644
--- a/sys/i4b/include/i4b_l3l4.h
+++ b/sys/i4b/include/i4b_l3l4.h
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 1997, 1998 Hellmuth Michaelis. All rights reserved.
+ * Copyright (c) 1997, 1999 Hellmuth Michaelis. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
@@ -27,9 +27,9 @@
* i4b_l3l4.h - layer 3 / layer 4 interface
* ------------------------------------------
*
- * $Id: i4b_l3l4.h,v 1.21 1998/12/05 18:02:59 hm Exp $
+ * $Id: i4b_l3l4.h,v 1.23 1999/02/15 09:55:47 hm Exp $
*
- * last edit-date: [Sat Dec 5 18:04:58 1998]
+ * last edit-date: [Sun Feb 14 10:04:19 1999]
*
*---------------------------------------------------------------------------*/
@@ -200,9 +200,7 @@ typedef struct
time_t max_idle_time; /* max time without activity */
/* for outgoing connections: */
- time_t unitlen_time; /* length of a charging unit */
- time_t idle_time; /* idle time before end of unit */
- time_t earlyhup_time; /* safety time zone at end of unit */
+ msg_shorthold_t shorthold_data; /* shorthold data to use */
int aocd_flag; /* AOCD used for unitlength calc*/
time_t last_aocd_time; /* last time AOCD received */
diff --git a/sys/i4b/include/i4b_mbuf.h b/sys/i4b/include/i4b_mbuf.h
index 49ee26d..0d63abb 100644
--- a/sys/i4b/include/i4b_mbuf.h
+++ b/sys/i4b/include/i4b_mbuf.h
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 1997, 1998 Hellmuth Michaelis. All rights reserved.
+ * Copyright (c) 1997, 1999 Hellmuth Michaelis. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
@@ -27,9 +27,9 @@
* i4b - mbuf handling support routines
* --------------------------------------
*
- * $Id: i4b_mbuf.h,v 1.6 1998/12/05 18:03:00 hm Exp $
+ * $Id: i4b_mbuf.h,v 1.7 1999/02/14 09:44:55 hm Exp $
*
- * last edit-date: [Sat Dec 5 18:05:12 1998]
+ * last edit-date: [Sun Feb 14 10:04:26 1999]
*
*---------------------------------------------------------------------------*/
OpenPOWER on IntegriCloud