|
INET Framework for OMNeT++/OMNEST
|
Go to the source code of this file.
| #define CHECK_AGE 300 |
Definition at line 23 of file ansaOspfCommon6.h.
| #define DEFAULT_DESTINATION_ADDRESS 0 |
Definition at line 26 of file ansaOspfCommon6.h.
| #define INITIAL_SEQUENCE_NUMBER -2147483647 |
Definition at line 27 of file ansaOspfCommon6.h.
| #define LS_INFINITY 16777215 |
Definition at line 25 of file ansaOspfCommon6.h.
| #define LS_REFRESH_TIME 1800 |
Definition at line 19 of file ansaOspfCommon6.h.
| #define MAX_AGE 3600 |
Definition at line 22 of file ansaOspfCommon6.h.
| #define MAX_AGE_DIFF 900 |
Definition at line 24 of file ansaOspfCommon6.h.
| #define MAX_SEQUENCE_NUMBER 2147483647 |
Definition at line 28 of file ansaOspfCommon6.h.
| #define MIN_LS_ARRIVAL 1 |
Definition at line 21 of file ansaOspfCommon6.h.
| #define MIN_LS_INTERVAL 5 |
Definition at line 20 of file ansaOspfCommon6.h.
| #define OSPF_MAX_COST 65535 |
Definition at line 16 of file ansaOspfCommon6.h.
Referenced by AnsaOspfRouting6::loadInterfaceConfig().
| #define OSPF_MAX_INSTANCEID 255 |
Definition at line 15 of file ansaOspfCommon6.h.
Referenced by AnsaOspfRouting6::loadInterfaceConfig().
| #define OSPF_MAX_PRIORITY 255 |
Definition at line 17 of file ansaOspfCommon6.h.
Referenced by AnsaOspfRouting6::loadInterfaceConfig().
| #define OSPF_MAX_PROCESSID 65535 |
Definition at line 14 of file ansaOspfCommon6.h.
Referenced by AnsaOspfRouting6::loadInterfaceConfig().
| #define VIRTUAL_LINK_TTL 32 |
Definition at line 30 of file ansaOspfCommon6.h.
| bool operator!= | ( | AnsaOspf6::IPv6AddressPrefix | left, |
| AnsaOspf6::IPv6AddressPrefix | right | ||
| ) | [inline] |
Definition at line 103 of file ansaOspfCommon6.h.
{
return (!(left==right));
}
| std::ostream& operator<< | ( | std::ostream & | os, |
| AnsaOspf6::InstanceID | instanceId | ||
| ) | [inline] |
Definition at line 89 of file ansaOspfCommon6.h.
{
os << (int) instanceId;
return os;
}
| bool operator== | ( | AnsaOspf6::IPv6AddressPrefix | left, |
| AnsaOspf6::IPv6AddressPrefix | right | ||
| ) | [inline] |