INET Framework for OMNeT++/OMNEST
AnsaOspf6 Namespace Reference

Classes

class  Interface
class  InterfaceState
class  InterfaceStateBackup
class  InterfaceStateDesignatedRouter
class  InterfaceStateDown
class  InterfaceStateLoopback
class  InterfaceStateNotDesignatedRouter
class  InterfaceStatePointToPoint
class  InterfaceStateWaiting
class  DatabaseDescriptionHandler
class  HelloHandler
class  IMessageHandler
class  LinkStateAcknowledgementHandler
class  LinkStateRequestHandler
class  LinkStateUpdateHandler
class  MessageHandler
struct  NextHop
class  RoutingInfo
class  LsaTrackingInfo
class  RouterLsa
class  NetworkLsa
class  InterAreaPrefixLsa
class  InterAreaRouterLsa
class  AsExternalLsa
class  LinkLsa
class  IntraAreaPrefixLsa
class  Neighbor
class  NeighborState
class  NeighborStateAttempt
class  NeighborStateDown
class  NeighborStateExchange
class  NeighborStateExchangeStart
class  NeighborStateFull
class  NeighborStateInit
class  NeighborStateLoading
class  NeighborStateTwoWay
class  Area
class  IPv6Address_Less
struct  IPv6AddressPrefix
class  IPv6AddressPrefix_Less
struct  HostRouteParameters
struct  LsaKeyType6
class  LsaKeyType6_Less
class  Router
class  RoutingTableEntry
class  Stat

Typedefs

typedef uint32 RouterID
typedef uint32 DesignatedRouterID
typedef uint32 ProcessID
typedef uint32 AreaID
typedef uint32 IfaceID
typedef uint8 InstanceID
typedef uint16 Metric
typedef uint32 LinkStateID

Variables

const RouterID NullRouterID = 0
const AreaID BackboneAreaID = 0
const LinkStateID NullLinkStateID = 0
const IPv6Address AllSPFRouters = "FF02::5"
const IPv6Address AllDRouters = "FF02::6"
const IPv6AddressPrefix NullAddressPrefix = {IPv6Address::UNSPECIFIED_ADDRESS, 128}
const DesignatedRouterID NullDesignatedRouterID = NullRouterID

Typedef Documentation

typedef uint32 AnsaOspf6::AreaID

Definition at line 37 of file ansaOspfCommon6.h.

Definition at line 35 of file ansaOspfCommon6.h.

typedef uint32 AnsaOspf6::IfaceID

Definition at line 38 of file ansaOspfCommon6.h.

typedef uint8 AnsaOspf6::InstanceID

Definition at line 39 of file ansaOspfCommon6.h.

typedef uint32 AnsaOspf6::LinkStateID

Definition at line 41 of file ansaOspfCommon6.h.

typedef uint16 AnsaOspf6::Metric

Definition at line 40 of file ansaOspfCommon6.h.

typedef uint32 AnsaOspf6::ProcessID

Definition at line 36 of file ansaOspfCommon6.h.

typedef uint32 AnsaOspf6::RouterID

Definition at line 34 of file ansaOspfCommon6.h.


Variable Documentation

Definition at line 79 of file ansaOspfCommon6.h.