#include <uaodv-def.h>
Data Fields | |
uip_ipaddr_t | dest_addr |
uint32_t | dest_seqno |
uint8_t | flags |
uint8_t | hop_count |
uint32_t | lifetime |
uip_ipaddr_t | orig_addr |
uint8_t | prefix_sz |
uint8_t | type |
uip_ipaddr_t uaodv_msg_rrep::dest_addr |
Referenced by handle_incoming_rrep(), and send_rrep().
uint32_t uaodv_msg_rrep::dest_seqno |
Referenced by handle_incoming_rrep(), and send_rrep().
uint8_t uaodv_msg_rrep::flags |
Referenced by handle_incoming_rrep(), and send_rrep().
uint8_t uaodv_msg_rrep::hop_count |
Referenced by handle_incoming_rrep(), and send_rrep().
uint32_t uaodv_msg_rrep::lifetime |
Referenced by send_rrep().
uip_ipaddr_t uaodv_msg_rrep::orig_addr |
Referenced by handle_incoming_rrep(), and send_rrep().
uint8_t uaodv_msg_rrep::prefix_sz |
Referenced by send_rrep().
uint8_t uaodv_msg_rrep::type |
Referenced by send_rrep().