|
typedef void | SequenceLength |
|
typedef void | SaveOffset |
|
typedef void | ContextType |
|
typedef NullCtxInit | ContextInit |
|
typedef NoMatch | ContextMatch |
|
typedef void | Setter |
|
typedef void | EncodingCallback |
|
typedef void | ContextSwap |
|
typedef void | SizeSetter |
|
static void | Writer (T *msg, uint8_t *data, size_t size) |
|
static int | Parse (const uint8_t *data, size_t size, ParseContext *context, T *obj) |
|
static int | Encode (EncodeContext *context, const T *msg, uint8_t *data, size_t size) |
|
static bool | Verifier (const void *obj, const uint8_t *data, size_t size, ParseContext *context) |
|
Definition at line 43 of file bfd_control_packet.cc.
const int BFD::Flags::kAuthenticationPresentOffset = 2 |
|
static |
const int BFD::Flags::kControlPlaneIndependentOffset = 3 |
|
static |
const int BFD::Flags::kDemandOffset = 1 |
|
static |
const int BFD::Flags::kFinallOffset = 4 |
|
static |
const int BFD::Flags::kMultipointOffset = 0 |
|
static |
const int BFD::Flags::kPollOffset = 5 |
|
static |
const int BFD::Flags::kSize = 1 |
|
static |
const int BFD::Flags::kStateBitmask = 0xC0 |
|
static |
const int BFD::Flags::kStateOffset = 6 |
|
static |
The documentation for this class was generated from the following file: