All of lore.kernel.org
 help / color / mirror / Atom feed
* ipv6 address comparison
@ 2012-07-21 12:02 Arif Hossain
  2012-07-21 12:23 ` Tobias Boege
       [not found] ` <alpine.DEB.2.02.1207211535300.32697@aurora.sdinet.de>
  0 siblings, 2 replies; 4+ messages in thread
From: Arif Hossain @ 2012-07-21 12:02 UTC (permalink / raw)
  To: kernelnewbies

Hi,

My module uses ipv6_addr_cmp() from <linux/ipv6.h>. 

<linux/ipv6.h>
static inline int ipv6_addr_cmp(const struct in6_addr *a1, const struct
in6_addr *a2)
{
	return memcmp(a1, a2, sizeof(struct in6_addr));
}

I've included <linux/ipv6.h>. But when i try to build the module i get
following error:

net/netfilter/xt_ipaddr.c:81: error: implicit declaration of function
?ipv6_addr_cmp?

Although before the call to ipv6_addr_cmp, i have a casting to struct
ipv6hdr *iph. So the definitions from ipv6.h should be available to my
module.

cheers.
aft

^ permalink raw reply	[flat|nested] 4+ messages in thread
* ipv6 address comparison
@ 2012-07-21 12:09 Arif Hossain
  0 siblings, 0 replies; 4+ messages in thread
From: Arif Hossain @ 2012-07-21 12:09 UTC (permalink / raw)
  To: kernelnewbies

Hi,

My module uses ipv6_addr_cmp() from <linux/ipv6.h>. 

<linux/ipv6.h>
static inline int ipv6_addr_cmp(const struct in6_addr *a1, const struct
in6_addr *a2)
{
	return memcmp(a1, a2, sizeof(struct in6_addr));
}

I've included <linux/ipv6.h>. But when i try to build the module i get
following error:

net/netfilter/xt_ipaddr.c:81: error: implicit declaration of function
‘ipv6_addr_cmp’

Although before the call to ipv6_addr_cmp, i have a casting to struct
ipv6hdr *iph. So the definitions from ipv6.h should be available to my
module.

cheers.
aft

--
To unsubscribe from this list: send the line "unsubscribe netfilter-devel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

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

end of thread, other threads:[~2012-07-21 13:45 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-07-21 12:02 ipv6 address comparison Arif Hossain
2012-07-21 12:23 ` Tobias Boege
     [not found] ` <alpine.DEB.2.02.1207211535300.32697@aurora.sdinet.de>
2012-07-21 13:45   ` Arif Hossain
  -- strict thread matches above, loose matches on Subject: below --
2012-07-21 12:09 Arif Hossain

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.