[BACK]Return to ipv6.h CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / external / bsd / dhcpcd / dist / src

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

Diff for /src/external/bsd/dhcpcd/dist/src/ipv6.h between version 1.3.2.3 and 1.3.2.4

version 1.3.2.3, 2020/01/05 09:38:29 version 1.3.2.4, 2020/01/28 09:48:34
Line 67 
Line 67 
 #define IDGEN_RETRIES   3  #define IDGEN_RETRIES   3
 #define IDGEN_DELAY     1 /* second */  #define IDGEN_DELAY     1 /* second */
   
   /* Interface identifier length. Prefix + this == 128 for autoconf */
   #define ipv6_ifidlen(ifp)       64
   
 #ifndef IN6_ARE_MASKED_ADDR_EQUAL  #ifndef IN6_ARE_MASKED_ADDR_EQUAL
 #define IN6_ARE_MASKED_ADDR_EQUAL(d, a, m)      (       \  #define IN6_ARE_MASKED_ADDR_EQUAL(d, a, m)      (       \
         (((d)->s6_addr32[0] ^ (a)->s6_addr32[0]) & (m)->s6_addr32[0]) == 0 && \          (((d)->s6_addr32[0] ^ (a)->s6_addr32[0]) & (m)->s6_addr32[0]) == 0 && \

Legend:
Removed from v.1.3.2.3  
changed lines
  Added in v.1.3.2.4

CVSweb <webmaster@jp.NetBSD.org>