mirror of
https://github.com/apache/nuttx.git
synced 2026-08-07 21:47:17 +00:00
net/utils: return from net_breaklock() was being clobbered.
net/: Replace all calls to iob_alloc() with calls to net_ioballoc() which will release the network lock, if necessary.
net/utils, tcp, include/net: Separate out the special IOB allocation logic and place it in its own function. Prototype is available in a public header file where it can also be used by network drivers.
net/utils: net_timedwait() now uses new net_breaklock() and net_restorelock().
|
||
|---|---|---|
| .. | ||
| bluetooth.h | ||
| bluetooth_callback.c | ||
| bluetooth_conn.c | ||
| bluetooth_container.c | ||
| bluetooth_finddev.c | ||
| bluetooth_initialize.c | ||
| bluetooth_input.c | ||
| bluetooth_poll.c | ||
| bluetooth_recvfrom.c | ||
| bluetooth_sendto.c | ||
| bluetooth_sockif.c | ||
| Kconfig | ||
| Make.defs | ||