NET: Rename uip_ipaddr* to net_ipaddr*

This commit is contained in:
Gregory Nutt
2014-06-29 13:11:08 -06:00
parent ed1aa8c594
commit c362f21815
21 changed files with 86 additions and 86 deletions
+1 -1
View File
@@ -108,7 +108,7 @@ static FAR struct net_driver_s *netdev_finddevice(const net_ipaddr_t addr)
{
/* Yes.. check for an address match (under the netmask) */
if (uip_ipaddr_maskcmp(dev->d_ipaddr, addr, dev->d_netmask))
if (net_ipaddr_maskcmp(dev->d_ipaddr, addr, dev->d_netmask))
{
/* Its a match */