|
INET Framework for OMNeT++/OMNEST
|
#include <omnetpp.h>#include "inet/common/INETDefs_m.h"#include "inet/common/packet/chunk/Chunk_m.h"#include "inet/linklayer/common/EtherType_m.h"#include "inet/linklayer/common/FcsMode_m.h"#include "inet/linklayer/common/MacAddress_m.h"Classes | |
| class | inet::EthernetMacAddressFields |
Class generated from inet/linklayer/ethernet/common/EthernetMacHeader.msg:30 by opp_msgtool. More... | |
| class | inet::EthernetTypeOrLengthField |
Class generated from inet/linklayer/ethernet/common/EthernetMacHeader.msg:50 by opp_msgtool. More... | |
| class | inet::EthernetMacHeader |
Class generated from inet/linklayer/ethernet/common/EthernetMacHeader.msg:77 by opp_msgtool. More... | |
| class | inet::EthernetPadding |
Class generated from inet/linklayer/ethernet/common/EthernetMacHeader.msg:105 by opp_msgtool. More... | |
| class | inet::EthernetFcs |
Class generated from inet/linklayer/ethernet/common/EthernetMacHeader.msg:120 by opp_msgtool. More... | |
| class | inet::EthernetFragmentFcs |
Class generated from inet/linklayer/ethernet/common/EthernetMacHeader.msg:139 by opp_msgtool. More... | |
Namespaces | |
| inet | |
| Copyright (c) 2005 Jan Ringo�, www.ringos.cz. | |
| omnetpp | |
Macros | |
| #define | MSGC_VERSION 0x0600 |
| #define | INET_API |
Functions | |
| void | inet::doParsimPacking (omnetpp::cCommBuffer *b, const EthernetMacAddressFields &obj) |
| void | inet::doParsimUnpacking (omnetpp::cCommBuffer *b, EthernetMacAddressFields &obj) |
| void | inet::doParsimPacking (omnetpp::cCommBuffer *b, const EthernetTypeOrLengthField &obj) |
| void | inet::doParsimUnpacking (omnetpp::cCommBuffer *b, EthernetTypeOrLengthField &obj) |
| void | inet::doParsimPacking (omnetpp::cCommBuffer *b, const EthernetMacHeader &obj) |
| void | inet::doParsimUnpacking (omnetpp::cCommBuffer *b, EthernetMacHeader &obj) |
| bool | inet::isEth2Header (const EthernetMacHeader &hdr) |
| bool | inet::isIeee8023Header (const EthernetMacHeader &hdr) |
| void | inet::doParsimPacking (omnetpp::cCommBuffer *b, const EthernetPadding &obj) |
| void | inet::doParsimUnpacking (omnetpp::cCommBuffer *b, EthernetPadding &obj) |
| void | inet::doParsimPacking (omnetpp::cCommBuffer *b, const EthernetFcs &obj) |
| void | inet::doParsimUnpacking (omnetpp::cCommBuffer *b, EthernetFcs &obj) |
| void | inet::doParsimPacking (omnetpp::cCommBuffer *b, const EthernetFragmentFcs &obj) |
| void | inet::doParsimUnpacking (omnetpp::cCommBuffer *b, EthernetFragmentFcs &obj) |
| template<> | |
| inet::ApplicationPacket * | omnetpp::fromAnyPtr (any_ptr ptr) |
| #define INET_API |
| #define MSGC_VERSION 0x0600 |