#include <OSPFPacket_m.h>
Inheritance diagram for OSPFHelloPacket:
OSPFPacket.msg
by opp_msgc. message OSPFHelloPacket extends OSPFPacket { fields: IPAddress networkMask;
short helloInterval = 5;
OSPFOptions options;
char routerPriority = 0; long routerDeadInterval = 0;
IPAddress designatedRouter; IPAddress backupDesignatedRouter; IPAddress neighbor[]; };
|
|
|
|
|
|
|
Reimplemented from OSPFPacket. 00209 {return new OSPFHelloPacket(*this);}
|
|
00230 {return const_cast<OSPFHelloPacket*>(this)->getBackupDesignatedRouter();}
|
|
|
|
00227 {return const_cast<OSPFHelloPacket*>(this)->getDesignatedRouter();}
|
|
|
|
|
|
00235 {return const_cast<OSPFHelloPacket*>(this)->getNeighbor(k);}
|
|
|
|
|
|
00215 {return const_cast<OSPFHelloPacket*>(this)->getNetworkMask();}
|
|
|
|
00220 {return const_cast<OSPFHelloPacket*>(this)->getOptions();}
|
|
|
|
|
|
|
|
Reimplemented from OSPFPacket. |
|
Reimplemented from OSPFPacket. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|