INET Framework for OMNeT++/OMNEST
|
#include <omnetpp.h>
#include "inet/networklayer/contract/ipv4/IPv4Address.h"
#include "inet/routing/bgpv4/BGPMessage/BGPASPathSegment_m.h"
#include "inet/routing/bgpv4/BGPCommon_m.h"
Classes | |
struct | inet::bgp::BGPUpdateAttributeFlags |
Struct generated from inet/routing/bgpv4/BGPMessage/BGPUpdatePathAttributes.msg:42 by nedtool. More... | |
struct | inet::bgp::BGPUpdateAttributeType |
Struct generated from inet/routing/bgpv4/BGPMessage/BGPUpdatePathAttributes.msg:50 by nedtool. More... | |
class | inet::bgp::BGPUpdatePathAttributes |
Class generated from inet/routing/bgpv4/BGPMessage/BGPUpdatePathAttributes.msg:56 by nedtool. More... | |
class | inet::bgp::BGPUpdatePathAttributesOrigin |
Class generated from inet/routing/bgpv4/BGPMessage/BGPUpdatePathAttributes.msg:63 by nedtool. More... | |
class | inet::bgp::BGPUpdatePathAttributesASPath |
Class generated from inet/routing/bgpv4/BGPMessage/BGPUpdatePathAttributes.msg:69 by nedtool. More... | |
class | inet::bgp::BGPUpdatePathAttributesNextHop |
Class generated from inet/routing/bgpv4/BGPMessage/BGPUpdatePathAttributes.msg:75 by nedtool. More... | |
class | inet::bgp::BGPUpdatePathAttributesLocalPref |
Class generated from inet/routing/bgpv4/BGPMessage/BGPUpdatePathAttributes.msg:81 by nedtool. More... | |
class | inet::bgp::BGPUpdatePathAttributesAtomicAggregate |
Class generated from inet/routing/bgpv4/BGPMessage/BGPUpdatePathAttributes.msg:93 by nedtool. More... | |
Namespaces | |
inet | |
Copyright (c) 2005 Jan Ringo�, www.ringos.cz. | |
inet::bgp | |
Macros | |
#define | __INET__BGP_BGPUPDATEPATHATTRIBUTES_M_H |
#define | MSGC_VERSION 0x0501 |
#define | INET_API |
Enumerations | |
enum | inet::bgp::BGPUpdateAttributeTypeCode { inet::bgp::ORIGIN = 1, inet::bgp::AS_PATH = 2, inet::bgp::NEXT_HOP = 3, inet::bgp::LOCAL_PREF = 5, inet::bgp::ATOMIC_AGGREGATE = 6 } |
Enum generated from inet/routing/bgpv4/BGPMessage/BGPUpdatePathAttributes.msg:33 by nedtool. More... | |
enum | inet::bgp::BGPUpdateAtomicAggregateValues { inet::bgp::NO_SPECIFIC_ROUTE = 0, inet::bgp::SPECIFIC_ROUTE = 1 } |
Enum generated from inet/routing/bgpv4/BGPMessage/BGPUpdatePathAttributes.msg:87 by nedtool. More... | |
Functions | |
void INET_API | inet::bgp::__doPacking (omnetpp::cCommBuffer *b, const BGPUpdateAttributeFlags &a) |
void INET_API | inet::bgp::__doUnpacking (omnetpp::cCommBuffer *b, BGPUpdateAttributeFlags &a) |
void | inet::bgp::doParsimPacking (omnetpp::cCommBuffer *b, const BGPUpdateAttributeFlags &obj) |
void | inet::bgp::doParsimUnpacking (omnetpp::cCommBuffer *b, BGPUpdateAttributeFlags &obj) |
void INET_API | inet::bgp::__doPacking (omnetpp::cCommBuffer *b, const BGPUpdateAttributeType &a) |
void INET_API | inet::bgp::__doUnpacking (omnetpp::cCommBuffer *b, BGPUpdateAttributeType &a) |
void | inet::bgp::doParsimPacking (omnetpp::cCommBuffer *b, const BGPUpdateAttributeType &obj) |
void | inet::bgp::doParsimUnpacking (omnetpp::cCommBuffer *b, BGPUpdateAttributeType &obj) |
void | inet::bgp::doParsimPacking (omnetpp::cCommBuffer *b, const BGPUpdatePathAttributes &obj) |
void | inet::bgp::doParsimUnpacking (omnetpp::cCommBuffer *b, BGPUpdatePathAttributes &obj) |
void | inet::bgp::doParsimPacking (omnetpp::cCommBuffer *b, const BGPUpdatePathAttributesOrigin &obj) |
void | inet::bgp::doParsimUnpacking (omnetpp::cCommBuffer *b, BGPUpdatePathAttributesOrigin &obj) |
void | inet::bgp::doParsimPacking (omnetpp::cCommBuffer *b, const BGPUpdatePathAttributesASPath &obj) |
void | inet::bgp::doParsimUnpacking (omnetpp::cCommBuffer *b, BGPUpdatePathAttributesASPath &obj) |
void | inet::bgp::doParsimPacking (omnetpp::cCommBuffer *b, const BGPUpdatePathAttributesNextHop &obj) |
void | inet::bgp::doParsimUnpacking (omnetpp::cCommBuffer *b, BGPUpdatePathAttributesNextHop &obj) |
void | inet::bgp::doParsimPacking (omnetpp::cCommBuffer *b, const BGPUpdatePathAttributesLocalPref &obj) |
void | inet::bgp::doParsimUnpacking (omnetpp::cCommBuffer *b, BGPUpdatePathAttributesLocalPref &obj) |
void | inet::bgp::doParsimPacking (omnetpp::cCommBuffer *b, const BGPUpdatePathAttributesAtomicAggregate &obj) |
void | inet::bgp::doParsimUnpacking (omnetpp::cCommBuffer *b, BGPUpdatePathAttributesAtomicAggregate &obj) |
#define __INET__BGP_BGPUPDATEPATHATTRIBUTES_M_H |
#define INET_API |
#define MSGC_VERSION 0x0501 |