[BACK]Return to nd6_nbr.c CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / sys / netinet6

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /src/sys/netinet6/nd6_nbr.c between version 1.99 and 1.100

version 1.99, 2014/01/13 18:23:36 version 1.100, 2014/07/01 07:51:29
Line 1097  nd6_newaddrmsg(struct ifaddr *ifa)
Line 1097  nd6_newaddrmsg(struct ifaddr *ifa)
 /*  /*
  * Start Duplicate Address Detection (DAD) for specified interface address.   * Start Duplicate Address Detection (DAD) for specified interface address.
  *   *
    * Note that callout is used when xtick > 0 and not when xtick == 0.
    *
  * xtick: minimum delay ticks for IFF_UP event   * xtick: minimum delay ticks for IFF_UP event
  */   */
 void  void

Legend:
Removed from v.1.99  
changed lines
  Added in v.1.100

CVSweb <webmaster@jp.NetBSD.org>