All of lore.kernel.org
 help / color / mirror / Atom feed
* it is possible to use inet_addr
@ 2004-08-03  5:30 kesineni sai pratap
  2004-08-03  7:09 ` Pablo Neira
  0 siblings, 1 reply; 2+ messages in thread
From: kesineni sai pratap @ 2004-08-03  5:30 UTC (permalink / raw)
  To: netfilter-devel

[-- Attachment #1: Type: text/plain, Size: 292 bytes --]

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. It is possible to use inet_addr function in netif_receive-skb function, if possible how can use.

thanks & regards
LEO

[-- Attachment #2: Type: text/html, Size: 997 bytes --]

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

* Re: it is possible to use inet_addr
  2004-08-03  5:30 it is possible to use inet_addr kesineni sai pratap
@ 2004-08-03  7:09 ` Pablo Neira
  0 siblings, 0 replies; 2+ messages in thread
From: Pablo Neira @ 2004-08-03  7:09 UTC (permalink / raw)
  To: kesineni sai pratap; +Cc: netfilter-devel

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

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

end of thread, other threads:[~2004-08-03  7:09 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-08-03  5:30 it is possible to use inet_addr kesineni sai pratap
2004-08-03  7:09 ` Pablo Neira

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.