#include <olsr_protocol.h>

Data Fields | |
| uint8_t | type |
| uint32_t | vtime |
| uint16_t | size |
| union olsr_ip_addr | originator |
| uint8_t | ttl |
| uint8_t | hopcnt |
| uint16_t | seqno |
| const uint8_t * | header |
| const uint8_t * | payload |
| const uint8_t * | end |
Definition at line 329 of file olsr_protocol.h.
| const uint8_t* olsr_message::end |
Definition at line 341 of file olsr_protocol.h.
Referenced by olsr_input_hna(), olsr_input_mid(), olsr_input_tc(), olsr_parse_msg_hdr(), and olsr_parser().
| const uint8_t* olsr_message::header |
Definition at line 339 of file olsr_protocol.h.
Referenced by olsr_parse_msg_hdr().
| uint8_t olsr_message::hopcnt |
Definition at line 335 of file olsr_protocol.h.
Referenced by generate_hello(), generate_mid(), olsr_forward_message(), olsr_input_tc(), olsr_mdns_gen(), olsr_namesvc_gen(), olsr_obamp_gen(), olsr_parse_msg_hdr(), olsr_put_msg_hdr(), and parse_packet().
Definition at line 333 of file olsr_protocol.h.
Referenced by generate_hello(), generate_mid(), olsr_input_hna(), olsr_input_mid(), olsr_input_tc(), olsr_is_duplicate_message(), olsr_mdns_gen(), olsr_msg_statistics(), olsr_namesvc_gen(), olsr_obamp_gen(), olsr_parse_msg_hdr(), olsr_parser(), olsr_put_msg_hdr(), parse_packet(), and update_link_entry().
| const uint8_t* olsr_message::payload |
Definition at line 340 of file olsr_protocol.h.
Referenced by deserialize_hello(), olsr_input_hna(), olsr_input_mid(), olsr_input_tc(), olsr_parse_msg_hdr(), and olsr_parser().
| uint16_t olsr_message::seqno |
Definition at line 336 of file olsr_protocol.h.
Referenced by generate_hello(), generate_mid(), olsr_input_hna(), olsr_input_mid(), olsr_input_tc(), olsr_is_duplicate_message(), olsr_mdns_gen(), olsr_namesvc_gen(), olsr_obamp_gen(), olsr_parse_msg_hdr(), olsr_put_msg_hdr(), and parse_packet().
| uint16_t olsr_message::size |
Definition at line 332 of file olsr_protocol.h.
Referenced by generate_hello(), generate_mid(), olsr_forward_message(), olsr_mdns_gen(), olsr_msg_statistics(), olsr_namesvc_gen(), olsr_obamp_gen(), olsr_parse_msg_hdr(), olsr_put_msg_hdr(), and parse_packet().
| uint8_t olsr_message::ttl |
Definition at line 334 of file olsr_protocol.h.
Referenced by generate_hello(), generate_mid(), olsr_forward_message(), olsr_mdns_gen(), olsr_namesvc_gen(), olsr_obamp_gen(), olsr_parse_msg_hdr(), olsr_put_msg_hdr(), and parse_packet().
| uint8_t olsr_message::type |
Definition at line 330 of file olsr_protocol.h.
Referenced by generate_hello(), generate_mid(), olsr_forward_message(), olsr_input_hna(), olsr_input_mid(), olsr_input_tc(), olsr_mdns_gen(), olsr_msg_statistics(), olsr_namesvc_gen(), olsr_obamp_gen(), olsr_parse_msg_hdr(), olsr_parser(), olsr_put_msg_hdr(), and parse_packet().
| uint32_t olsr_message::vtime |
Definition at line 331 of file olsr_protocol.h.
Referenced by generate_hello(), generate_mid(), olsr_input_hna(), olsr_input_mid(), olsr_input_tc(), olsr_mdns_gen(), olsr_namesvc_gen(), olsr_obamp_gen(), olsr_parse_msg_hdr(), olsr_parser(), olsr_put_msg_hdr(), process_message_neighbors(), and update_link_entry().
1.6.3