src/internet/model/icmpv6-l4-protocol.h
changeset 11414 8bdce024e490
parent 10819 f49b201c1884
equal deleted inserted replaced
11413:eec025ea99c5 11414:8bdce024e490
   391 
   391 
   392   /**
   392   /**
   393    * \brief Send a Router Solicitation.
   393    * \brief Send a Router Solicitation.
   394    * \param src link-local source address
   394    * \param src link-local source address
   395    * \param dst destination address (usealy ff02::2 i.e all-routers)
   395    * \param dst destination address (usealy ff02::2 i.e all-routers)
   396    * \param hardwareAddress link-layer address (SHOULD be included if src is not ::
   396    * \param hardwareAddress link-layer address (SHOULD be included if src is not ::)
   397    */
   397    */
   398   void SendRS (Ipv6Address src, Ipv6Address dst,  Address hardwareAddress);
   398   void SendRS (Ipv6Address src, Ipv6Address dst,  Address hardwareAddress);
   399 
   399 
   400   /**
   400   /**
   401    * \brief Create a neighbor cache.
   401    * \brief Create a neighbor cache.