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

hdr_ll Struct Reference

#include <ll.h>

Collaboration diagram for hdr_ll:

Collaboration graph
[legend]
List of all members.

Public Member Functions

int & offset ()
LLFrameTypelltype ()
int & seqno ()
int & ackno ()
int & bopno ()
int & eopno ()
int & psize ()
double & sendtime ()

Static Public Member Functions

hdr_llaccess (const Packet *p)

Public Attributes

LLFrameType lltype_
int seqno_
int ackno_
int bopno_
int eopno_
int psize_
double sendtime_

Static Public Attributes

int offset_

Member Function Documentation

hdr_ll* hdr_ll::access const Packet p  )  [inline, static]
 

Definition at line 65 of file ll.h.

References Packet::access(), and offset_.

00065                                                {
00066                 return (hdr_ll*) p->access(offset_);
00067         }

Here is the call graph for this function:

int& hdr_ll::ackno  )  [inline]
 

Definition at line 71 of file ll.h.

References ackno_.

00071 { return ackno_; }

int& hdr_ll::bopno  )  [inline]
 

Definition at line 72 of file ll.h.

References bopno_.

00072 { return bopno_; }

int& hdr_ll::eopno  )  [inline]
 

Definition at line 73 of file ll.h.

References eopno_.

00073 { return eopno_; }

LLFrameType& hdr_ll::lltype  )  [inline]
 

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_; }

int& hdr_ll::offset  )  [inline]
 

Definition at line 64 of file ll.h.

References offset_.

00064 { return offset_; }

int& hdr_ll::psize  )  [inline]
 

Definition at line 74 of file ll.h.

References psize_.

00074 { return psize_; }

double& hdr_ll::sendtime  )  [inline]
 

Definition at line 75 of file ll.h.

References sendtime_.

00075 { return sendtime_; }

int& hdr_ll::seqno  )  [inline]
 

Definition at line 70 of file ll.h.

References seqno_.

Referenced by ARPTable::arpinput(), and ARPTable::arprequest().

00070 { return seqno_; }


Member Data Documentation

int hdr_ll::ackno_
 

Definition at line 57 of file ll.h.

Referenced by ackno().

int hdr_ll::bopno_
 

Definition at line 58 of file ll.h.

Referenced by bopno().

int hdr_ll::eopno_
 

Definition at line 59 of file ll.h.

Referenced by eopno().

LLFrameType hdr_ll::lltype_
 

Definition at line 55 of file ll.h.

Referenced by lltype().

int hdr_ll::offset_ [static]
 

Definition at line 48 of file ll.cc.

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

int hdr_ll::psize_
 

Definition at line 60 of file ll.h.

Referenced by psize().

double hdr_ll::sendtime_
 

Definition at line 61 of file ll.h.

Referenced by sendtime().

int hdr_ll::seqno_
 

Definition at line 56 of file ll.h.

Referenced by SatLL::sendDown(), LL::sendDown(), and seqno().


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