#include "emu-net-device.h"
#include <string.h>
#include "ns3/address.h"
#include "ns3/net-device.h"
#include "ns3/node.h"
#include "ns3/callback.h"
#include "ns3/packet.h"
#include "ns3/traced-callback.h"
#include "ns3/event-id.h"
#include "ns3/nstime.h"
#include "ns3/data-rate.h"
#include "ns3/ptr.h"
#include "ns3/mac48-address.h"
#include "ns3/system-thread.h"
#include <string>
#include "ns3/log.h"
#include "ns3/queue.h"
#include "ns3/simulator.h"
#include "ns3/realtime-simulator-impl.h"
#include "ns3/ethernet-header.h"
#include "ns3/ethernet-trailer.h"
#include "ns3/llc-snap-header.h"
#include "ns3/trace-source-accessor.h"
#include "ns3/pointer.h"
#include "ns3/channel.h"
#include "ns3/string.h"
#include "ns3/boolean.h"
#include <sys/wait.h>
#include <sys/stat.h>
#include <sys/socket.h>
#include <sys/un.h>
#include <sys/ioctl.h>
#include <net/ethernet.h>
#include <net/if.h>
#include <netinet/in.h>
#include <netpacket/packet.h>
#include <arpa/inet.h>
#include <errno.h>
#include <limits>
#include <stdlib.h>
Go to the source code of this file.
Namespaces | |
namespace | ns3 |
Every class exported by the ns3 library is enclosed in the ns3 namespace. | |
Defines | |
#define | EMU_MAGIC 65867 |
Functions | |
NS_LOG_COMPONENT_DEFINE ("EmuNetDevice") | |
ns3::NS_OBJECT_ENSURE_REGISTERED (EmuNetDevice) |
#define EMU_MAGIC 65867 |
Definition at line 57 of file emu-net-device.cc.
Referenced by ns3::EmuNetDevice::CreateSocket(), and SendSocket().
NS_LOG_COMPONENT_DEFINE | ( | "EmuNetDevice" | ) |