This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Compounds | |
| union | hdr_all_aodv |
| struct | hdr_aodv |
| struct | hdr_aodv_error |
| struct | hdr_aodv_reply |
| struct | hdr_aodv_request |
| struct | hdr_aodv_rrep_ack |
Defines | |
| #define | AODV_MAX_ERRORS 100 |
| #define | AODVTYPE_HELLO 0x01 |
| #define | AODVTYPE_RREQ 0x02 |
| #define | AODVTYPE_RREP 0x04 |
| #define | AODVTYPE_RERR 0x08 |
| #define | AODVTYPE_RREP_ACK 0x10 |
| #define | HDR_AODV(p) ((struct hdr_aodv*)hdr_aodv::access(p)) |
| #define | HDR_AODV_REQUEST(p) ((struct hdr_aodv_request*)hdr_aodv::access(p)) |
| #define | HDR_AODV_REPLY(p) ((struct hdr_aodv_reply*)hdr_aodv::access(p)) |
| #define | HDR_AODV_ERROR(p) ((struct hdr_aodv_error*)hdr_aodv::access(p)) |
| #define | HDR_AODV_RREP_ACK(p) ((struct hdr_aodv_rrep_ack*)hdr_aodv::access(p)) |
|
|
Definition at line 38 of file aodv_packet.h. |
|
|
Definition at line 44 of file aodv_packet.h. Referenced by CMUTrace::format_aodv(), AODV::recvAODV(), and AODV::sendHello(). |
|
|
Definition at line 47 of file aodv_packet.h. Referenced by CMUTrace::format_aodv(), AODV::recvAODV(), and AODV::sendError(). |
|
|
Definition at line 46 of file aodv_packet.h. Referenced by CMUTrace::format_aodv(), AODV::recvAODV(), and AODV::sendReply(). |
|
|
Definition at line 48 of file aodv_packet.h. |
|
|
Definition at line 45 of file aodv_packet.h. Referenced by CMUTrace::format_aodv(), AODV::recvAODV(), and AODV::sendRequest(). |
|
|
Definition at line 53 of file aodv_packet.h. Referenced by CMUTrace::format_aodv(), and AODV::recvAODV(). |
|
|
Definition at line 56 of file aodv_packet.h. Referenced by AODV::handle_link_failure(), AODV::recvError(), AODV::rt_resolve(), and AODV::sendError(). |
|
|
Definition at line 55 of file aodv_packet.h. Referenced by CMUTrace::format_aodv(), AODV::recvHello(), AODV::recvReply(), AODV::sendHello(), and AODV::sendReply(). |
|
|
Definition at line 54 of file aodv_packet.h. Referenced by CMUTrace::format_aodv(), AODV::recvRequest(), and AODV::sendRequest(). |
|
|
Definition at line 57 of file aodv_packet.h. |
1.3.3