Deleted Added
full compact
if_types.h (52904) if_types.h (62587)
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

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

26 * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
27 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
28 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
29 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
30 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
31 * SUCH DAMAGE.
32 *
33 * @(#)if_types.h 8.2 (Berkeley) 4/20/94
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

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

26 * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
27 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
28 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
29 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
30 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
31 * SUCH DAMAGE.
32 *
33 * @(#)if_types.h 8.2 (Berkeley) 4/20/94
34 * $FreeBSD: head/sys/net/if_types.h 52904 1999-11-05 14:41:39Z shin $
34 * $FreeBSD: head/sys/net/if_types.h 62587 2000-07-04 16:35:15Z itojun $
35 */
36
37#ifndef _NET_IF_TYPES_H_
38#define _NET_IF_TYPES_H_
39
40/*
41 * Interface types for benefit of parsing media address headers.
42 * This list is derived from the SNMP list of ifTypes, currently

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

94#define IFT_AAL5 0x31 /* AAL5 over ATM */
95#define IFT_SONETPATH 0x32
96#define IFT_SONETVT 0x33
97#define IFT_SMDSICIP 0x34 /* SMDS InterCarrier Interface */
98#define IFT_PROPVIRTUAL 0x35 /* Proprietary Virtual/internal */
99#define IFT_PROPMUX 0x36 /* Proprietary Multiplexing */
100#define IFT_GIF 0x37
101#define IFT_FAITH 0x38
35 */
36
37#ifndef _NET_IF_TYPES_H_
38#define _NET_IF_TYPES_H_
39
40/*
41 * Interface types for benefit of parsing media address headers.
42 * This list is derived from the SNMP list of ifTypes, currently

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

94#define IFT_AAL5 0x31 /* AAL5 over ATM */
95#define IFT_SONETPATH 0x32
96#define IFT_SONETVT 0x33
97#define IFT_SMDSICIP 0x34 /* SMDS InterCarrier Interface */
98#define IFT_PROPVIRTUAL 0x35 /* Proprietary Virtual/internal */
99#define IFT_PROPMUX 0x36 /* Proprietary Multiplexing */
100#define IFT_GIF 0x37
101#define IFT_FAITH 0x38
102#define IFT_STF 0x39
102
103#endif
103
104#endif