18 #ifndef IPV4_ROUTING_PROTOCOL_H 19 #define IPV4_ROUTING_PROTOCOL_H 21 #include "ns3/packet.h" 22 #include "ns3/callback.h" 23 #include "ns3/object.h" 24 #include "ns3/socket.h" 26 #include "ns3/ipv4-interface-address.h" 28 #include "ns3/output-stream-wrapper.h" 29 #include "ns3/nstime.h" 33 class Ipv4MulticastRoute;
virtual void SetIpv4(Ptr< Ipv4 > ipv4)=0
virtual void NotifyRemoveAddress(uint32_t interface, Ipv4InterfaceAddress address)=0
virtual void NotifyInterfaceUp(uint32_t interface)=0
SocketErrno
Enumeration of the possible errors returned by a socket.
Callback< void, Ptr< const Packet >, const Ipv4Header &, Socket::SocketErrno > ErrorCallback
Callback for routing errors (e.g., no route found)
virtual void NotifyAddAddress(uint32_t interface, Ipv4InterfaceAddress address)=0
Unit
The unit to use to interpret a number representing time.
virtual bool RouteInput(Ptr< const Packet > p, const Ipv4Header &header, Ptr< const NetDevice > idev, UnicastForwardCallback ucb, MulticastForwardCallback mcb, LocalDeliverCallback lcb, ErrorCallback ecb)=0
Route an input packet (to be forwarded or locally delivered)
Every class exported by the ns3 library is enclosed in the ns3 namespace.
virtual void PrintRoutingTable(Ptr< OutputStreamWrapper > stream, Time::Unit unit=Time::S) const =0
Print the Routing Table entries.
Callback< void, Ptr< const Packet >, const Ipv4Header &, uint32_t > LocalDeliverCallback
Callback for packets to be locally delivered.
a class to store IPv4 address information on an interface
Abstract base class for IPv4 routing protocols.
virtual Ptr< Ipv4Route > RouteOutput(Ptr< Packet > p, const Ipv4Header &header, Ptr< NetDevice > oif, Socket::SocketErrno &sockerr)=0
Query routing cache for an existing route, for an outbound packet.
A base class which provides memory management and object aggregation.
static TypeId GetTypeId(void)
Get the type ID.
Callback< void, Ptr< Ipv4MulticastRoute >, Ptr< const Packet >, const Ipv4Header & > MulticastForwardCallback
Callback for multicast packets to be forwarded.
a unique identifier for an interface.
virtual void NotifyInterfaceDown(uint32_t interface)=0
Callback< void, Ptr< Ipv4Route >, Ptr< const Packet >, const Ipv4Header & > UnicastForwardCallback
Callback for unicast packets to be forwarded.