ns2 Network Simulator      C++ Class Hierarchy of version ns-snapshot-20040722
Home |  Source Code |  Manual |  FAQ |  Mailing List Archive |  Search |  Download | 


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

LL Class Reference

#include <ll.h>

Inheritance diagram for LL:

LinkDelay Connector NsObject TclObject Handler LLSnoop SatLL List of all members.

Public Member Functions

 LL ()
virtual void recv (Packet *p, Handler *h)
void handle (Event *e)
int initialized ()
virtual void sendUp (Packet *p)
virtual void sendDown (Packet *p)
int seqno ()
int ackno ()
int macDA ()
Queueifq ()
NsObjectdowntarget ()
NsObjectuptarget ()
ARPTablearp_table ()

Protected Member Functions

int command (int argc, const char *const *argv)

Protected Attributes

int seqno_
int ackno_
int macDA_
Queueifq_
Macmac_
LanRouterlanrouter_
ARPTablearptable_
VARPTablevarp_
NsObjectdowntarget_
NsObjectuptarget_

Friends

void ARPTable::arpinput (Packet *p, LL *ll)
void ARPTable::arprequest (nsaddr_t src, nsaddr_t dst, LL *ll)

Constructor & Destructor Documentation

LL::LL  
 


Member Function Documentation

int LL::ackno   [inline]
 

ARPTable* LL::arp_table   [inline]
 

int LL::command int    argc,
const char *const *    argv
[protected, virtual]
 

Reimplemented from LinkDelay.

Reimplemented in SatLL.

NsObject* LL::downtarget   [inline]
 

void LL::handle Event   e [inline, virtual]
 

Reimplemented from LinkDelay.

Queue* LL::ifq   [inline]
 

int LL::initialized   [inline]
 

int LL::macDA   [inline]
 

void LL::recv Packet   p,
Handler   h
[virtual]
 

Reimplemented from LinkDelay.

Reimplemented in SatLL, and LLSnoop.

void LL::sendDown Packet   p [virtual]
 

Reimplemented in SatLL.

void LL::sendUp Packet   p [virtual]
 

Reimplemented in SatLL.

int LL::seqno   [inline]
 

NsObject* LL::uptarget   [inline]
 


Friends And Related Function Documentation

void ARPTable::arpinput Packet   p,
LL *    ll
[friend]
 

void ARPTable::arprequest nsaddr_t    src,
nsaddr_t    dst,
LL *    ll
[friend]
 


Member Data Documentation

int LL::ackno_ [protected]
 

ARPTable* LL::arptable_ [protected]
 

NsObject* LL::downtarget_ [protected]
 

Queue* LL::ifq_ [protected]
 

LanRouter* LL::lanrouter_ [protected]
 

Mac* LL::mac_ [protected]
 

int LL::macDA_ [protected]
 

int LL::seqno_ [protected]
 

NsObject* LL::uptarget_ [protected]
 

VARPTable* LL::varp_ [protected]
 


The documentation for this class was generated from the following files:
This document is generated by doxygen.