incubator-nuttx/net/arp
Xiang Xiao 5c5c08efcd network: simplify the timeout process logic
1.Consolidate absolute to relative timeout conversion into one place(_net_timedwait)
2.Drive the wait timeout logic by net_timedwait instead of devif_timer
This patch help us remove devif_timer(period tick) to save the power in the future.

Change-Id: I534748a5d767ca6da8a7843c3c2f993ed9ea77d4
Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
2020-01-11 08:24:49 -06:00
..
Kconfig Update some comments and cosmetic spacing. 2019-02-04 07:24:45 -06:00
Make.defs net/arp: Redesign ARP table aging to simplify the net initialization 2018-11-09 13:54:55 -06:00
arp.h network: simplify the timeout process logic 2020-01-11 08:24:49 -06:00
arp_arpin.c net/: Run nxstyle against all C files. 2019-10-25 11:31:42 -06:00
arp_dump.c
arp_format.c
arp_ipin.c
arp_notify.c network: simplify the timeout process logic 2020-01-11 08:24:49 -06:00
arp_out.c net/: Run nxstyle against all C files. 2019-10-25 11:31:42 -06:00
arp_poll.c Fix wait loop and void cast (#24) 2020-01-02 10:54:43 -06:00
arp_send.c network: simplify the timeout process logic 2020-01-11 08:24:49 -06:00
arp_table.c Fix wait loop and void cast (#24) 2020-01-02 10:54:43 -06:00