mirror of
https://github.com/apache/nuttx.git
synced 2026-06-06 08:36:24 +08:00
NET: Rename some address comparison macros
This commit is contained in:
@@ -220,7 +220,7 @@ typeerr:
|
||||
{
|
||||
/* Save the sender's address in our neighbor list. */
|
||||
|
||||
uiphdr_neighbor_add(picmp->srcipaddr, &(picmp->options[2]));
|
||||
net_neighbor_add(picmp->srcipaddr, &(picmp->options[2]));
|
||||
}
|
||||
|
||||
/* We should now send a neighbor advertisement back to where the
|
||||
|
||||
Reference in New Issue
Block a user