From owner-freebsd-net Wed Nov 15 5: 5:31 2000 Delivered-To: freebsd-net@freebsd.org Received: from whale.sunbay.crimea.ua (whale.sunbay.crimea.ua [212.110.138.65]) by hub.freebsd.org (Postfix) with ESMTP id 0411B37B4C5 for ; Wed, 15 Nov 2000 05:05:22 -0800 (PST) Received: (from ru@localhost) by whale.sunbay.crimea.ua (8.11.0/8.11.0) id eAFD4XO98846; Wed, 15 Nov 2000 15:04:33 +0200 (EET) (envelope-from ru) Date: Wed, 15 Nov 2000 15:04:33 +0200 From: Ruslan Ermilov To: Julian Elischer Cc: Charles Mott , Archie Cobbs , net@FreeBSD.ORG, Ari Suutari Subject: Re: libalias: Incremental Update of Internet Checksum Message-ID: <20001115150433.A98014@sunbay.com> Mail-Followup-To: Julian Elischer , Charles Mott , Archie Cobbs , net@FreeBSD.ORG, Ari Suutari References: <20001113103852.E34671@sunbay.com> <3A126F63.8EB0D49@elischer.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <3A126F63.8EB0D49@elischer.org>; from julian@elischer.org on Wed, Nov 15, 2000 at 03:11:31AM -0800 Sender: owner-freebsd-net@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Wed, Nov 15, 2000 at 03:11:31AM -0800, Julian Elischer wrote: > Ruslan Ermilov wrote: > > > Here's the version I wrote some years ago.. > > #define FIXSUM16(c, op, np) \ > do { \ > (c) -= (u_int16_t) ~*((u_int16_t *) (op)); \ > if ((c) < 0) { \ > (c) += 0xffff; \ > } \ > (c) -= (u_int16_t) *((u_int16_t *) (np)); \ > if ((c) < 0) { \ > (c) += 0xffff; \ > } \ > } while (0) > > it replaces the 16 bit word at *op with the new value at *np and updates > the checksum c > The above is the implementation of 4th equation from RFC 1624, right? But we are talking about the version that allows updating of N 16-bit words, not exactly one word. -- Ruslan Ermilov Oracle Developer/DBA, ru@sunbay.com Sunbay Software AG, ru@FreeBSD.org FreeBSD committer, +380.652.512.251 Simferopol, Ukraine http://www.FreeBSD.org The Power To Serve http://www.oracle.com Enabling The Information Age To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-net" in the body of the message