nuttx/net/devif
zhanghongyu 8f41613374 net: replace net_sem*wait with conn_dev_sem*wait to simplify code logic
optimize the current code format according to the previous net_xxx_wait
implementation to reduce multiple calls of similar code

Signed-off-by: zhanghongyu <zhanghongyu@xiaomi.com>
2026-01-02 07:48:06 -03:00
..
CMakeLists.txt
devif.h
devif_callback.c net: replace net_sem*wait with conn_dev_sem*wait to simplify code logic 2026-01-02 07:48:06 -03:00
devif_filesend.c
devif_forward.c
devif_iobsend.c
devif_loopback.c
devif_poll.c
devif_send.c
ipv4_input.c
ipv6_input.c
Make.defs