From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ozgur AKAN Subject: __signed__ ? Date: Thu, 22 Apr 2004 10:58:51 +0300 Sender: netfilter-devel-admin@lists.netfilter.org Message-ID: <40877B3B.5070808@aiqa.com> Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="------------050007020503010302000706" Return-path: To: "netfilter-devel@lists.netfilter.org" Errors-To: netfilter-devel-admin@lists.netfilter.org List-Help: List-Post: List-Subscribe: , List-Unsubscribe: , List-Archive: List-Id: netfilter-devel.vger.kernel.org This is a multi-part message in MIME format. --------------050007020503010302000706 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit I am working on netfilter source. I see that there are some definations like typedef __unsigned__ int __s32; 1- what does __signed__ mean? what is the difference from signed? 2- I can not find the corrosponding code of ...ipv4/netfilter/ip_tables.c in cvs.netfilter.org. Is in cvs.netfilter.org only userspace programs shown? thanks, -- Ozgur Akan --------------050007020503010302000706 Content-Type: text/html; charset=us-ascii Content-Transfer-Encoding: 7bit
I am working on netfilter source. I see that there are some definations like

typedef __unsigned__ int __s32;

1- what does __signed__ mean? what is the difference from signed?
2- I can not find the corrosponding code of ...ipv4/netfilter/ip_tables.c in cvs.netfilter.org. 
Is in cvs.netfilter.org only userspace programs shown?
thanks,
-- 
Ozgur Akan
--------------050007020503010302000706-- From mboxrd@z Thu Jan 1 00:00:00 1970 From: Henrik Nordstrom Subject: Re: __signed__ ? Date: Thu, 22 Apr 2004 10:50:03 +0200 (CEST) Sender: netfilter-devel-admin@lists.netfilter.org Message-ID: References: <40877B3B.5070808@aiqa.com> Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Cc: "netfilter-devel@lists.netfilter.org" Return-path: To: Ozgur AKAN In-Reply-To: <40877B3B.5070808@aiqa.com> Errors-To: netfilter-devel-admin@lists.netfilter.org List-Help: List-Post: List-Subscribe: , List-Unsubscribe: , List-Archive: List-Id: netfilter-devel.vger.kernel.org On Thu, 22 Apr 2004, Ozgur AKAN wrote: > I am working on netfilter source. I see that there are some definations like > > typedef __unsigned__ int __s32; > > 1- what does __signed__ mean? what is the difference from signed? None. > 2- I can not find the corrosponding code of ...ipv4/netfilter/ip_tables.c in cvs.netfilter.org. > Is in cvs.netfilter.org only userspace programs shown? cvs.netfilter.org only has the userspace + files or modifications not yet incorporated into the kernel. The bulk of the netfilter/iptables kernel code is found in the normal kernel repositories and there is no need to have these duplicated in the netfilter cvs. Regards Henrik