|
INET Framework for OMNeT++/OMNEST
|
Struct generated from inet/routing/rip/RipPacket.msg:42 by opp_msgtool. More...
#include <RipPacket_m.h>
Public Member Functions | |
| RipEntry () | |
Public Attributes | |
| RipAf | addressFamilyId = static_cast<inet::RipAf>(-1) |
| unsigned short | routeTag = 0 |
| L3Address | address |
| int | prefixLength = 0 |
| L3Address | nextHop |
| unsigned int | metric = 0 |
Struct generated from inet/routing/rip/RipPacket.msg:42 by opp_msgtool.
| inet::RipEntry::RipEntry | ( | ) |
| L3Address inet::RipEntry::address |
| RipAf inet::RipEntry::addressFamilyId = static_cast<inet::RipAf>(-1) |
| unsigned int inet::RipEntry::metric = 0 |
| L3Address inet::RipEntry::nextHop |
| int inet::RipEntry::prefixLength = 0 |
| unsigned short inet::RipEntry::routeTag = 0 |