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

hdr_gaf Struct Reference

#include <gaf.h>

Collaboration diagram for hdr_gaf:

Collaboration graph
[legend]
List of all members.

Static Public Member Functions

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

Public Attributes

int seqno_
GafMsgType type_

Static Public Attributes

int offset_

Member Function Documentation

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

Definition at line 84 of file gaf.h.

References Packet::access(), and offset_.

Referenced by GAFAgent::recv(), and GAFAgent::send_discovery().

00084                                                        {
00085                 return (hdr_gaf*) p->access(offset_);
00086         }

Here is the call graph for this function:

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

Definition at line 83 of file gaf.h.

References offset_.

00083 { return offset_; }


Member Data Documentation

int hdr_gaf::offset_ [static]
 

Definition at line 38 of file gaf.cc.

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

int hdr_gaf::seqno_
 

Definition at line 78 of file gaf.h.

Referenced by GAFAgent::send_discovery().

GafMsgType hdr_gaf::type_
 

Definition at line 79 of file gaf.h.

Referenced by GAFAgent::recv(), and GAFAgent::send_discovery().


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