src/dsr/model/dsr-routing.h
changeset 8756 9a34e618f40b
parent 8753 8d84b96e26bf
child 8976 4df4e7cd077f
equal deleted inserted replaced
8755:78bf735a3d5e 8756:9a34e618f40b
   400    *
   400    *
   401    * Called from lower-level layers to send the packet up
   401    * Called from lower-level layers to send the packet up
   402    * in the stack.
   402    * in the stack.
   403    */
   403    */
   404   virtual enum IpL4Protocol::RxStatus Receive (Ptr<Packet> p,
   404   virtual enum IpL4Protocol::RxStatus Receive (Ptr<Packet> p,
   405                                                  Ipv4Header const &header,
   405                                                Ipv4Header const &header,
   406                                                  Ptr<Ipv4Interface> incomingInterface);
   406                                                Ptr<Ipv4Interface> incomingInterface);
   407 
   407 
   408   /**
   408   /**
   409    * \param p packet to forward up
   409    * \param p packet to forward up
   410    * \param src source IPv6 address
   410    * \param src source IPv6 address
   411    * \param dst destination IPv6 address
   411    * \param dst destination IPv6 address