Deleted Added
full compact
if_types.h (219819) if_types.h (228571)
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 219819 2011-03-21 09:40:01Z jeff $
30 * $FreeBSD: head/sys/net/if_types.h 228571 2011-12-16 12:16:56Z glebius $
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.

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

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
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.

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

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_ */
253#define IFT_IPXIP 0xf9 /* IPX over IP tunneling; no longer used. */
254#endif /* !_NET_IF_TYPES_H_ */