Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. =================================================================== RCS file: /ftp/cvs/cvsroot/src/sys/netinet6/nd6.h,v rcsdiff: /ftp/cvs/cvsroot/src/sys/netinet6/nd6.h,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.56 retrieving revision 1.57 diff -u -p -r1.56 -r1.57 --- src/sys/netinet6/nd6.h 2011/11/19 22:51:29 1.56 +++ src/sys/netinet6/nd6.h 2012/06/23 03:14:04 1.57 @@ -1,4 +1,4 @@ -/* $NetBSD: nd6.h,v 1.56 2011/11/19 22:51:29 tls Exp $ */ +/* $NetBSD: nd6.h,v 1.57 2012/06/23 03:14:04 christos Exp $ */ /* $KAME: nd6.h,v 1.95 2002/06/08 11:31:06 itojun Exp $ */ /* @@ -51,6 +51,7 @@ struct llinfo_nd6 { struct callout ln_timer_ch; }; +#define ND6_LLINFO_PURGE -3 #define ND6_LLINFO_NOSTATE -2 /* * We don't need the WAITDELETE state any more, but we keep the definition @@ -303,6 +304,8 @@ struct nd_prefix { int ndpr_refcnt; /* reference couter from addresses */ }; +#define ndpr_next ndpr_entry.le_next + #define ndpr_raf ndpr_flags #define ndpr_raf_onlink ndpr_flags.onlink #define ndpr_raf_auto ndpr_flags.autonomous