diff for duplicates of <4615EAC0.3080709@hp.com> diff --git a/a/1.txt b/N1/1.txt index 8714de6..065e219 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -15,9 +15,9 @@ something like: static inline int ipv6_addr_scope_linklocal(const struct in6_addr *a) { -return ((a->s6_addr32[0] & htonl(0xFFC00000)) = htonl(0xFE800000) || - ((a->s6_addr32[0] & htonl(0xFF000000)) = htonl(0xFF000000) && - ((a)->s6_addr[1] & 0x0f) = IPV6_ADDR_SCOPE_LINKLOCAL))) +return ((a->s6_addr32[0] & htonl(0xFFC00000)) == htonl(0xFE800000) || + ((a->s6_addr32[0] & htonl(0xFF000000)) == htonl(0xFF000000) && + ((a)->s6_addr[1] & 0x0f) == IPV6_ADDR_SCOPE_LINKLOCAL))) } That's not that clean an inline anymore, but still doable... diff --git a/a/content_digest b/N1/content_digest index 25f174c..0353393 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,8 +1,14 @@ + "ref\011758281863002-git-send-email-brian.haley@hp.com\0" "ref\04615BCA1.6000608@hp.com\0" + "ref\020070406.122433.60252840.yoshfuji@linux-ipv6.org\0" "From\0Brian Haley <brian.haley@hp.com>\0" "Subject\0Re: [PATCH 1/4] [IPv6] Add link and site-local scope inline\0" - "Date\0Fri, 06 Apr 2007 06:37:52 +0000\0" - "To\0dccp@vger.kernel.org\0" + "Date\0Fri, 06 Apr 2007 02:37:52 -0400\0" + "To\0YOSHIFUJI Hideaki / ???? <yoshfuji@linux-ipv6.org>\0" + "Cc\0davem@davemloft.net" + netdev@vger.kernel.org + dccp@vger.kernel.org + " lksctp-developers@lists.sourceforge.net\0" "\00:1\0" "b\0" "\n" @@ -22,9 +28,9 @@ "\n" "static inline int ipv6_addr_scope_linklocal(const struct in6_addr *a)\n" "{\n" - "return ((a->s6_addr32[0] & htonl(0xFFC00000)) = htonl(0xFE800000) ||\n" - " ((a->s6_addr32[0] & htonl(0xFF000000)) = htonl(0xFF000000) &&\n" - " ((a)->s6_addr[1] & 0x0f) = IPV6_ADDR_SCOPE_LINKLOCAL)))\n" + "return ((a->s6_addr32[0] & htonl(0xFFC00000)) == htonl(0xFE800000) ||\n" + " ((a->s6_addr32[0] & htonl(0xFF000000)) == htonl(0xFF000000) &&\n" + " ((a)->s6_addr[1] & 0x0f) == IPV6_ADDR_SCOPE_LINKLOCAL)))\n" "}\n" "\n" "That's not that clean an inline anymore, but still doable...\n" @@ -33,4 +39,4 @@ "\n" -Brian -b17b7d5231af049d01cb5fe5f95f0b0356b44692b7149de31c8d49e4fedd6e4a +319817f5628e0a5942b5c75dbd4253a117a74605f80552606f04d0567d024ab2
This is an external index of several public inboxes, see mirroring instructions on how to clone and mirror all data and code used by this external index.