Main Page | Namespace List | Class Hierarchy | Alphabetical List | Compound List | File List | Compound Members | File Members

tora_packet.h File Reference

#include "config.h"
#include "packet.h"

Include dependency graph for tora_packet.h:

Include dependency graph

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

Included by dependency graph

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))


Define Documentation

#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().

#define HDR_TORA_CLR  )     ((struct hdr_tora_clr*)hdr_tora::access(p))
 

Definition at line 52 of file tora_packet.h.

Referenced by CMUTrace::format_tora(), toraAgent::log_recv_clr(), toraAgent::recvCLR(), and toraAgent::sendCLR().

#define HDR_TORA_QRY  )     ((struct hdr_tora_qry*)hdr_tora::access(p))
 

Definition at line 50 of file tora_packet.h.

Referenced by CMUTrace::format_tora(), toraAgent::log_recv_qry(), toraAgent::recvQRY(), and toraAgent::sendQRY().

#define HDR_TORA_UPD  )     ((struct hdr_tora_upd*)hdr_tora::access(p))
 

Definition at line 51 of file tora_packet.h.

Referenced by CMUTrace::format_tora(), toraAgent::log_recv_upd(), toraAgent::recvUPD(), and toraAgent::sendUPD().

#define QRY_HDR_LEN   (IP_HDR_LEN + sizeof(struct hdr_tora_qry))
 

Definition at line 108 of file tora_packet.h.

Referenced by toraAgent::sendQRY().

#define TORA_HDR_LEN   32
 

Definition at line 102 of file tora_packet.h.

Referenced by TORAHeaderClass::TORAHeaderClass().

#define TORATYPE_CLR   0x04
 

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().

#define TORATYPE_QRY   0x01
 

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().

#define TORATYPE_UPD   0x02
 

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().

#define UPD_HDR_LEN   (IP_HDR_LEN + sizeof(struct hdr_tora_upd))
 

Definition at line 109 of file tora_packet.h.

Referenced by toraAgent::sendUPD().


Generated on Tue Apr 20 12:30:06 2004 for NS2.26SourcesOriginal by doxygen 1.3.3