INET Framework for OMNeT++/OMNEST
|
#include <BGPCommon.h>
Public Attributes | |
SessionID | sessionID = 0 |
BGPSessionType | sessionType = INCOMPLETE |
ASID | ASValue = 0 |
IPv4Address | routerID |
IPv4Address | peerAddr |
InterfaceEntry * | linkIntf = nullptr |
TCPSocket * | socket = nullptr |
TCPSocket * | socketListen = nullptr |
bool | sessionEstablished = false |
ASID inet::bgp::SessionInfo::ASValue = 0 |
InterfaceEntry* inet::bgp::SessionInfo::linkIntf = nullptr |
Referenced by inet::bgp::BGPRouting::createSession(), and inet::bgp::BGPSession::setInfo().
IPv4Address inet::bgp::SessionInfo::peerAddr |
Referenced by inet::bgp::BGPRouting::createSession(), and inet::bgp::BGPSession::setInfo().
IPv4Address inet::bgp::SessionInfo::routerID |
Referenced by inet::bgp::BGPRouting::createSession(), and inet::bgp::BGPSession::setInfo().
bool inet::bgp::SessionInfo::sessionEstablished = false |
Referenced by inet::bgp::BGPSession::BGPSession().
SessionID inet::bgp::SessionInfo::sessionID = 0 |
Referenced by inet::bgp::BGPRouting::createSession(), and inet::bgp::BGPSession::setInfo().
BGPSessionType inet::bgp::SessionInfo::sessionType = INCOMPLETE |
TCPSocket* inet::bgp::SessionInfo::socket = nullptr |
TCPSocket* inet::bgp::SessionInfo::socketListen = nullptr |
Referenced by inet::bgp::BGPSession::~BGPSession().