All of lore.kernel.org
 help / color / mirror / Atom feed
From: Arnd Bergmann <arnd@arndb.de>
To: Andrew Hendry <ahendry@tusc.com.au>
Cc: "linux-os (Dick Johnson)" <linux-os@analogic.com>,
	Arnaldo Carvalho de Melo <acme@ghostprotocols.net>,
	"YOSHIFUJI Hideaki / ?$B5HF#1QL@" <yoshfuji@linux-ipv6.org>,
	eis@baty.hanse.de, linux-x25@vger.kernel.org,
	linux-kernel@vger.kernel.org, netdev@vger.kernel.org
Subject: Re: [PATCH] X25: Add ITU-T facilites
Date: Thu, 20 Oct 2005 14:30:15 +0200	[thread overview]
Message-ID: <200510201430.17160.arnd@arndb.de> (raw)
In-Reply-To: <1129770654.3574.1154.camel@localhost.localdomain>

On Dunnersdag 20 Oktober 2005 03:10, Andrew Hendry wrote:
> __u32 or unsigned int look to be the norm for other similar headers,
> whats the recommended type of types to be used?
> 
Use __{u,s}{32,16,8} for interfaces and {u,s}{64,32,16,8} internally,
if you care about the exact size, otherwise use unsigned int.
See also http://lwn.net/Articles/113367/

	Arnd <><

  parent reply	other threads:[~2005-10-20 12:30 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-10-17  1:47 [PATCH] X25: Add ITU-T facilites Andrew Hendry
2005-10-17  2:28 ` Arnaldo Carvalho de Melo
2005-10-18  6:09   ` Andrew Hendry
2005-10-18  6:23     ` YOSHIFUJI Hideaki / 吉藤英明
2005-10-18 15:37       ` Arnaldo Carvalho de Melo
2005-10-18 15:48         ` linux-os (Dick Johnson)
2005-10-18 15:48           ` linux-os (Dick Johnson)
2005-10-20  1:10           ` Andrew Hendry
2005-10-20  7:41             ` Bernd Jendrissek
2005-10-20 12:30             ` Arnd Bergmann [this message]
2005-10-24  1:01               ` Andrew Hendry
  -- strict thread matches above, loose matches on Subject: below --
2005-10-17  1:27 Andrew Hendry

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=200510201430.17160.arnd@arndb.de \
    --to=arnd@arndb.de \
    --cc=acme@ghostprotocols.net \
    --cc=ahendry@tusc.com.au \
    --cc=eis@baty.hanse.de \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-os@analogic.com \
    --cc=linux-x25@vger.kernel.org \
    --cc=netdev@vger.kernel.org \
    --cc=yoshfuji@linux-ipv6.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.