class <LL> LL : public LinkDelay


Inheritance:


Public Methods

inline int ackno()
friend void ARPTable::arpinput(Packet *p, LL* ll)
friend void ARPTable::arprequest(nsaddr_t src, nsaddr_t dst, LL* ll)
inline NsObject* downtarget()
void handle(Event* e)
inline Queue* ifq()
inline int initialized()
LL()
inline int macDA()
virtual void recv(Packet* p, Handler* h)
virtual void sendDown(Packet* p)
virtual void sendUp(Packet* p)
inline int seqno()
inline NsObject* uptarget()

Protected Fields

int ackno_
ACK received so far
ARPTable* arptable_
ARP table object
NsObject* downtarget_
for outgoing packet
Queue* ifq_
interface queue
LanRouter* lanrouter_
for lookups of the next hop
Mac* mac_
MAC object
int macDA_
destination MAC address
int seqno_
link-layer sequence number
NsObject* uptarget_
for incoming packet
VARPTable* varp_
Virtual ARP object

Protected Methods

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

Inherited from LinkDelay:

Public Methods

double bandwidth()
double delay()
void pktintran(int src, int group)
void send(Packet* p, Handler*)
inline double txtime(Packet* p)

Protected Fields

double bandwidth_
double delay_
int dynamic_
Event intr_
PacketQueue* itq_
int total_[4]

Protected Methods

void reset()

Inherited from Connector:

Public Methods

virtual void drop(Packet* p)
inline NsObject* target()

Protected Fields

NsObject* drop_
NsObject* target_

Protected Methods

virtual void drop(Packet* p, const char *s)

Inherited from NsObject:

Public Methods

virtual void debug(const char *fmt, ...)
virtual int delay_bind_dispatch(const char *varName, const char *localName, TclObject *tracer)
virtual void delay_bind_init_all()
int isdebug()

Protected Fields

int debug_
int off_cmn_
int off_flags_

Inherited from Handler:


Documentation

friend void ARPTable::arpinput(Packet *p, LL* ll)

friend void ARPTable::arprequest(nsaddr_t src, nsaddr_t dst, LL* ll)

LL()

virtual void recv(Packet* p, Handler* h)

void handle(Event* e)

inline int initialized()

virtual void sendUp(Packet* p)

virtual void sendDown(Packet* p)

inline int seqno()

inline int ackno()

inline int macDA()

inline Queue* ifq()

inline NsObject* downtarget()

inline NsObject* uptarget()

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

int seqno_
link-layer sequence number

int ackno_
ACK received so far

int macDA_
destination MAC address

Queue* ifq_
interface queue

Mac* mac_
MAC object

LanRouter* lanrouter_
for lookups of the next hop

ARPTable* arptable_
ARP table object

VARPTable* varp_
Virtual ARP object

NsObject* downtarget_
for outgoing packet

NsObject* uptarget_
for incoming packet


Direct child classes:
SatLL
LLSnoop

alphabetic index hierarchy of classes


this page has been generated automatically by doc++

Adapted for the NS documentation page

(c)opyright by Malte Zöckler, Roland Wunderling
contact: doc++@zib.de