Lines 416-423
struct ether_vlan_header {
Link Here
|
416 |
#define IEEE8021Q_PCP_BE 0 /* Best effort (default) */ |
416 |
#define IEEE8021Q_PCP_BE 0 /* Best effort (default) */ |
417 |
#define IEEE8021Q_PCP_EE 2 /* Excellent effort */ |
417 |
#define IEEE8021Q_PCP_EE 2 /* Excellent effort */ |
418 |
#define IEEE8021Q_PCP_CA 3 /* Critical applications */ |
418 |
#define IEEE8021Q_PCP_CA 3 /* Critical applications */ |
419 |
#define IEEE8021Q_PCP_VI 4 /* Video, < 100ms latency */ |
419 |
#define IEEE8021Q_PCP_VI 4 /* Video, < 100ms latency and jitter */ |
420 |
#define IEEE8021Q_PCP_VO 5 /* Video, < 10ms latency */ |
420 |
#define IEEE8021Q_PCP_VO 5 /* Voice, < 10ms latency and jitter */ |
421 |
#define IEEE8021Q_PCP_IC 6 /* Internetwork control */ |
421 |
#define IEEE8021Q_PCP_IC 6 /* Internetwork control */ |
422 |
#define IEEE8021Q_PCP_NC 7 /* Network control (highest) */ |
422 |
#define IEEE8021Q_PCP_NC 7 /* Network control (highest) */ |
423 |
|
423 |
|
424 |
- |
|
|