All of lore.kernel.org
 help / color / mirror / Atom feed
From: Peteris Krumins <newsgroups@lf.lv>
To: netfilter-devel@lists.netfilter.org
Subject: Re[2]: where's the definition of function iptc_init
Date: Sun, 15 Jun 2003 21:56:05 +0300	[thread overview]
Message-ID: <48263348945.20030615215605@lf.lv> (raw)
In-Reply-To: <025e01c332cb$eb958360$0b00a8c0@haf>

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

      reply	other threads:[~2003-06-15 18:56 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [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   ` Peteris Krumins [this message]

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=48263348945.20030615215605@lf.lv \
    --to=newsgroups@lf.lv \
    --cc=netfilter-devel@lists.netfilter.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.