#include <LinkStateRouter.h>
Definition at line 38 of file LinkStateRouter.h.
Public Attributes | |
ls_type | type |
char | from [MAX_EID] |
char | to [MAX_EID] |
u_int8_t | cost |
Static Public Attributes | |
static const u_int8_t | LINK_DOWN = 255 |
const u_int8_t dtn::LinkStateRouter::LinkStateAnnouncement::LINK_DOWN = 255 [static] |
Definition at line 39 of file LinkStateRouter.h.
Referenced by dtn::LinkStateRouter::LSRegistration::deliver_bundle(), and dtn::LinkStateRouter::send_announcement().
Definition at line 41 of file LinkStateRouter.h.
Referenced by dtn::LinkStateRouter::send_announcement().
char dtn::LinkStateRouter::LinkStateAnnouncement::from[MAX_EID] |
Definition at line 42 of file LinkStateRouter.h.
Referenced by dtn::LinkStateRouter::LSRegistration::deliver_bundle(), and dtn::LinkStateRouter::send_announcement().
char dtn::LinkStateRouter::LinkStateAnnouncement::to[MAX_EID] |
Definition at line 43 of file LinkStateRouter.h.
Referenced by dtn::LinkStateRouter::LSRegistration::deliver_bundle(), and dtn::LinkStateRouter::send_announcement().
Definition at line 44 of file LinkStateRouter.h.
Referenced by dtn::LinkStateRouter::LSRegistration::deliver_bundle(), and dtn::LinkStateRouter::send_announcement().