#include <obamp.h>
Data Fields | |
| u_int8_t | MessageID |
| u_int32_t | router_id |
| u_int32_t | last_hop |
| u_int16_t | SequenceNumber |
| u_int32_t | CoreAddress |
| u_int16_t | datalen |
| unsigned char | data [1471] |
Definition at line 189 of file obamp.h.
| u_int32_t OBAMP_data_message4::CoreAddress |
Definition at line 195 of file obamp.h.
Referenced by SendOBAMPData().
| unsigned char OBAMP_data_message4::data[1471] |
Definition at line 197 of file obamp.h.
Referenced by decap_data(), and SendOBAMPData().
| u_int16_t OBAMP_data_message4::datalen |
Definition at line 196 of file obamp.h.
Referenced by SendOBAMPData().
| u_int32_t OBAMP_data_message4::last_hop |
Definition at line 193 of file obamp.h.
Referenced by CheckDataFromTreeLink(), forward_obamp_data(), and SendOBAMPData().
| u_int8_t OBAMP_data_message4::MessageID |
Definition at line 191 of file obamp.h.
Referenced by SendOBAMPData().
| u_int32_t OBAMP_data_message4::router_id |
Definition at line 192 of file obamp.h.
Referenced by CheckDupData(), and SendOBAMPData().
| u_int16_t OBAMP_data_message4::SequenceNumber |
Definition at line 194 of file obamp.h.
Referenced by CheckDupData(), and SendOBAMPData().
1.6.3