And yet more numbers, e.g., CATV upstream and downstream types.
This commit is contained in:
parent
749d6cf61d
commit
52a1c5fced
|
@ -1,4 +1,4 @@
|
||||||
/* $NetBSD: if_types.h,v 1.8 1998/02/03 04:20:05 ross Exp $ */
|
/* $NetBSD: if_types.h,v 1.9 1998/02/04 01:00:23 ross Exp $ */
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Copyright (c) 1989, 1993, 1994
|
* Copyright (c) 1989, 1993, 1994
|
||||||
|
@ -98,8 +98,7 @@
|
||||||
#define IFT_IEEE80212 0x37 /* 100BaseVG */
|
#define IFT_IEEE80212 0x37 /* 100BaseVG */
|
||||||
#define IFT_FIBRECHANNEL 0x38 /* Fibre Channel */
|
#define IFT_FIBRECHANNEL 0x38 /* Fibre Channel */
|
||||||
#define IFT_HIPPIINTERFACE 0x39 /* HIPPI interfaces */
|
#define IFT_HIPPIINTERFACE 0x39 /* HIPPI interfaces */
|
||||||
#define IFT_FRAMERELAYINTERCONNECT \
|
#define IFT_FRAMERELAYINTERCONNECT 0x3a /* Obsolete, use either 0x20 or 0x2c */
|
||||||
0x3a /* Obsolete, use either 0x20 or 0x2c */
|
|
||||||
#define IFT_AFLANE8023 0x3b /* ATM Emulated LAN for 802.3 */
|
#define IFT_AFLANE8023 0x3b /* ATM Emulated LAN for 802.3 */
|
||||||
#define IFT_AFLANE8025 0x3c /* ATM Emulated LAN for 802.5 */
|
#define IFT_AFLANE8025 0x3c /* ATM Emulated LAN for 802.5 */
|
||||||
#define IFT_CCTEMUL 0x3d /* ATM Emulated circuit */
|
#define IFT_CCTEMUL 0x3d /* ATM Emulated circuit */
|
||||||
|
@ -159,3 +158,15 @@
|
||||||
#define IFT_ISO88025FIBER 0x73 /* ISO 802.5j Fiber Token Ring */
|
#define IFT_ISO88025FIBER 0x73 /* ISO 802.5j Fiber Token Ring */
|
||||||
#define IFT_TDLC 0x74 /* IBM twinaxial data link control */
|
#define IFT_TDLC 0x74 /* IBM twinaxial data link control */
|
||||||
#define IFT_GIGABITETHERNET 0x75 /* Gigabit Ethernet */
|
#define IFT_GIGABITETHERNET 0x75 /* Gigabit Ethernet */
|
||||||
|
#define IFT_HDLC 0x76 /* HDLC */
|
||||||
|
#define IFT_LAPF 0x77 /* LAP F */
|
||||||
|
#define IFT_V37 0x78 /* V.37 */
|
||||||
|
#define IFT_X25MLP 0x79 /* Multi-Link Protocol */
|
||||||
|
#define IFT_X25HUNTGROUP 0x7a /* X25 Hunt Group */
|
||||||
|
#define IFT_TRANSPHDLC 0x7b /* Transp HDLC */
|
||||||
|
#define IFT_INTERLEAVE 0x7c /* Interleave channel */
|
||||||
|
#define IFT_FAST 0x7d /* Fast channel */
|
||||||
|
#define IFT_IP 0x7e /* IP (for APPN HPR in IP networks) */
|
||||||
|
#define IFT_DOCSCABLEMACLAYER 0x7f /* CATV Mac Layer */
|
||||||
|
#define IFT_DOCSCABLEDOWNSTREAM 0x80 /* CATV Downstream interface */
|
||||||
|
#define IFT_DOCSCABLEUPSTREAM 0x81 /* CATV Upstream interface */
|
||||||
|
|
Loading…
Reference in New Issue