#include <RIBDTLV.h>
Public Attributes | |
u_int16_t | string_id |
16 bit identifier that is constant for the duration of a session. | |
u_int8_t | length |
Length of Address String. | |
u_int8_t | unused__ |
u_char | ra_string [0] |
27, 4.4.3
Definition at line 55 of file RIBDTLV.h.
u_int8_t prophet::RIBDTLV::RIBDTLV::RoutingAddressString::length |
Length of Address String.
Definition at line 64 of file RIBDTLV.h.
Referenced by prophet::RIBDTLV::read_ras_entry(), and prophet::RIBDTLV::write_ras_entry().
u_char prophet::RIBDTLV::RIBDTLV::RoutingAddressString::ra_string[0] |
Definition at line 66 of file RIBDTLV.h.
Referenced by prophet::RIBDTLV::read_ras_entry(), and prophet::RIBDTLV::write_ras_entry().
u_int16_t prophet::RIBDTLV::RIBDTLV::RoutingAddressString::string_id |
16 bit identifier that is constant for the duration of a session.
String ID zero is predefined as the node initiating the session through sending the Hello SYN message, and String ID one is predefined as the node responding with the Hello SYNACK message.
Definition at line 63 of file RIBDTLV.h.
Referenced by prophet::RIBDTLV::read_ras_entry(), and prophet::RIBDTLV::write_ras_entry().
u_int8_t prophet::RIBDTLV::RIBDTLV::RoutingAddressString::unused__ |