A Discrete-Event Network Simulator
API
Loading...
Searching...
No Matches
ping-test.cc File Reference
#include "ns3/boolean.h"
#include "ns3/data-rate.h"
#include "ns3/error-model.h"
#include "ns3/internet-stack-helper.h"
#include "ns3/ipv4-address-helper.h"
#include "ns3/ipv4-interface-container.h"
#include "ns3/ipv6-address-helper.h"
#include "ns3/ipv6-interface-container.h"
#include "ns3/log.h"
#include "ns3/neighbor-cache-helper.h"
#include "ns3/node-container.h"
#include "ns3/nstime.h"
#include "ns3/ping.h"
#include "ns3/simple-net-device-helper.h"
#include "ns3/simple-net-device.h"
#include "ns3/simulator.h"
#include "ns3/test.h"
#include "ns3/uinteger.h"
#include <list>
+ Include dependency graph for ping-test.cc:

Go to the source code of this file.

Classes

class  PingTestCase
 ping basic tests More...
 
class  PingTestSuite
 ping TestSuite More...
 

Variables

static PingTestSuite pingTestSuite
 Static variable for test initialization.
 
constexpr bool USEIPV6_FALSE = false
 
constexpr bool USEIPV6_TRUE = true
 

Variable Documentation

◆ pingTestSuite

PingTestSuite pingTestSuite
static

Static variable for test initialization.

Definition at line 940 of file ping-test.cc.

◆ USEIPV6_FALSE

constexpr bool USEIPV6_FALSE = false
constexpr

Definition at line 74 of file ping-test.cc.

Referenced by PingTestSuite::PingTestSuite().

◆ USEIPV6_TRUE

constexpr bool USEIPV6_TRUE = true
constexpr

Definition at line 75 of file ping-test.cc.

Referenced by PingTestSuite::PingTestSuite().