|
| 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.
◆ kAuthenticationPresentOffset
| const int BFD::Flags::kAuthenticationPresentOffset = 2 |
|
static |
◆ kControlPlaneIndependentOffset
| const int BFD::Flags::kControlPlaneIndependentOffset = 3 |
|
static |
◆ kDemandOffset
| const int BFD::Flags::kDemandOffset = 1 |
|
static |
◆ kFinallOffset
| const int BFD::Flags::kFinallOffset = 4 |
|
static |
◆ kMultipointOffset
| const int BFD::Flags::kMultipointOffset = 0 |
|
static |
◆ kPollOffset
| const int BFD::Flags::kPollOffset = 5 |
|
static |
◆ kSize
| const int BFD::Flags::kSize = 1 |
|
static |
◆ kStateBitmask
| const int BFD::Flags::kStateBitmask = 0xC0 |
|
static |
◆ kStateOffset
| const int BFD::Flags::kStateOffset = 6 |
|
static |
The documentation for this class was generated from the following file: