#include "config.h"#include "packet.h"Include dependency graph for tora_packet.h:

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

Go to the source code of this file.
Compounds | |
| struct | hdr_tora |
| struct | hdr_tora_clr |
| struct | hdr_tora_qry |
| struct | hdr_tora_upd |
| class | Height |
Defines | |
| #define | HDR_TORA_QRY(p) ((struct hdr_tora_qry*)hdr_tora::access(p)) |
| #define | HDR_TORA_UPD(p) ((struct hdr_tora_upd*)hdr_tora::access(p)) |
| #define | HDR_TORA_CLR(p) ((struct hdr_tora_clr*)hdr_tora::access(p)) |
| #define | TORA_HDR_LEN 32 |
| #define | TORATYPE_QRY 0x01 |
| #define | TORATYPE_UPD 0x02 |
| #define | TORATYPE_CLR 0x04 |
| #define | QRY_HDR_LEN (IP_HDR_LEN + sizeof(struct hdr_tora_qry)) |
| #define | UPD_HDR_LEN (IP_HDR_LEN + sizeof(struct hdr_tora_upd)) |
| #define | CLR_HDR_LEN (IP_HDR_LEN + sizeof(struct hdr_tora_clr)) |
|
|
Definition at line 110 of file tora_packet.h. Referenced by toraAgent::sendCLR(). |
|
|
Definition at line 52 of file tora_packet.h. Referenced by CMUTrace::format_tora(), toraAgent::log_recv_clr(), toraAgent::recvCLR(), and toraAgent::sendCLR(). |
|
|
Definition at line 50 of file tora_packet.h. Referenced by CMUTrace::format_tora(), toraAgent::log_recv_qry(), toraAgent::recvQRY(), and toraAgent::sendQRY(). |
|
|
Definition at line 51 of file tora_packet.h. Referenced by CMUTrace::format_tora(), toraAgent::log_recv_upd(), toraAgent::recvUPD(), and toraAgent::sendUPD(). |
|
|
Definition at line 108 of file tora_packet.h. Referenced by toraAgent::sendQRY(). |
|
|
Definition at line 102 of file tora_packet.h. Referenced by TORAHeaderClass::TORAHeaderClass(). |
|
|
Definition at line 106 of file tora_packet.h. Referenced by CMUTrace::format_tora(), toraAgent::recvTORA(), toraAgent::sendCLR(), imepAgent::toraCreateHeader(), imepAgent::toraExtractHeader(), and imepAgent::toraHeaderLength(). |
|
|
Definition at line 104 of file tora_packet.h. Referenced by CMUTrace::format_tora(), toraAgent::recvTORA(), toraAgent::sendQRY(), imepAgent::toraCreateHeader(), imepAgent::toraExtractHeader(), and imepAgent::toraHeaderLength(). |
|
|
Definition at line 105 of file tora_packet.h. Referenced by CMUTrace::format_tora(), toraAgent::recvTORA(), toraAgent::sendUPD(), imepAgent::toraCreateHeader(), imepAgent::toraExtractHeader(), and imepAgent::toraHeaderLength(). |
|
|
Definition at line 109 of file tora_packet.h. Referenced by toraAgent::sendUPD(). |
1.3.3