equal
deleted
inserted
replaced
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. |