#include <structs.h>
Public Member Functions | |
| bool | operator== (const route_request &st) |
| route_request () | |
Public Attributes | |
| uint16_t | counter |
| uint32_t | hop_limit |
| std::string | hostname_destination |
| std::string | hostname_source |
| uint32_t | id |
| uint8_t | is_mc |
| unsigned char | receiver_mac [6] |
| uint8_t | response_sent |
| uint8_t | retransmitted |
| long int | ts |
| route_request::route_request | ( | ) | [inline] |
| bool route_request::operator== | ( | const route_request & | st | ) | [inline] |
| uint16_t route_request::counter |
| uint32_t route_request::hop_limit |
| std::string route_request::hostname_destination |
| std::string route_request::hostname_source |
| uint32_t route_request::id |
| uint8_t route_request::is_mc |
| unsigned char route_request::receiver_mac[6] |
| uint8_t route_request::response_sent |
| uint8_t route_request::retransmitted |
| long int route_request::ts |