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

hdr_qs Struct Reference

#include <hdr_qs.h>

Collaboration diagram for hdr_qs:

Collaboration graph
[legend]
List of all members.

Public Member Functions

int & offset ()
int & flag ()
int & ttl ()
int & rate ()

Static Public Member Functions

hdr_qsaccess (Packet *p)

Public Attributes

int flag_
int ttl_
int rate_

Static Public Attributes

int offset_

Member Function Documentation

hdr_qs* hdr_qs::access Packet p  )  [inline, static]
 

Definition at line 50 of file hdr_qs.h.

References Packet::access(), and offset_.

Referenced by TcpSink::ack(), QSTcpSink::ack(), TcpAgent::output(), QSNewRenoTcpAgent::output(), TcpAgent::processQuickStart(), QSNewRenoTcpAgent::recv(), and QSAgent::recv().

00050                                                 {
00051                 return (hdr_qs*) p->access(offset_);
00052         }

Here is the call graph for this function:

int& hdr_qs::flag  )  [inline]
 

Definition at line 54 of file hdr_qs.h.

References flag_.

Referenced by TcpSink::ack(), QSTcpSink::ack(), TcpAgent::output(), QSNewRenoTcpAgent::output(), TcpAgent::processQuickStart(), QSNewRenoTcpAgent::recv(), and QSAgent::recv().

00054 { return flag_; }

int& hdr_qs::offset  )  [inline]
 

Definition at line 48 of file hdr_qs.h.

References offset_.

00048 { return offset_; }

int& hdr_qs::rate  )  [inline]
 

Definition at line 56 of file hdr_qs.h.

References rate_.

Referenced by TcpSink::ack(), QSTcpSink::ack(), TcpAgent::output(), QSNewRenoTcpAgent::output(), TcpAgent::processQuickStart(), QSNewRenoTcpAgent::recv(), and QSAgent::recv().

00056 { return rate_; }

int& hdr_qs::ttl  )  [inline]
 

Definition at line 55 of file hdr_qs.h.

References ttl_.

Referenced by TcpSink::ack(), QSTcpSink::ack(), TcpAgent::output(), QSNewRenoTcpAgent::output(), TcpAgent::processQuickStart(), QSNewRenoTcpAgent::recv(), and QSAgent::recv().

00055 { return ttl_; }


Member Data Documentation

int hdr_qs::flag_
 

Definition at line 43 of file hdr_qs.h.

Referenced by flag().

int hdr_qs::offset_ [static]
 

Definition at line 35 of file hdr_qs.cc.

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

int hdr_qs::rate_
 

Definition at line 45 of file hdr_qs.h.

Referenced by rate().

int hdr_qs::ttl_
 

Definition at line 44 of file hdr_qs.h.

Referenced by ttl().


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