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

hdr_tora Struct Reference

#include <tora_packet.h>

Collaboration diagram for hdr_tora:

Collaboration graph
[legend]
List of all members.

Static Public Member Functions

int & offset ()
hdr_toraaccess (const Packet *p)

Public Attributes

u_int16_t th_type
u_int16_t reserved
nsaddr_t th_dst

Static Public Attributes

int offset_

Member Function Documentation

hdr_tora* hdr_tora::access const Packet p  )  [inline, static]
 

Definition at line 123 of file tora_packet.h.

References Packet::access(), and offset_.

00123                                                         {
00124                 return (hdr_tora*) p->access(offset_);
00125         }

Here is the call graph for this function:

int& hdr_tora::offset  )  [inline, static]
 

Definition at line 122 of file tora_packet.h.

References offset_.

00122 { return offset_; }


Member Data Documentation

int hdr_tora::offset_ [static]
 

Definition at line 64 of file tora.cc.

Referenced by access(), offset(), and TORAHeaderClass::TORAHeaderClass().

u_int16_t hdr_tora::reserved
 

Definition at line 117 of file tora_packet.h.

nsaddr_t hdr_tora::th_dst
 

Definition at line 118 of file tora_packet.h.

u_int16_t hdr_tora::th_type
 

Definition at line 116 of file tora_packet.h.

Referenced by imepAgent::toraHeaderLength().


The documentation for this struct was generated from the following files:
Generated on Tue Apr 20 12:50:49 2004 for NS2.26SourcesOriginal by doxygen 1.3.3