src/internet-node/ipv4-static-routing.h
changeset 1866 e7dbcc4df546
parent 1449 df86e6b876ef
child 1867 16deaedc0380
equal deleted inserted replaced
1865:829dc1815014 1866:e7dbcc4df546
   139  * @see Ipv4StaticRouting
   139  * @see Ipv4StaticRouting
   140  * @see Ipv4RoutingProtocol
   140  * @see Ipv4RoutingProtocol
   141  */
   141  */
   142   virtual bool RequestRoute (uint32_t ifIndex,
   142   virtual bool RequestRoute (uint32_t ifIndex,
   143                              Ipv4Header const &ipHeader,
   143                              Ipv4Header const &ipHeader,
   144                              Packet packet,
   144                              Ptr<Packet> packet,
   145                              RouteReplyCallback routeReply);
   145                              RouteReplyCallback routeReply);
   146 
   146 
   147 /**
   147 /**
   148  * @brief Check to see if we can determine the interface index that will be
   148  * @brief Check to see if we can determine the interface index that will be
   149  * used if a packet is sent to this destination.
   149  * used if a packet is sent to this destination.