#include <ll.h>
Collaboration diagram for hdr_ll:

Public Member Functions | |
| int & | offset () |
| LLFrameType & | lltype () |
| int & | seqno () |
| int & | ackno () |
| int & | bopno () |
| int & | eopno () |
| int & | psize () |
| double & | sendtime () |
Static Public Member Functions | |
| hdr_ll * | access (const Packet *p) |
Public Attributes | |
| LLFrameType | lltype_ |
| int | seqno_ |
| int | ackno_ |
| int | bopno_ |
| int | eopno_ |
| int | psize_ |
| double | sendtime_ |
Static Public Attributes | |
| int | offset_ |
|
|
Definition at line 65 of file ll.h. References Packet::access(), and offset_.
|
Here is the call graph for this function:

|
|
Definition at line 71 of file ll.h. References ackno_.
00071 { return ackno_; }
|
|
|
Definition at line 72 of file ll.h. References bopno_.
00072 { return bopno_; }
|
|
|
Definition at line 73 of file ll.h. References eopno_.
00073 { return eopno_; }
|
|
|
Definition at line 69 of file ll.h. References LLFrameType, and lltype_. Referenced by ARPTable::arpinput(), ARPTable::arprequest(), SatLL::sendDown(), and LL::sendDown().
00069 { return lltype_; }
|
|
|
Definition at line 64 of file ll.h. References offset_.
00064 { return offset_; }
|
|
|
Definition at line 74 of file ll.h. References psize_.
00074 { return psize_; }
|
|
|
Definition at line 75 of file ll.h. References sendtime_.
00075 { return sendtime_; }
|
|
|
Definition at line 70 of file ll.h. References seqno_. Referenced by ARPTable::arpinput(), and ARPTable::arprequest().
00070 { return seqno_; }
|
|
|
Definition at line 57 of file ll.h. Referenced by ackno(). |
|
|
Definition at line 58 of file ll.h. Referenced by bopno(). |
|
|
Definition at line 59 of file ll.h. Referenced by eopno(). |
|
|
Definition at line 55 of file ll.h. Referenced by lltype(). |
|
|
Definition at line 48 of file ll.cc. Referenced by access(), LLHeaderClass::LLHeaderClass(), and offset(). |
|
|
Definition at line 60 of file ll.h. Referenced by psize(). |
|
|
Definition at line 61 of file ll.h. Referenced by sendtime(). |
|
|
Definition at line 56 of file ll.h. Referenced by SatLL::sendDown(), LL::sendDown(), and seqno(). |
1.3.3