#include <bgp_proto.h>
Definition at line 57 of file bgp_proto.h.
◆ OpenOptParamTypes
| Enumerator |
|---|
| OPEN_OPT_CAPABILITIES | |
Definition at line 58 of file bgp_proto.h.
◆ OpenMessage()
| BgpProto::OpenMessage::OpenMessage |
( |
| ) |
|
◆ ~OpenMessage()
| BgpProto::OpenMessage::~OpenMessage |
( |
| ) |
|
◆ Decode()
◆ EncodeCapabilities()
| int BgpProto::OpenMessage::EncodeCapabilities |
( |
OpenMessage * |
msg, |
|
|
uint8_t * |
data, |
|
|
size_t |
size |
|
) |
| |
|
private |
◆ EncodeData()
| static int BgpProto::OpenMessage::EncodeData |
( |
OpenMessage * |
msg, |
|
|
uint8_t * |
data, |
|
|
size_t |
size |
|
) |
| |
|
static |
◆ ToString()
| const string BgpProto::OpenMessage::ToString |
( |
| ) |
const |
|
virtual |
◆ Validate()
| int BgpProto::OpenMessage::Validate |
( |
BgpPeer * |
peer | ) |
const |
◆ ValidateCapabilities()
| int BgpProto::OpenMessage::ValidateCapabilities |
( |
BgpPeer * |
peer | ) |
const |
|
private |
◆ as_num
| uint32_t BgpProto::OpenMessage::as_num |
◆ holdtime
| int32_t BgpProto::OpenMessage::holdtime |
◆ identifier
| uint32_t BgpProto::OpenMessage::identifier |
◆ opt_params
| std::vector<OptParam *> BgpProto::OpenMessage::opt_params |
The documentation for this struct was generated from the following files: