|
INET Framework for OMNeT++/OMNEST
|
Struct generated from inet/routing/rip/RIPPacket.msg:55 by nedtool. More...
#include <RIPPacket_m.h>
Public Member Functions | |
| RIPEntry () | |
Public Attributes | |
| unsigned short | addressFamilyId |
| unsigned short | routeTag |
| L3Address | address |
| int | prefixLength |
| L3Address | nextHop |
| unsigned int | metric |
Struct generated from inet/routing/rip/RIPPacket.msg:55 by nedtool.
| inet::RIPEntry::RIPEntry | ( | ) |
| L3Address inet::RIPEntry::address |
| unsigned short inet::RIPEntry::addressFamilyId |
| unsigned int inet::RIPEntry::metric |
| L3Address inet::RIPEntry::nextHop |
| int inet::RIPEntry::prefixLength |
| unsigned short inet::RIPEntry::routeTag |
Referenced by inet::RIPRouting::processResponse(), and inet::RIPRouting::sendRoutes().