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