NET: Renaming of IP address types

This commit is contained in:
Gregory Nutt
2014-06-29 12:22:50 -06:00
parent 5ac94ff988
commit 899dc193ca
35 changed files with 131 additions and 129 deletions
+1 -1
View File
@@ -90,7 +90,7 @@
*
****************************************************************************/
void netdev_rxnotify(const uip_ipaddr_t raddr)
void netdev_rxnotify(const net_ipaddr_t raddr)
{
/* Find the device driver that serves the subnet of the remote address */