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

OmniMcastArpBufEntry Class Reference

#include <omni_mcast.h>

Collaboration diagram for OmniMcastArpBufEntry:

Collaboration graph
[legend]
List of all members.

Public Member Functions

 OmniMcastArpBufEntry ()

Public Attributes

Time t
int attempt
Packetp

Constructor & Destructor Documentation

OmniMcastArpBufEntry::OmniMcastArpBufEntry  )  [inline]
 

Definition at line 89 of file omni_mcast.h.

References attempt, p, and t.

00089 { t=0; attempt=0; p=NULL; }


Member Data Documentation

int OmniMcastArpBufEntry::attempt
 

Definition at line 86 of file omni_mcast.h.

Referenced by OmniMcastAgent::ArpBufferCheck(), OmniMcastAgent::clear_arp_buf(), OmniMcastArpBufEntry(), and OmniMcastAgent::StickPacketInArpBuffer().

Packet* OmniMcastArpBufEntry::p
 

Definition at line 87 of file omni_mcast.h.

Referenced by OmniMcastAgent::ArpBufferCheck(), OmniMcastAgent::clear_arp_buf(), OmniMcastArpBufEntry(), and OmniMcastAgent::StickPacketInArpBuffer().

Time OmniMcastArpBufEntry::t
 

Definition at line 85 of file omni_mcast.h.

Referenced by OmniMcastAgent::clear_arp_buf(), OmniMcastArpBufEntry(), and OmniMcastAgent::StickPacketInArpBuffer().


The documentation for this class was generated from the following file:
Generated on Tue Apr 20 13:06:26 2004 for NS2.26SourcesOriginal by doxygen 1.3.3