|
INET Framework for OMNeT++/OMNEST
|
#include <omnetpp.h>#include "inet/common/INETDefs_m.h"#include "inet/common/Units_m.h"#include "inet/common/packet/chunk/Chunk_m.h"#include "inet/networklayer/common/L3Address_m.h"Classes | |
| struct | inet::RipEntry |
| Struct generated from inet/routing/rip/RipPacket.msg:42 by opp_msgtool. More... | |
| class | inet::RipPacket |
Class generated from inet/routing/rip/RipPacket.msg:58 by opp_msgtool. More... | |
Namespaces | |
| inet | |
| Copyright (c) 2005 Jan Ringo�, www.ringos.cz. | |
| omnetpp | |
Macros | |
| #define | MSGC_VERSION 0x0600 |
| #define | INET_API |
Enumerations | |
| enum | inet::RipCommand { inet::RIP_REQUEST = 1, inet::RIP_RESPONSE = 2 } |
Enum generated from inet/routing/rip/RipPacket.msg:22 by opp_msgtool. More... | |
| enum | inet::RipAf { inet::RIP_AF_NONE = 0, inet::RIP_AF_INET = 2 } |
Enum generated from inet/routing/rip/RipPacket.msg:30 by opp_msgtool. More... | |
Functions | |
| void | inet::doParsimPacking (omnetpp::cCommBuffer *b, const RipCommand &e) |
| void | inet::doParsimUnpacking (omnetpp::cCommBuffer *b, RipCommand &e) |
| void | inet::doParsimPacking (omnetpp::cCommBuffer *b, const RipAf &e) |
| void | inet::doParsimUnpacking (omnetpp::cCommBuffer *b, RipAf &e) |
| void INET_API | inet::__doPacking (omnetpp::cCommBuffer *b, const RipEntry &a) |
| void INET_API | inet::__doUnpacking (omnetpp::cCommBuffer *b, RipEntry &a) |
| void | inet::doParsimPacking (omnetpp::cCommBuffer *b, const RipEntry &obj) |
| void | inet::doParsimUnpacking (omnetpp::cCommBuffer *b, RipEntry &obj) |
| void | inet::doParsimPacking (omnetpp::cCommBuffer *b, const RipPacket &obj) |
| void | inet::doParsimUnpacking (omnetpp::cCommBuffer *b, RipPacket &obj) |
| any_ptr | omnetpp::toAnyPtr (const inet::RipEntry *p) |
| template<> | |
| inet::ApplicationPacket * | omnetpp::fromAnyPtr (any_ptr ptr) |
Variables | |
| const B | inet::RIP_HEADER_SIZE = B(4) |
| const B | inet::RIP_RTE_SIZE = B(20) |
| #define INET_API |
| #define MSGC_VERSION 0x0600 |