Go to the source code of this file.
Classes | |
class | RouteRequest |
struct | rreq_header |
Functions | |
struct rreq_header | __attribute__ ((packed)) |
Variables | |
RouteRequest | __attribute__ |
uint8_t | flag_field |
uint8_t | frame_type |
uint32_t | hop_count |
uint32_t | hop_limit |
uint32_t | hostname_destination_len |
uint32_t | hostname_source_len |
uint32_t | id |
struct rreq_header __attribute__ | ( | (packed) | ) |
uint8_t flag_field |
Definition at line 30 of file RouteRequest.h.
uint8_t frame_type |
Definition at line 26 of file RouteRequest.h.
uint32_t hop_count |
Definition at line 28 of file RouteRequest.h.
uint32_t hop_limit |
Definition at line 29 of file RouteRequest.h.
uint32_t hostname_destination_len |
Definition at line 33 of file RouteRequest.h.
uint32_t hostname_source_len |
Definition at line 32 of file RouteRequest.h.
uint32_t id |
Definition at line 27 of file RouteRequest.h.