|
INET Framework for OMNeT++/OMNEST
|
Network for EIGRP routing. More...
#include <EigrpNetworkTable.h>
Public Member Functions | |
| EigrpNetwork (IPAddress &address, IPAddress &mask, int id) | |
| const IPAddress & | getAddress () const |
| void | setAddress (const IPAddress &address) |
| const IPAddress & | getMask () const |
| void | setMask (const IPAddress &mask) |
| int | getNetworkId () const |
| void | setNetworkId (int networkId) |
Protected Attributes | |
| int | networkId |
| IPAddress | address |
| IPAddress | mask |
Network for EIGRP routing.
|
inline |
|
inline |
Referenced by inet::eigrp::EigrpIpv6Pdm::disableInterface(), and inet::operator<<().
|
inline |
Referenced by inet::eigrp::EigrpIpv6Pdm::disableInterface(), and inet::operator<<().
|
inline |
|
inline |
|
inline |
|
inline |
|
protected |
|
protected |
|
protected |