mirror of
https://github.com/apache/nuttx.git
synced 2026-06-06 08:36:24 +08:00
Replace confusing references to uIP with just 'the network'
This commit is contained in:
+1
-1
@@ -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
@@ -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.
|
||||
*
|
||||
****************************************************************************/
|
||||
|
||||
|
||||
Reference in New Issue
Block a user