nuttx/net/utils
2015-05-31 08:34:03 -06:00
..
Kconfig
Make.defs
net_chksum.c
net_dsec2tick.c
net_dsec2timeval.c
net_ipv6_maskcmp.c
net_ipv6_pref2mask.c
net_lock.c UDP Networking: Misc fixes to get the last changes working + cleanup 2015-05-29 14:32:56 -06:00
net_timeval2dsec.c
utils.h Networking: The network device list was protected by a re-entrant semaphore. With the recent change to support network device callback, the network stack needs to access the network device list too. Some drivers, however, run the network stack from the interrupt level -- this is bad but a fact in the current state. Of course,those drivers are unable to take the semaphore and will assert. 2015-05-31 08:34:03 -06:00