#include <iomanip>#include "ripng.h"#include "ns3/log.h"#include "ns3/abort.h"#include "ns3/assert.h"#include "ns3/unused.h"#include "ns3/random-variable-stream.h"#include "ns3/ipv6-route.h"#include "ns3/node.h"#include "ns3/names.h"#include "ns3/ripng-header.h"#include "ns3/udp-header.h"#include "ns3/enum.h"#include "ns3/ipv6-packet-info-tag.h" Include dependency graph for ripng.cc:
 Include dependency graph for ripng.cc:Go to the source code of this file.
| Namespaces | |
| ns3 | |
| Every class exported by the ns3 library is enclosed in the ns3 namespace. | |
| Macros | |
| #define | RIPNG_ALL_NODE "ff02::9" | 
| #define | RIPNG_PORT 521 | 
| Functions | |
| std::ostream & | ns3::operator<< (std::ostream &os, RipNgRoutingTableEntry const &route) | 
| Stream insertion operator.  More... | |
| #define RIPNG_ALL_NODE "ff02::9" | 
Definition at line 36 of file ripng.cc.
Referenced by ns3::RipNg::DoSendRouteUpdate(), and ns3::RipNg::SendRouteRequest().
| #define RIPNG_PORT 521 | 
Definition at line 37 of file ripng.cc.
Referenced by ns3::RipNg::DoInitialize(), ns3::RipNg::DoSendRouteUpdate(), ns3::RipNg::HandleRequests(), ns3::RipNg::NotifyInterfaceUp(), and ns3::RipNg::SendRouteRequest().