Replace confusing references to uIP with just 'the network'

This commit is contained in:
Gregory Nutt
2016-05-30 09:31:44 -06:00
parent f65616f872
commit 4f208600aa
17 changed files with 32 additions and 32 deletions
+1 -1
View File
@@ -382,7 +382,7 @@ void arp_notify(in_addr_t ipaddr);
*
* Assumptions
* Interrupts are disabled; Returned value will become unstable when
* interrupts are re-enabled or if any other uIP APIs are called.
* interrupts are re-enabled or if any other network APIs are called.
*
****************************************************************************/
+1 -1
View File
@@ -260,7 +260,7 @@ void arp_hdr_update(FAR uint16_t *pipaddr, FAR uint8_t *ethaddr)
*
* Assumptions
* Interrupts are disabled; Returned value will become unstable when
* interrupts are re-enabled or if any other uIP APIs are called.
* interrupts are re-enabled or if any other network APIs are called.
*
****************************************************************************/