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

hdr_srm_ext Struct Reference

#include <srm-ssm.h>

Collaboration diagram for hdr_srm_ext:

Collaboration graph
[legend]
List of all members.

Public Member Functions

int & repid ()
int & ottl ()

Static Public Member Functions

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

Public Attributes

int repid_
int origTTL_

Static Public Attributes

int offset_

Member Function Documentation

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

Definition at line 46 of file srm-ssm.h.

References Packet::access(), and offset_.

Referenced by SSMSRMAgent::recv(), SSMSRMAgent::recv_glb_sess(), SSMSRMAgent::recv_loc_sess(), SSMSRMAgent::send_ctrl(), SSMSRMAgent::send_glb_sess(), SSMSRMAgent::send_loc_sess(), and SSMSRMAgent::send_rep_sess().

00046                                                            {
00047                 return (hdr_srm_ext*) p->access(offset_);
00048         }

Here is the call graph for this function:

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

Definition at line 45 of file srm-ssm.h.

References offset_.

00045 { return offset_; }

int& hdr_srm_ext::ottl  )  [inline]
 

Definition at line 52 of file srm-ssm.h.

References origTTL_.

Referenced by SSMSRMAgent::recv_glb_sess(), SSMSRMAgent::recv_loc_sess(), SSMSRMAgent::send_glb_sess(), SSMSRMAgent::send_loc_sess(), and SSMSRMAgent::send_rep_sess().

00052 { return origTTL_; } 

int& hdr_srm_ext::repid  )  [inline]
 

Definition at line 51 of file srm-ssm.h.

References repid_.

Referenced by SSMSRMAgent::recv(), SSMSRMAgent::recv_glb_sess(), SSMSRMAgent::send_ctrl(), SSMSRMAgent::send_glb_sess(), SSMSRMAgent::send_loc_sess(), and SSMSRMAgent::send_rep_sess().

00051 { return repid_; }


Member Data Documentation

int hdr_srm_ext::offset_ [static]
 

Definition at line 50 of file srm-ssm.cc.

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

int hdr_srm_ext::origTTL_
 

Definition at line 42 of file srm-ssm.h.

Referenced by ottl().

int hdr_srm_ext::repid_
 

Definition at line 41 of file srm-ssm.h.

Referenced by repid().


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