Rename uip_input to devif_input

This commit is contained in:
Gregory Nutt
2014-06-30 18:11:17 -06:00
parent 7dd04db1d2
commit da7379ed18
23 changed files with 28 additions and 28 deletions
+1 -1
View File
@@ -1379,7 +1379,7 @@ static void enc_rxdispatch(FAR struct enc_driver_s *priv)
{
nllvdbg("IP packet received (%02x)\n", BUF->type);
arp_ipin(&priv->dev);
uip_input(&priv->dev);
devif_input(&priv->dev);
/* If the above function invocation resulted in data that should be
* sent out on the network, the field d_len will set to a value > 0.