nuttx/net/devif
Alexander Lunev 5b13797cce net/tcp/tcp_send*: reliably obtain the TCP connection pointer in TCP event handlers
Do not use pvconn argument to get the TCP connection pointer because pvconn is
normally NULL for some events like NETDEV_DOWN. Instead, the TCP connection pointer
can be reliably obtained from the corresponding TCP socket.
2022-01-18 16:14:38 +08:00
..
devif_callback.c net/tcp/tcp_send*: reliably obtain the TCP connection pointer in TCP event handlers 2022-01-18 16:14:38 +08:00
devif_cansend.c net/devif/devif_cansend.c: fix assertion for max data len 2022-01-03 08:52:49 -03:00
devif_forward.c
devif_initialize.c
devif_iobsend.c
devif_loopback.c
devif_pktsend.c
devif_poll.c net/can,icmp,icmpv6,tcp,tcp_timer,udp: device should poll only those connections that are bound to the device. 2021-10-11 23:09:00 -07:00
devif_send.c
devif.h net/tcp/tcp_send*: reliably obtain the TCP connection pointer in TCP event handlers 2022-01-18 16:14:38 +08:00
ipv4_input.c
ipv6_input.c
Make.defs