Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/net Add the Ethertype for 802.3x flow control packets.
details: https://anonhg.NetBSD.org/src/rev/17bb1bf269b8
branches: trunk
changeset: 521988:17bb1bf269b8
user: thorpej <thorpej%NetBSD.org@localhost>
date: Sun Feb 10 01:28:32 2002 +0000
description:
Add the Ethertype for 802.3x flow control packets.
diffstat:
sys/net/ethertypes.h | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diffs (17 lines):
diff -r 06c32f08fc1e -r 17bb1bf269b8 sys/net/ethertypes.h
--- a/sys/net/ethertypes.h Sun Feb 10 01:22:54 2002 +0000
+++ b/sys/net/ethertypes.h Sun Feb 10 01:28:32 2002 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: ethertypes.h,v 1.12 2001/10/18 21:29:19 matt Exp $ */
+/* $NetBSD: ethertypes.h,v 1.13 2002/02/10 01:28:32 thorpej Exp $ */
/*
* Copyright (c) 1982, 1986, 1993
@@ -291,6 +291,7 @@
#define ETHERTYPE_TCPCOMP 0x876B /* TCP/IP Compression (RFC1701) */
#define ETHERTYPE_IPAS 0x876C /* IP Autonomous Systems (RFC1701) */
#define ETHERTYPE_SECUREDATA 0x876D /* Secure Data (RFC1701) */
+#define ETHERTYPE_FLOWCONTROL 0x8808 /* 802.3x flow control packet */
#define ETHERTYPE_PPP 0x880B /* PPP (obsolete by PPPOE) */
#define ETHERTYPE_HITACHI 0x8820 /* Hitachi Cable (Optoelectronic Systems Laboratory) */
#define ETHERTYPE_MPLS 0x8847 /* MPLS Unicast */
Home |
Main Index |
Thread Index |
Old Index