From: Pablo Neira <pablo@eurodev.net>
To: kesineni sai pratap <kesineni@woojininc.net>
Cc: netfilter-devel@lists.netfilter.org
Subject: Re: it is possible to use inet_addr
Date: Tue, 03 Aug 2004 09:09:42 +0200 [thread overview]
Message-ID: <410F3A36.1060906@eurodev.net> (raw)
In-Reply-To: <000a01c4791a$fe672660$a06464c0@kesineni>
Hi,
This question is not netfilter related at all, maybe linux-net is a
better place, anyway...
kesineni sai pratap wrote:
> Hello,
>
> Iam changing netif_receive_skb () function in in
> /usr/src/linux/net/core/dev.c.i unable to use inet_addr function in
> netif_receive_skb function.
because that function doesn't exist in kernel space. The kernel is
written in C but it doesn't implement all the standard C functions
available in user space.
If you do want to use something that function, you should implement by
yourself or steal it from elsewhere.
regards,
Pablo
prev parent reply other threads:[~2004-08-03 7:09 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2004-08-03 5:30 it is possible to use inet_addr kesineni sai pratap
2004-08-03 7:09 ` Pablo Neira [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=410F3A36.1060906@eurodev.net \
--to=pablo@eurodev.net \
--cc=kesineni@woojininc.net \
--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.