All of lore.kernel.org
 help / color / mirror / Atom feed
* where's the definition of function iptc_init
@ 2003-06-14 13:19 Jack
  2003-06-14 14:23 ` Peteris Krumins
  0 siblings, 1 reply; 4+ messages in thread
From: Jack @ 2003-06-14 13:19 UTC (permalink / raw)
  To: netfilter-devel

(send again in txt format)
Hi all
Sorry for disturbing you all
I just begin to study the source code.
I could not find the definition of function iptc_init. 
 Please give me a hint.
thanks


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: where's the definition of function iptc_init
  2003-06-14 13:19 Jack
@ 2003-06-14 14:23 ` Peteris Krumins
  0 siblings, 0 replies; 4+ messages in thread
From: Peteris Krumins @ 2003-06-14 14:23 UTC (permalink / raw)
  To: netfilter-devel

Saturday, June 14, 2003, 4:19:32 PM, you wrote:

J> (send again in txt format)
J> Hi all
J> Sorry for disturbing you all
J> I just begin to study the source code.
J> I could not find the definition of function iptc_init. 
J>  Please give me a hint.

man grep


P.Krumins

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: where's the definition of function iptc_init
       [not found] <20030614222629.10196.83157.Mailman@kashyyyk>
@ 2003-06-14 23:22 ` Jack
  2003-06-15 18:56   ` Re[2]: " Peteris Krumins
  0 siblings, 1 reply; 4+ messages in thread
From: Jack @ 2003-06-14 23:22 UTC (permalink / raw)
  To: netfilter-devel

> Date: Sat, 14 Jun 2003 17:23:37 +0300
> From: Peteris Krumins <newsgroups@lf.lv>
> Reply-To: Peteris Krumins <newsgroups@lf.lv>
> To: netfilter-devel@lists.netfilter.org
> Subject: Re: where's the definition of function iptc_init
> 
> Saturday, June 14, 2003, 4:19:32 PM, you wrote:
> 
> J> (send again in txt format)
> J> Hi all
> J> Sorry for disturbing you all
> J> I just begin to study the source code.
> J> I could not find the definition of function iptc_init. 
> J>  Please give me a hint.
> 
> man grep
> 
> 
> P.Krumins
> 
> 
# grep iptc_init * -r

I didn't find the define still.

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re[2]: where's the definition of function iptc_init
  2003-06-14 23:22 ` where's the definition of function iptc_init Jack
@ 2003-06-15 18:56   ` Peteris Krumins
  0 siblings, 0 replies; 4+ messages in thread
From: Peteris Krumins @ 2003-06-15 18:56 UTC (permalink / raw)
  To: netfilter-devel

Hello Jack,

Sunday, June 15, 2003, 2:22:49 AM, you wrote:

>> Date: Sat, 14 Jun 2003 17:23:37 +0300
>> From: Peteris Krumins <newsgroups@lf.lv>
>> Reply-To: Peteris Krumins <newsgroups@lf.lv>
>> To: netfilter-devel@lists.netfilter.org
>> Subject: Re: where's the definition of function iptc_init
>> 
>> Saturday, June 14, 2003, 4:19:32 PM, you wrote:
>> 
>> J> (send again in txt format)
>> J> Hi all
>> J> Sorry for disturbing you all
>> J> I just begin to study the source code.
>> J> I could not find the definition of function iptc_init. 
>> J>  Please give me a hint.
>> 
>> man grep
>> 
>> 
>> P.Krumins
>> 
>> 
J> # grep iptc_init * -r

J> I didn't find the define still.

$ pwd
/[...]/iptables-1.2.8

$ grep "iptc_init" * -r
[...]
libiptc/libip4tc.c:#define TC_INIT                      iptc_init

$ grep -n "TC_INIT" ./libiptc/*.c
[...]
./libiptc/libiptc.c:227:TC_INIT(const char *tablename)


P.Krumins

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2003-06-15 18:56 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <20030614222629.10196.83157.Mailman@kashyyyk>
2003-06-14 23:22 ` where's the definition of function iptc_init Jack
2003-06-15 18:56   ` Re[2]: " Peteris Krumins
2003-06-14 13:19 Jack
2003-06-14 14:23 ` Peteris Krumins

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.