Deleted Added
full compact
if_types.h (170664) if_types.h (219819)
1/*-
2 * Copyright (c) 1989, 1993, 1994
3 * The Regents of the University of California. All rights reserved.
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions
7 * are met:
8 * 1. Redistributions of source code must retain the above copyright

--- 13 unchanged lines hidden (view full) ---

22 * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
23 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
24 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
25 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
26 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
27 * SUCH DAMAGE.
28 *
29 * @(#)if_types.h 8.3 (Berkeley) 4/28/95
1/*-
2 * Copyright (c) 1989, 1993, 1994
3 * The Regents of the University of California. All rights reserved.
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions
7 * are met:
8 * 1. Redistributions of source code must retain the above copyright

--- 13 unchanged lines hidden (view full) ---

22 * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
23 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
24 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
25 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
26 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
27 * SUCH DAMAGE.
28 *
29 * @(#)if_types.h 8.3 (Berkeley) 4/28/95
30 * $FreeBSD: head/sys/net/if_types.h 170664 2007-06-13 14:01:43Z rwatson $
30 * $FreeBSD: head/sys/net/if_types.h 219819 2011-03-21 09:40:01Z jeff $
31 * $NetBSD: if_types.h,v 1.16 2000/04/19 06:30:53 itojun Exp $
32 */
33
34#ifndef _NET_IF_TYPES_H_
35#define _NET_IF_TYPES_H_
36
37/*
38 * Interface types for benefit of parsing media address headers.

--- 194 unchanged lines hidden (view full) ---

233#define IFT_ATMRADIO 0xbd /* ATM over radio links */
234#define IFT_IMT 0xbe /* Inter-Machine Trunks */
235#define IFT_MVL 0xbf /* Multiple Virtual Lines DSL */
236#define IFT_REACHDSL 0xc0 /* Long Reach DSL */
237#define IFT_FRDLCIENDPT 0xc1 /* Frame Relay DLCI End Point */
238#define IFT_ATMVCIENDPT 0xc2 /* ATM VCI End Point */
239#define IFT_OPTICALCHANNEL 0xc3 /* Optical Channel */
240#define IFT_OPTICALTRANSPORT 0xc4 /* Optical Transport */
31 * $NetBSD: if_types.h,v 1.16 2000/04/19 06:30:53 itojun Exp $
32 */
33
34#ifndef _NET_IF_TYPES_H_
35#define _NET_IF_TYPES_H_
36
37/*
38 * Interface types for benefit of parsing media address headers.

--- 194 unchanged lines hidden (view full) ---

233#define IFT_ATMRADIO 0xbd /* ATM over radio links */
234#define IFT_IMT 0xbe /* Inter-Machine Trunks */
235#define IFT_MVL 0xbf /* Multiple Virtual Lines DSL */
236#define IFT_REACHDSL 0xc0 /* Long Reach DSL */
237#define IFT_FRDLCIENDPT 0xc1 /* Frame Relay DLCI End Point */
238#define IFT_ATMVCIENDPT 0xc2 /* ATM VCI End Point */
239#define IFT_OPTICALCHANNEL 0xc3 /* Optical Channel */
240#define IFT_OPTICALTRANSPORT 0xc4 /* Optical Transport */
241#define IFT_INFINIBAND 0xc7 /* Infiniband */
241#define IFT_BRIDGE 0xd1 /* Transparent bridge interface */
242
243#define IFT_STF 0xd7 /* 6to4 interface */
244
245/* not based on IANA assignments */
246#define IFT_GIF 0xf0
247#define IFT_PVC 0xf1
248#define IFT_FAITH 0xf2
249#define IFT_ENC 0xf4
250#define IFT_PFLOG 0xf6
251#define IFT_PFSYNC 0xf7
252#define IFT_CARP 0xf8 /* Common Address Redundancy Protocol */
253#define IFT_IPXIP 0xf9 /* IPX over IP tunneling; no longer used. */
254#endif /* !_NET_IF_TYPES_H_ */
242#define IFT_BRIDGE 0xd1 /* Transparent bridge interface */
243
244#define IFT_STF 0xd7 /* 6to4 interface */
245
246/* not based on IANA assignments */
247#define IFT_GIF 0xf0
248#define IFT_PVC 0xf1
249#define IFT_FAITH 0xf2
250#define IFT_ENC 0xf4
251#define IFT_PFLOG 0xf6
252#define IFT_PFSYNC 0xf7
253#define IFT_CARP 0xf8 /* Common Address Redundancy Protocol */
254#define IFT_IPXIP 0xf9 /* IPX over IP tunneling; no longer used. */
255#endif /* !_NET_IF_TYPES_H_ */