
10 Jun
2013
10 Jun
'13
8:08 a.m.
On 10.06.2013 13:51, Michele Paolino wrote:
Hi Michal,
The IN6_IS_ADDR_UNSPECIFIED() function needs a struct in6_addr as argument. So changing the line in this way:
- return IN6_IS_ADDR_UNSPECIFIED(&addr->data.inet6.sin6_addr.s6_addr); + return IN6_IS_ADDR_UNSPECIFIED(&addr->data.inet6.sin6_addr);
it should work.
Regards,
Right. It works. Next time I better read the docum^Wmacro definition. So self-NACK as I'll post v2 shortly. Michal