|
INET Framework for OMNeT++/OMNEST
|
#include <BgpCommon.h>
Public Attributes | |
| SessionId | sessionID = 0 |
| BgpSessionType | sessionType = INCOMPLETE |
| AsId | ASValue = 0 |
| Ipv4Address | routerID |
| Ipv4Address | peerAddr |
| Ipv4Address | myAddr |
| bool | nextHopSelf = false |
| int | localPreference = 0 |
| bool | checkConnection = false |
| int | ebgpMultihop = 0 |
| NetworkInterface * | linkIntf = nullptr |
| TcpSocket * | socket = nullptr |
| TcpSocket * | socketListen = nullptr |
| bool | sessionEstablished = false |
| AsId inet::bgp::SessionInfo::ASValue = 0 |
| bool inet::bgp::SessionInfo::checkConnection = false |
| int inet::bgp::SessionInfo::ebgpMultihop = 0 |
| NetworkInterface* inet::bgp::SessionInfo::linkIntf = nullptr |
Referenced by inet::bgp::BgpRouter::createEbgpSession(), inet::bgp::BgpSession::getLinkIntf(), inet::bgp::BgpSession::sendKeepAliveMessage(), inet::bgp::BgpSession::sendOpenMessage(), inet::bgp::BgpSession::sendUpdateMessage(), inet::bgp::BgpSession::setInfo(), and inet::bgp::BgpSession::setlinkIntf().
| int inet::bgp::SessionInfo::localPreference = 0 |
| Ipv4Address inet::bgp::SessionInfo::myAddr |
| bool inet::bgp::SessionInfo::nextHopSelf = false |
Referenced by inet::bgp::BgpSession::getNextHopSelf(), and inet::bgp::BgpSession::setNextHopSelf().
| Ipv4Address inet::bgp::SessionInfo::peerAddr |
Referenced by inet::bgp::BgpRouter::createEbgpSession(), inet::bgp::BgpRouter::createIbgpSession(), inet::bgp::BgpSession::getPeerAddr(), inet::bgp::BgpSession::sendKeepAliveMessage(), inet::bgp::BgpSession::sendOpenMessage(), inet::bgp::BgpSession::sendUpdateMessage(), and inet::bgp::BgpSession::setInfo().
| Ipv4Address inet::bgp::SessionInfo::routerID |
| bool inet::bgp::SessionInfo::sessionEstablished = false |
Referenced by inet::bgp::BgpSession::BgpSession(), and inet::bgp::BgpSession::isEstablished().
| SessionId inet::bgp::SessionInfo::sessionID = 0 |
Referenced by inet::bgp::BgpRouter::createEbgpSession(), inet::bgp::BgpRouter::createIbgpSession(), inet::bgp::BgpSession::getSessionID(), inet::bgp::BgpSession::listenConnectionFromPeer(), inet::bgp::BgpSession::openTCPConnectionToPeer(), inet::bgp::BgpSession::setInfo(), and inet::bgp::BgpSession::updateSendProcess().
| BgpSessionType inet::bgp::SessionInfo::sessionType = INCOMPLETE |
| TcpSocket* inet::bgp::SessionInfo::socket = nullptr |
| TcpSocket* inet::bgp::SessionInfo::socketListen = nullptr |