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

hdr_ump Struct Reference

#include <ump.h>

Collaboration diagram for hdr_ump:

Collaboration graph
[legend]
List of all members.

Static Public Member Functions

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

Public Attributes

char isSet
int32_t umpID_
int32_t RP_
char * oif

Static Public Attributes

int offset_

Member Function Documentation

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

Definition at line 52 of file ump.h.

References Packet::access(), and offset_.

Referenced by MCastBSTClassifier::recv().

00052                                                        {
00053                 return (hdr_ump*) p->access(offset_);
00054         } // access

Here is the call graph for this function:

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

Definition at line 51 of file ump.h.

References offset_.

00051 { return offset_; }


Member Data Documentation

char hdr_ump::isSet
 

Definition at line 46 of file ump.h.

Referenced by MCastBSTClassifier::recv().

int hdr_ump::offset_ [static]
 

Definition at line 39 of file ump.cc.

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

char* hdr_ump::oif
 

Definition at line 48 of file ump.h.

Referenced by MCastBSTClassifier::recv().

int32_t hdr_ump::RP_
 

Definition at line 47 of file ump.h.

int32_t hdr_ump::umpID_
 

Definition at line 47 of file ump.h.

Referenced by MCastBSTClassifier::recv().


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