A Discrete-Event Network Simulator
API
Loading...
Searching...
No Matches
neighbor-cache-dynamic.cc File Reference
#include "ns3/core-module.h"
#include "ns3/csma-module.h"
#include "ns3/internet-module.h"
#include "ns3/network-module.h"
+ Include dependency graph for neighbor-cache-dynamic.cc:

Go to the source code of this file.

Functions

void AddIpv4Address (Ptr< Ipv4Interface > ipv4Interface, Ipv4InterfaceAddress ifaceAddr)
 
void AddIpv6Address (Ptr< Ipv6Interface > ipv6Interface, Ipv6InterfaceAddress ifaceAddr)
 
void RemoveIpv4Address (Ptr< Ipv4Interface > ipv4Interface, uint32_t index)
 
void RemoveIpv6Address (Ptr< Ipv6Interface > ipv6Interface, uint32_t index)
 

Function Documentation

◆ AddIpv4Address()

void AddIpv4Address ( Ptr< Ipv4Interface ipv4Interface,
Ipv4InterfaceAddress  ifaceAddr 
)

Definition at line 148 of file neighbor-cache-dynamic.cc.

◆ AddIpv6Address()

void AddIpv6Address ( Ptr< Ipv6Interface ipv6Interface,
Ipv6InterfaceAddress  ifaceAddr 
)

Definition at line 155 of file neighbor-cache-dynamic.cc.

◆ RemoveIpv4Address()

void RemoveIpv4Address ( Ptr< Ipv4Interface ipv4Interface,
uint32_t  index 
)

Definition at line 162 of file neighbor-cache-dynamic.cc.

◆ RemoveIpv6Address()

void RemoveIpv6Address ( Ptr< Ipv6Interface ipv6Interface,
uint32_t  index 
)

Definition at line 169 of file neighbor-cache-dynamic.cc.