|
INET Framework for OMNeT++/OMNEST
|
Go to the source code of this file.
Classes | |
| struct | RouteEntry |
| class | RIPPacket |
Defines | |
| #define | MSGC_VERSION 0x0402 |
Enumerations | |
| enum | RIPCommand { Request = 1, Response = 2 } |
Functions | |
| void | doPacking (cCommBuffer *b, RouteEntry &a) |
| void | doUnpacking (cCommBuffer *b, RouteEntry &a) |
| void | doPacking (cCommBuffer *b, RIPPacket &obj) |
| void | doUnpacking (cCommBuffer *b, RIPPacket &obj) |
| #define MSGC_VERSION 0x0402 |
Definition at line 11 of file RIPPacket_m.h.
| enum RIPCommand |
Enum generated from ansa/rip/RIPPacket.msg by opp_msgc.
enum RIPCommand
{
Request = 1;
Response = 2;
}
Definition at line 32 of file RIPPacket_m.h.
| void doPacking | ( | cCommBuffer * | b, |
| RouteEntry & | a | ||
| ) |
Definition at line 105 of file RIPPacket_m.h.
{obj.parsimPack(b);}
| void doUnpacking | ( | cCommBuffer * | b, |
| RouteEntry & | a | ||
| ) |
| void doUnpacking | ( | cCommBuffer * | b, |
| RIPPacket & | obj | ||
| ) | [inline] |
Definition at line 106 of file RIPPacket_m.h.
{obj.parsimUnpack(b);}