#include <hdr_qs.h>
Collaboration diagram for hdr_qs:

Public Member Functions | |
| int & | offset () |
| int & | flag () |
| int & | ttl () |
| int & | rate () |
Static Public Member Functions | |
| hdr_qs * | access (Packet *p) |
Public Attributes | |
| int | flag_ |
| int | ttl_ |
| int | rate_ |
Static Public Attributes | |
| int | offset_ |
|
|
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().
|
Here is the call graph for this function:

|
|
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_; }
|
|
|
Definition at line 48 of file hdr_qs.h. References offset_.
00048 { return offset_; }
|
|
|
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_; }
|
|
|
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_; }
|
|
|
Definition at line 43 of file hdr_qs.h. Referenced by flag(). |
|
|
Definition at line 35 of file hdr_qs.cc. Referenced by access(), offset(), and QSHeaderClass::QSHeaderClass(). |
|
|
Definition at line 45 of file hdr_qs.h. Referenced by rate(). |
|
|
Definition at line 44 of file hdr_qs.h. Referenced by ttl(). |
1.3.3