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

hdr_ipinip Struct Reference

#include <mip.h>

Collaboration diagram for hdr_ipinip:

Collaboration graph
[legend]
List of all members.

Static Public Member Functions

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

Public Attributes

hdr_ip hdr_
hdr_ipinipnext_

Static Public Attributes

int offset_

Member Function Documentation

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

Definition at line 76 of file mip.h.

References Packet::access(), and offset_.

Referenced by MIPDecapsulator::recv(), and MIPEncapsulator::recv().

00076                                                           {
00077                 return (hdr_ipinip*) p->access(offset_);
00078         }

Here is the call graph for this function:

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

Definition at line 75 of file mip.h.

References offset_.

00075 { return offset_; }


Member Data Documentation

hdr_ip hdr_ipinip::hdr_
 

Definition at line 70 of file mip.h.

Referenced by MIPEncapsulator::recv().

struct hdr_ipinip* hdr_ipinip::next_
 

Definition at line 71 of file mip.h.

Referenced by MIPDecapsulator::recv(), and MIPEncapsulator::recv().

int hdr_ipinip::offset_ [static]
 

Definition at line 39 of file mip.cc.

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


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