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

omni_mcast.cc File Reference

#include <assert.h>
#include <math.h>
#include <stdio.h>
#include <signal.h>
#include <float.h>
#include <stdlib.h>
#include <tcl.h>
#include "diff_header.h"
#include "agent.h"
#include "tclcl.h"
#include "ip.h"
#include "config.h"
#include "packet.h"
#include "trace.h"
#include "random.h"
#include "classifier.h"
#include "node.h"
#include "omni_mcast.h"
#include "iflist.h"
#include "hash_table.h"
#include "arp.h"
#include "mac.h"
#include "ll.h"
#include "dsr/path.h"
#include "god.h"

Include dependency graph for omni_mcast.cc:

Include dependency graph

Go to the source code of this file.

Compounds

class  OmniMcastClass

Functions

void OmniMcastXmitFailedCallback (Packet *pkt, void *data)

Variables

OmniMcastClass class_omni_mcast


Function Documentation

void OmniMcastXmitFailedCallback Packet pkt,
void *  data
 

Definition at line 401 of file omni_mcast.cc.

References agent.

00402 {
00403   OmniMcastAgent *agent = (OmniMcastAgent *)data;  // cast of trust
00404   agent->xmitFailed(pkt);
00405 }


Variable Documentation

OmniMcastClass class_omni_mcast [static]
 


Generated on Tue Apr 20 12:24:30 2004 for NS2.26SourcesOriginal by doxygen 1.3.3