All of lore.kernel.org
 help / color / mirror / Atom feed
From: Jakub Jelinek <jakub@redhat.com>
To: "David S. Miller" <davem@davemloft.net>
Cc: drepper@redhat.com, arjan@infradead.org, linux-kernel@vger.kernel.org
Subject: Re: ntohs/ntohl and bitops
Date: Wed, 11 Jan 2006 04:48:54 -0500	[thread overview]
Message-ID: <20060111094854.GK7768@devserv.devel.redhat.com> (raw)
In-Reply-To: <20060111.004418.92939254.davem@davemloft.net>

On Wed, Jan 11, 2006 at 12:44:18AM -0800, David S. Miller wrote:
> From: Ulrich Drepper <drepper@redhat.com>
> Date: Wed, 11 Jan 2006 00:36:11 -0800
> 
> > Anyway, candidates for this kind of transformation:
> > 
> > net/ipx/af_ipx.c:1450:  if (ntohs(addr->sipx_port) <
> > IPX_MIN_EPHEMERAL_SOCKET &&
> 
> Does it work for comparisons?  F.e.:
> 
>      if (val < ntohs(VAL))

No, only for ==, !=, &, |, ~.

	Jakub

  reply	other threads:[~2006-01-11  9:49 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-01-10 22:02 ntohs/ntohl and bitops Ulrich Drepper
2006-01-11  8:00 ` David S. Miller
2006-01-11  8:13   ` Arjan van de Ven
2006-01-11  8:36     ` David S. Miller
2006-01-11  8:36     ` Ulrich Drepper
2006-01-11  8:44       ` David S. Miller
2006-01-11  9:48         ` Jakub Jelinek [this message]
2006-01-11 18:35           ` Jan Engelhardt
2006-01-11 18:45             ` Ulrich Drepper
2006-01-11 20:19               ` David S. Miller
2006-01-12  1:04   ` Pavel Machek
2006-01-14  9:52     ` YOSHIFUJI Hideaki / 吉藤英明
2006-01-15  1:46     ` David S. Miller

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20060111094854.GK7768@devserv.devel.redhat.com \
    --to=jakub@redhat.com \
    --cc=arjan@infradead.org \
    --cc=davem@davemloft.net \
    --cc=drepper@redhat.com \
    --cc=linux-kernel@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.