#include <snoop.h>
Collaboration diagram for hdr_snoop:

Public Member Functions | |
| int & | seqno () |
| int & | numRxmit () |
| int & | senderRxmit () |
| double & | sndTime () |
Static Public Member Functions | |
| int & | offset () |
| hdr_snoop * | access (const Packet *p) |
Public Attributes | |
| int | seqno_ |
| int | numRxmit_ |
| int | senderRxmit_ |
| double | sndTime_ |
Static Public Attributes | |
| int | offset_ |
|
|
Definition at line 82 of file snoop.h. References Packet::access(), and offset_. Referenced by Snoop::command(), SnoopRxmitHandler::handle(), Snoop::savepkt_(), Snoop::snoop_ack(), Snoop::snoop_cleanbufs_(), Snoop::snoop_insert(), and Snoop::snoop_rxmit().
|
Here is the call graph for this function:

|
|
Definition at line 87 of file snoop.h. References numRxmit_.
00087 { return numRxmit_; }
|
|
|
Definition at line 81 of file snoop.h. References offset_.
00081 { return offset_; }
|
|
|
Definition at line 88 of file snoop.h. References senderRxmit_.
00088 { return senderRxmit_; }
|
|
|
Definition at line 86 of file snoop.h. References seqno_. Referenced by Snoop::snoop_insert().
00086 { return seqno_; }
|
|
|
Definition at line 89 of file snoop.h. References sndTime_.
00089 { return sndTime_; }
|
|
|
Definition at line 76 of file snoop.h. Referenced by numRxmit(). |
|
|
Definition at line 42 of file snoop.cc. Referenced by access(), offset(), and SnoopHeaderClass::SnoopHeaderClass(). |
|
|
Definition at line 77 of file snoop.h. Referenced by senderRxmit(). |
|
|
Definition at line 75 of file snoop.h. Referenced by seqno(). |
|
|
Definition at line 78 of file snoop.h. Referenced by sndTime(). |
1.3.3