#include "ipv4-address.h"
#include "ns3/assert.h"
#include "ns3/log.h"
#include <cstdlib>
#include <arpa/inet.h>
Go to the source code of this file.
Namespaces | |
ns3 | |
Every class exported by the ns3 library is enclosed in the ns3 namespace. | |
Functions | |
ns3::ATTRIBUTE_HELPER_CPP (Ipv4Address) | |
ns3::ATTRIBUTE_HELPER_CPP (Ipv4Mask) | |
std::ostream & | ns3::operator<< (std::ostream &os, const Ipv4Address &address) |
Stream insertion operator. More... | |
std::ostream & | ns3::operator<< (std::ostream &os, const Ipv4Mask &mask) |
Stream insertion operator. More... | |
std::istream & | ns3::operator>> (std::istream &is, Ipv4Address &address) |
Stream extraction operator. More... | |
std::istream & | ns3::operator>> (std::istream &is, Ipv4Mask &mask) |
Stream extraction operator. More... | |
Variables | |
static constexpr uint32_t | ns3::UNINITIALIZED = 0x66666666U |
Value of a not-yet-initialized IPv4 address, corresponding to 102.102.102.102. More... | |