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  

dstent Class Reference

#include <dest_queue.h>

List of all members.

Protected Member Functions

 dstent (nsaddr_t index)
 LIST_ENTRY (dstent) link
void addEntry (double e, u_int32_t s, Packet *p)
void delEntry (txent *t)
txentfindEntry (u_int32_t s)
txentfindFirstEntry (void)
nsaddr_t ipaddr ()
u_int32_tseqno ()
double expire ()

Private Attributes

nsaddr_t ipaddr_
txent_head txentHead
u_int32_t seqno_

Friends

class dstQueue


Constructor & Destructor Documentation

dstent::dstent nsaddr_t    index [protected]
 


Member Function Documentation

void dstent::addEntry double    e,
u_int32_t    s,
Packet   p
[protected]
 

void dstent::delEntry txent   t [protected]
 

double dstent::expire   [inline, protected]
 

txent * dstent::findEntry u_int32_t    s [protected]
 

txent * dstent::findFirstEntry void    [protected]
 

nsaddr_t dstent::ipaddr   [inline, protected]
 

dstent::LIST_ENTRY dstent    [protected]
 

u_int32_t& dstent::seqno   [inline, protected]
 


Friends And Related Function Documentation

friend class dstQueue [friend]
 


Member Data Documentation

nsaddr_t dstent::ipaddr_ [private]
 

u_int32_t dstent::seqno_ [private]
 

txent_head dstent::txentHead [private]
 


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