#include <uaodv-def.h>
Data Fields | |
uip_ipaddr_t | dest_addr |
uint32_t | dest_seqno |
uint8_t | flags |
uint8_t | hop_count |
uip_ipaddr_t | orig_addr |
uint32_t | orig_seqno |
uint8_t | reserved |
uint32_t | rreq_id |
uint8_t | type |
uip_ipaddr_t uaodv_msg_rreq::dest_addr |
Referenced by handle_incoming_rreq(), and send_rreq().
uint32_t uaodv_msg_rreq::dest_seqno |
Referenced by handle_incoming_rreq(), and send_rreq().
uint8_t uaodv_msg_rreq::flags |
Referenced by handle_incoming_rreq(), and send_rreq().
uint8_t uaodv_msg_rreq::hop_count |
Referenced by handle_incoming_rreq(), and send_rreq().
uip_ipaddr_t uaodv_msg_rreq::orig_addr |
Referenced by handle_incoming_rreq(), and send_rreq().
uint32_t uaodv_msg_rreq::orig_seqno |
Referenced by handle_incoming_rreq(), and send_rreq().
uint8_t uaodv_msg_rreq::reserved |
Referenced by send_rreq().
uint32_t uaodv_msg_rreq::rreq_id |
Referenced by handle_incoming_rreq(), and send_rreq().
uint8_t uaodv_msg_rreq::type |
Referenced by send_rreq().