#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 "iflist.h"
#include "hash_table.h"
#include "arp.h"
#include "mac.h"
#include "ll.h"
#include "dsr/path.h"
Include dependency graph for omni_mcast.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Data Structures | |
| class | OmniMcast_Entry |
| class | OmniMcastAgent |
| class | OmniMcastArpBufEntry |
| class | OmniMcastArpBufferTimer |
| class | OmniMcastSendBufferEntry |
| class | OmniMcastSendBufTimer |
Defines | |
| #define | ARP_BUF_SIZE 64 |
| #define | ARP_BUFFER_CHECK 0.03 |
| #define | ARP_MAX_ATTEMPT 3 |
| #define | JITTER 0.11 |
| #define | MAC_RETRY_ 0 |
| #define | SEND_BUF_SIZE 64 |
| #define | SEND_BUFFER_CHECK 0.03 |
| #define | SEND_MESSAGE(x, y, z) send_to_dmux(prepare_message(x,y,z), 0) |
| #define | SEND_TIMEOUT 30.0 |
| #define | THIS_NODE here_.addr_ |
|
|
Definition at line 91 of file omni_mcast.h. |
|
|
Definition at line 89 of file omni_mcast.h. |
|
|
Definition at line 90 of file omni_mcast.h. |
|
|
Definition at line 88 of file omni_mcast.h. |
|
|
Definition at line 86 of file omni_mcast.h. |
|
|
Definition at line 95 of file omni_mcast.h. |
|
|
Definition at line 93 of file omni_mcast.h. |
|
|
Definition at line 98 of file omni_mcast.h. |
|
|
Definition at line 94 of file omni_mcast.h. |
|
|
Definition at line 85 of file omni_mcast.h. |
1.4.6