mirror of
https://github.com/apache/nuttx.git
synced 2026-05-31 23:40:19 +08:00
Rename uip_input to devif_input
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user