summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 94926f8)
raw | patch | inline | side by side (parent: 94926f8)
author | Elliott Hughes <enh@google.com> | |
Tue, 9 Dec 2014 23:03:51 +0000 (15:03 -0800) | ||
committer | Elliott Hughes <enh@google.com> | |
Tue, 9 Dec 2014 23:03:51 +0000 (15:03 -0800) |
Change-Id: I2c2ca47f5a21b78754c03deb3e9467ab79d9d033
libc/include/net/if_types.h | patch | blob | history |
index f0a04f7c6c89b7f8b55add766494881951a50122..eff6d53f8e66f54a16d1e9a8861b5dfc20b7a918 100644 (file)
-/* $NetBSD: if_types.h,v 1.24 2005/12/10 23:21:38 elad Exp $ */
+/* $NetBSD: if_types.h,v 1.26 2012/08/05 21:21:41 wiz Exp $ */
/*
* Copyright (c) 1989, 1993, 1994
#define IFT_DOCSCABLEUPSTREAMCHANNEL 0xcd /* CATV Upstream Channel */
#define IFT_ECONET 0xce /* Acorn Econet */
#define IFT_PON155 0xcf /* FSAN 155Mb Symetrical PON interface */
-#define IFT_PON622 0xd0 /* FSAN 622Mb Symetrical PON interface */*/
+#define IFT_PON622 0xd0 /* FSAN 622Mb Symetrical PON interface */
#define IFT_BRIDGE 0xd1 /* Transparent bridge interface */
#define IFT_LINEGROUP 0xd2 /* Interface common to multiple lines */
#define IFT_VOICEEMFGD 0xd3 /* voice E&M Feature Group D */
#define IFT_FAITH 0xf2
#define IFT_PFLOG 0xf5 /* Packet filter logging */
#define IFT_PFSYNC 0xf6 /* Packet filter state syncing */
+#define IFT_CARP 0xf8 /* Common Address Redundancy Protocol */
#endif /* !_NET_IF_TYPES_H_ */