|
|
| 24 |
#include "ns3/object.h" |
24 |
#include "ns3/object.h" |
| 25 |
#include "ns3/socket.h" |
25 |
#include "ns3/socket.h" |
| 26 |
#include "ns3/callback.h" |
26 |
#include "ns3/callback.h" |
| 27 |
#include "ns3/ip-l4-protocol.h" |
|
|
| 28 |
#include "ns3/ipv4-address.h" |
27 |
#include "ns3/ipv4-address.h" |
| 29 |
#include "ipv4-route.h" |
28 |
#include "ipv4-route.h" |
| 30 |
#include "ipv4-interface-address.h" |
29 |
#include "ipv4-interface-address.h" |
|
|
| 35 |
class NetDevice; |
34 |
class NetDevice; |
| 36 |
class Packet; |
35 |
class Packet; |
| 37 |
class Ipv4RoutingProtocol; |
36 |
class Ipv4RoutingProtocol; |
|
|
37 |
class IpL4Protocol; |
| 38 |
class Ipv4Header; |
| 38 |
|
39 |
|
| 39 |
/** |
40 |
/** |
| 40 |
* \ingroup internet |
41 |
* \ingroup internet |