#include <uaodv-rt.h>
Data Fields | |
uip_ipaddr_t | dest |
uint8_t | hop_count |
uint32_t | hseqno |
uint8_t | is_bad |
struct uaodv_rt_entry * | next |
uip_ipaddr_t | nexthop |
uip_ipaddr_t uaodv_rt_entry::dest |
Referenced by uaodv_rt_add(), and uaodv_rt_lookup_any().
uint8_t uaodv_rt_entry::hop_count |
Referenced by handle_incoming_rreq(), and uaodv_rt_add().
uint32_t uaodv_rt_entry::hseqno |
Referenced by handle_incoming_rerr(), handle_incoming_rrep(), handle_incoming_rreq(), last_known_seqno(), uaodv_bad_dest(), and uaodv_rt_add().
uint8_t uaodv_rt_entry::is_bad |
Referenced by handle_incoming_rerr(), uaodv_bad_dest(), uaodv_rt_add(), and uaodv_rt_lookup().
struct uaodv_rt_entry* uaodv_rt_entry::next |
Referenced by uaodv_rt_lookup_any().
uip_ipaddr_t uaodv_rt_entry::nexthop |
Referenced by handle_incoming_rerr(), handle_incoming_rrep(), handle_incoming_rreq(), and uaodv_rt_add().