[BACK]Return to in6_var.h 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/in6_var.h between version 1.84 and 1.85

version 1.84, 2016/08/01 03:15:31 version 1.85, 2016/09/13 00:19:49
Line 498  struct in6_rrenumreq {
Line 498  struct in6_rrenumreq {
 #define IN6_IFF_AUTOCONF        0x40    /* autoconfigurable address. */  #define IN6_IFF_AUTOCONF        0x40    /* autoconfigurable address. */
 #define IN6_IFF_TEMPORARY       0x80    /* temporary (anonymous) address. */  #define IN6_IFF_TEMPORARY       0x80    /* temporary (anonymous) address. */
   
   #define IN6_IFFBITS \
       "\020\1ANYCAST\2TENTATIVE\3DUPLICATED\4DETACHED\5DEPRECAGTED\6NODAD" \
       "\7AUTOCONF\10TEMPORARY"
   
   
 /* do not input/output */  /* do not input/output */
 #define IN6_IFF_NOTREADY (IN6_IFF_TENTATIVE|IN6_IFF_DUPLICATED)  #define IN6_IFF_NOTREADY (IN6_IFF_TENTATIVE|IN6_IFF_DUPLICATED)
   

Legend:
Removed from v.1.84  
changed lines
  Added in v.1.85

CVSweb <webmaster@jp.NetBSD.org>