incubator-nuttx/net/arp
Xiang Xiao 6a3c2aded6 Fix wait loop and void cast (#24)
* Simplify EINTR/ECANCEL error handling

1. Add semaphore uninterruptible wait function
2 .Replace semaphore wait loop with a single uninterruptible wait
3. Replace all sem_xxx to nxsem_xxx

* Unify the void cast usage

1. Remove void cast for function because many place ignore the returned value witout cast
2. Replace void cast for variable with UNUSED macro
2020-01-02 10:54:43 -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 net/netlink/: Misc bugfixes from initial testing using NSH 'arp -t' command. 2019-11-03 19:27:58 -06:00
arp_arpin.c net/: Run nxstyle against all C files. 2019-10-25 11:31:42 -06:00
arp_dump.c Without lowsyslog() *llerr() is not useful. Eliminate and replace with *err(). 2016-06-20 12:44:38 -06:00
arp_format.c net: network drver now retains Ethernet MAC address in a union so that other link layer addresses may be used in a MULTILINK environment. 2017-04-22 11:10:30 -06:00
arp_ipin.c Remove some empty code section comments 2016-02-25 18:34:36 -06:00
arp_notify.c Fix wait loop and void cast (#24) 2020-01-02 10:54:43 -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 Fix wait loop and void cast (#24) 2020-01-02 10:54:43 -06:00
arp_table.c Fix wait loop and void cast (#24) 2020-01-02 10:54:43 -06:00