#include <rap.h>
Collaboration diagram for hdr_rap:

Public Member Functions | |
| int & | seqno () |
| int & | size () |
| int & | flags () |
Static Public Member Functions | |
| int & | offset () |
| hdr_rap * | access (const Packet *p) |
Public Attributes | |
| int | seqno_ |
| int | size_ |
| int | rap_flags_ |
| int | lastRecv |
| int | lastMiss |
| int | prevRecv |
Static Public Attributes | |
| int | offset_ |
|
|
Definition at line 100 of file rap.h. References Packet::access(), and offset_. Referenced by Trace::get_seqno(), RapAgent::recv(), RapAgent::SendAck(), and RapAgent::SendPacket().
|
Here is the call graph for this function:

|
|
Definition at line 106 of file rap.h. References rap_flags_. Referenced by RapAgent::recv(), RapAgent::SendAck(), and RapAgent::SendPacket().
00106 { return rap_flags_; }
|
|
|
Definition at line 99 of file rap.h. References offset_.
00099 { return offset_; }
|
|
|
Definition at line 104 of file rap.h. References seqno_. Referenced by Trace::get_seqno(), RapAgent::recv(), RapAgent::SendAck(), and RapAgent::SendPacket().
00104 { return seqno_; }
|
|
|
Definition at line 105 of file rap.h. References size_. Referenced by RapAgent::SendPacket().
00105 { return size_; }
|
|
|
Definition at line 95 of file rap.h. Referenced by AckLostPacket(), RapAgent::SendAck(), and RapAgent::SendPacket(). |
|
|
Definition at line 94 of file rap.h. Referenced by AckLostPacket(), RapAgent::SendAck(), and RapAgent::SendPacket(). |
|
|
Definition at line 37 of file rap.cc. Referenced by access(), offset(), and RapHeaderClass::RapHeaderClass(). |
|
|
Definition at line 96 of file rap.h. Referenced by AckLostPacket(), RapAgent::SendAck(), and RapAgent::SendPacket(). |
|
|
Definition at line 92 of file rap.h. Referenced by flags(). |
|
|
Definition at line 90 of file rap.h. Referenced by RapAgent::RecvAck(), and seqno(). |
|
|
Definition at line 91 of file rap.h. Referenced by size(). |
1.3.3