|
INET Framework for OMNeT++/OMNEST
|
Class generated from inet/routing/bgpv4/BGPMessage/BGPKeepAlive.msg:33 by nedtool.
More...
#include <BGPKeepAlive_m.h>
Public Member Functions | |
| BGPKeepAliveMessage (const char *name=nullptr, short kind=0) | |
| BGPKeepAliveMessage (const BGPKeepAliveMessage &other) | |
| virtual | ~BGPKeepAliveMessage () |
| BGPKeepAliveMessage & | operator= (const BGPKeepAliveMessage &other) |
| virtual BGPKeepAliveMessage * | dup () const override |
| virtual void | parsimPack (omnetpp::cCommBuffer *b) const override |
| virtual void | parsimUnpack (omnetpp::cCommBuffer *b) override |
Public Member Functions inherited from inet::bgp::BGPHeader | |
| BGPHeader (const char *name=nullptr, short kind=0) | |
| BGPHeader (const BGPHeader &other) | |
| virtual | ~BGPHeader () |
| BGPHeader & | operator= (const BGPHeader &other) |
| virtual char | getType () const |
| virtual void | setType (char type) |
Protected Member Functions | |
| bool | operator== (const BGPKeepAliveMessage &) |
Protected Member Functions inherited from inet::bgp::BGPHeader | |
| bool | operator== (const BGPHeader &) |
Private Member Functions | |
| void | copy (const BGPKeepAliveMessage &other) |
Additional Inherited Members | |
Protected Attributes inherited from inet::bgp::BGPHeader | |
| char | type |
Class generated from inet/routing/bgpv4/BGPMessage/BGPKeepAlive.msg:33 by nedtool.
// // Represents a BGPv4 KEEPALIVE message. // // KEEPALIVE messages are exchanged as often as necessary between systems // to avoid exceeding the BGP Hold Timer (constant defined in BGPOpen). // packet BGPKeepAliveMessage extends BGPHeader { type = BGP_KEEPALIVE; }
| inet::bgp::BGPKeepAliveMessage::BGPKeepAliveMessage | ( | const char * | name = nullptr, |
| short | kind = 0 |
||
| ) |
| inet::bgp::BGPKeepAliveMessage::BGPKeepAliveMessage | ( | const BGPKeepAliveMessage & | other | ) |
|
virtual |
|
private |
|
inlineoverridevirtual |
Reimplemented from inet::bgp::BGPHeader.
| BGPKeepAliveMessage& inet::bgp::BGPKeepAliveMessage::operator= | ( | const BGPKeepAliveMessage & | other | ) |
|
protected |
|
overridevirtual |
Reimplemented from inet::bgp::BGPHeader.
Referenced by inet::bgp::doParsimPacking().
|
overridevirtual |
Reimplemented from inet::bgp::BGPHeader.
Referenced by inet::bgp::doParsimUnpacking().