Deleted Added
full compact
ethertype.h (214518) ethertype.h (235426)
1/*
2 * Copyright (c) 1993, 1994, 1996
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: (1) source code distributions
7 * retain the above copyright notice and this paragraph in its entirety, (2)
8 * distributions including binary code include the above copyright notice and

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

112#define ETHERTYPE_PPPOED 0x8863
113#endif
114#ifndef ETHERTYPE_PPPOES
115#define ETHERTYPE_PPPOES 0x8864
116#endif
117#ifndef ETHERTYPE_LOOPBACK
118#define ETHERTYPE_LOOPBACK 0x9000
119#endif
1/*
2 * Copyright (c) 1993, 1994, 1996
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: (1) source code distributions
7 * retain the above copyright notice and this paragraph in its entirety, (2)
8 * distributions including binary code include the above copyright notice and

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

112#define ETHERTYPE_PPPOED 0x8863
113#endif
114#ifndef ETHERTYPE_PPPOES
115#define ETHERTYPE_PPPOES 0x8864
116#endif
117#ifndef ETHERTYPE_LOOPBACK
118#define ETHERTYPE_LOOPBACK 0x9000
119#endif
120#ifndef ETHERTYPE_8021QINQ
121#define ETHERTYPE_8021QINQ 0x9100
122#endif