Deleted Added
full compact
if_types.h (139823) if_types.h (142215)
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 139823 2005-01-07 01:45:51Z imp $
30 * $FreeBSD: head/sys/net/if_types.h 142215 2005-02-22 13:04:05Z 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.

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

242#define IFT_STF 0xd7 /* 6to4 interface */
243
244/* not based on IANA assignments */
245#define IFT_GIF 0xf0
246#define IFT_PVC 0xf1
247#define IFT_FAITH 0xf2
248#define IFT_PFLOG 0xf6
249#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.

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

242#define IFT_STF 0xd7 /* 6to4 interface */
243
244/* not based on IANA assignments */
245#define IFT_GIF 0xf0
246#define IFT_PVC 0xf1
247#define IFT_FAITH 0xf2
248#define IFT_PFLOG 0xf6
249#define IFT_PFSYNC 0xf7
250#define IFT_CARP 0xf8 /* Common Address Redundancy Protocol */
250#endif /* !_NET_IF_TYPES_H_ */
251#endif /* !_NET_IF_TYPES_H_ */