|
OpenSDN source code
|
#include <bgp_proto.h>


Public Member Functions | |
| Keepalive () | |
Public Member Functions inherited from BgpProto::BgpMessage | |
| BgpMessage (MessageType type) | |
| virtual const std::string | ToString () const |
Public Member Functions inherited from ParseObject | |
| virtual | ~ParseObject () |
Static Public Member Functions | |
| static BgpProto::Keepalive * | Decode (const uint8_t *data, size_t size) |
Additional Inherited Members | |
Public Attributes inherited from BgpProto::BgpMessage | |
| MessageType | type |
Definition at line 422 of file bgp_proto.h.
| BgpProto::Keepalive::Keepalive | ( | ) |
Definition at line 382 of file bgp_proto.cc.
|
static |