Move include/nuttx/net/uip/uip-arch.h to include/nuttx/net/arp.h; rename all uip_arp_ functions to arp_

This commit is contained in:
Gregory Nutt 2014-05-30 12:13:42 -06:00
parent 90e4b55e0c
commit af0892ddea

View File

@ -7385,3 +7385,8 @@
* libc/stdio/lib_snprintf.c: If the size passed to snprintf() is zero,
then snprintf() must write nothing, but instead return the size of the
buffer needed to hold the entire string. From Sami Pelkonen (2014-5-30).
* net/arp: Move arp related files from net/uip to net/arp. Files renamed
with arp_ prefix (2014-5-30).
* include/nuttx/net/arp.h and net/arp/arp_timer.c: Moved
include/nuttx/net/uip/uip-arp.h to include/nuttx/net/arp.h; moved
net/net_arptimer to arp/arp_timer.c. (2014-5-30).