Clean a few more IPv6 compilation issues; Add implementation of net_ipv6_maskcmp()

This commit is contained in:
Gregory Nutt
2015-01-15 15:55:52 -06:00
parent d3b4416f00
commit 5b45605991
8 changed files with 146 additions and 10 deletions
+1 -1
View File
@@ -198,7 +198,7 @@ int ipv6_input(FAR struct net_driver_s *dev)
if (pbuf->proto == IP_PROTO_UDP &&
net_ipv6addr_cmp(pbuf->destipaddr, g_alloneaddr))
{
return udp_input(dev);
return udp_ipv6_input(dev);
}
/* In most other cases, the device must be assigned a non-zero IP