#include <sys/types.h>#include <list>#include <map>#include <utility>#include "timer-handler.h"Include dependency graph for ls.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
|
|
|
|
|
|
|
|
Definition at line 250 of file ls.h. Referenced by LsPaths::LsPaths(). |
|
|
|
|
|
Definition at line 162 of file ls.h. Referenced by LsTopoMap::LsTopoMap(). |
|
|
|
|
|
|
|
|
|
|
|
Definition at line 73 of file ls.h.
00073 {
00074 LS_MSG_INVALID = 0,
00075 LS_MSG_LSA = 1, // Link state advertisement
00076 LS_MSG_TPM = 2, // Topology map message
00077 LS_MSG_LSAACK = 3, // Link state advertisement ACK
00078 LS_MSG_TPMACK = 4,
00079 LS_MSG_LSM = 5,
00080 };
|
|
|
Definition at line 68 of file ls.h.
00068 {
00069 LS_STATUS_DOWN = 0,
00070 LS_STATUS_UP = 1
00071 };
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Definition at line 52 of file ls.h. Referenced by LsPath::isValid(), LsEqualPaths::LsEqualPaths(), and LsLinkState::LsLinkState(). |
|
|
|
|
|
Definition at line 63 of file ls.h. Referenced by LsMessageCenter::isLSA(), LsMessageCenter::LsMessageCenter(), and LsUnackPeer::LsUnackPeer(). |
|
|
Definition at line 51 of file ls.h. Referenced by LsPath::isValid(), LsLinkState::LsLinkState(), LsPath::LsPath(), and LsRouting::LsRouting(). |
|
|
|
|
|
Definition at line 54 of file ls.h. Referenced by LsPaths::lookupCost(), and LsPathsTentative::LsPathsTentative(). |
|
|
Definition at line 55 of file ls.h. Referenced by LsMessageCenter::setNodeNumber(). |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1.3.3