FD.io VPP
v21.01.1
Vector Packet Processing
|
IP DSCP values. More...
Public Member Functions | |
ip_dscp_t (int v) | |
Constructor allows the creation of any DSCP value. More... | |
Public Member Functions inherited from VOM::enum_base< ip_dscp_t > | |
const std::string & | to_string () const |
convert to string format for debug purposes More... | |
bool | operator== (const enum_base &e) const |
Comparison operator. More... | |
enum_base & | operator= (const enum_base &e) |
Assignment. More... | |
enum_base & | operator|= (const enum_base &e) |
bitwise or assignemnt More... | |
enum_base | operator| (const enum_base &e1) const |
bitwise or More... | |
bool | operator!= (const enum_base &e) const |
Comparison operator. More... | |
operator int () const | |
integer conversion operator More... | |
int | value () const |
Return the value of the enum - same as integer conversion. More... | |
Static Public Attributes | |
static const ip_dscp_t | DSCP_CS0 |
static const ip_dscp_t | DSCP_CS1 |
static const ip_dscp_t | DSCP_CS2 |
static const ip_dscp_t | DSCP_CS3 |
static const ip_dscp_t | DSCP_CS4 |
static const ip_dscp_t | DSCP_CS5 |
static const ip_dscp_t | DSCP_CS6 |
static const ip_dscp_t | DSCP_CS7 |
static const ip_dscp_t | DSCP_AF11 |
static const ip_dscp_t | DSCP_AF12 |
static const ip_dscp_t | DSCP_AF13 |
static const ip_dscp_t | DSCP_AF21 |
static const ip_dscp_t | DSCP_AF22 |
static const ip_dscp_t | DSCP_AF23 |
static const ip_dscp_t | DSCP_AF31 |
static const ip_dscp_t | DSCP_AF32 |
static const ip_dscp_t | DSCP_AF33 |
static const ip_dscp_t | DSCP_AF41 |
static const ip_dscp_t | DSCP_AF42 |
static const ip_dscp_t | DSCP_AF43 |
static const ip_dscp_t | DSCP_EF |
Additional Inherited Members | |
Protected Member Functions inherited from VOM::enum_base< ip_dscp_t > | |
enum_base (int value, const std::string desc) | |
Constructor of an enum - takes value and string description. More... | |
virtual | ~enum_base () |
Constructor. More... | |
IP DSCP values.
Definition at line 81 of file prefix.hpp.
VOM::ip_dscp_t::ip_dscp_t | ( | int | v | ) |
Constructor allows the creation of any DSCP value.
Definition at line 125 of file prefix.cpp.
|
static |
Definition at line 94 of file prefix.hpp.
|
static |
Definition at line 95 of file prefix.hpp.
|
static |
Definition at line 96 of file prefix.hpp.
|
static |
Definition at line 97 of file prefix.hpp.
|
static |
Definition at line 98 of file prefix.hpp.
|
static |
Definition at line 99 of file prefix.hpp.
|
static |
Definition at line 100 of file prefix.hpp.
|
static |
Definition at line 101 of file prefix.hpp.
|
static |
Definition at line 102 of file prefix.hpp.
|
static |
Definition at line 103 of file prefix.hpp.
|
static |
Definition at line 104 of file prefix.hpp.
|
static |
Definition at line 105 of file prefix.hpp.
|
static |
Definition at line 86 of file prefix.hpp.
|
static |
Definition at line 87 of file prefix.hpp.
|
static |
Definition at line 88 of file prefix.hpp.
|
static |
Definition at line 89 of file prefix.hpp.
|
static |
Definition at line 90 of file prefix.hpp.
|
static |
Definition at line 91 of file prefix.hpp.
|
static |
Definition at line 92 of file prefix.hpp.
|
static |
Definition at line 93 of file prefix.hpp.
|
static |
Definition at line 106 of file prefix.hpp.