aboutsummaryrefslogtreecommitdiff
path: root/contrib/libpcap/atmuni31.h
diff options
context:
space:
mode:
authorRui Paulo <rpaulo@FreeBSD.org>2009-03-21 22:58:08 +0000
committerRui Paulo <rpaulo@FreeBSD.org>2009-03-21 22:58:08 +0000
commita8e07101257af28794f2e68a07808dc1d7104a21 (patch)
tree41d4ee124e8dc2938aa5559c6f422a7b778c807f /contrib/libpcap/atmuni31.h
parent661c9d81e096a9a7075d0030807ba6ea8150d37e (diff)
parentc6a6c5e28b1033c61a7bb7e108fa0592b22cc016 (diff)
downloadsrc-a8e07101257af28794f2e68a07808dc1d7104a21.tar.gz
src-a8e07101257af28794f2e68a07808dc1d7104a21.zip
Merge libpcap 1.0.0.
Notes
Notes: svn path=/head/; revision=190225
Diffstat (limited to 'contrib/libpcap/atmuni31.h')
-rw-r--r--contrib/libpcap/atmuni31.h14
1 files changed, 7 insertions, 7 deletions
diff --git a/contrib/libpcap/atmuni31.h b/contrib/libpcap/atmuni31.h
index 877ed6879c3f..11242b8bfcc7 100644
--- a/contrib/libpcap/atmuni31.h
+++ b/contrib/libpcap/atmuni31.h
@@ -29,18 +29,18 @@
* ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
* POSSIBILITY OF SUCH DAMAGE.
*
- * @(#) $Header: /tcpdump/master/libpcap/atmuni31.h,v 1.1 2002/07/11 09:06:32 guy Exp $ (LBL)
+ * @(#) $Header: /tcpdump/master/libpcap/atmuni31.h,v 1.1.6.2 2007/10/22 19:30:14 guy Exp $ (LBL)
*/
/* Based on UNI3.1 standard by ATM Forum */
/* ATM traffic types based on VPI=0 and (the following VCI */
-#define PPC 0x05 /* Point-to-point signal msg */
-#define BCC 0x02 /* Broadcast signal msg */
-#define OAMF4SC 0x03 /* Segment OAM F4 flow cell */
-#define OAMF4EC 0x04 /* End-to-end OAM F4 flow cell */
-#define METAC 0x01 /* Meta signal msg */
-#define ILMIC 0x10 /* ILMI msg */
+#define VCI_PPC 0x05 /* Point-to-point signal msg */
+#define VCI_BCC 0x02 /* Broadcast signal msg */
+#define VCI_OAMF4SC 0x03 /* Segment OAM F4 flow cell */
+#define VCI_OAMF4EC 0x04 /* End-to-end OAM F4 flow cell */
+#define VCI_METAC 0x01 /* Meta signal msg */
+#define VCI_ILMIC 0x10 /* ILMI msg */
/* Q.2931 signalling messages */
#define CALL_PROCEED 0x02 /* call proceeding */