nuttx/net/udp
chao.an 95be9eaf4b net/callback: remove the assert check of conn instance
remove the connection assertion since the instance will be invalid
if the network device has been taken down.

net/netdev/netdev_ioctl.c:

1847 void netdev_ifdown(FAR struct net_driver_s *dev)
1848 {
...
1871       /* Notify clients that the network has been taken down */
1872
1873       devif_dev_event(dev, NULL, NETDEV_DOWN);
...
1883 }

Change-Id: I492b97b5ebe035ea67bbdd7ed635cb13d085e89c
Signed-off-by: chao.an <anchao@xiaomi.com>
2020-11-10 19:40:41 -08:00
..
Kconfig Make the read ahead buffer unselectable 2020-01-11 08:24:49 -06:00
Make.defs net/tcp and udp: Move tcp/udp recvfrom into tcp/udp folder 2020-01-21 08:30:39 -06:00
udp_callback.c net/: Whenever the network initializes an IPv4 address, it must clear sin_zero. 2020-02-25 15:53:39 +01:00
udp_close.c net/tcp, udp: Move tcp/udp close operation into tcp/udp folder 2020-01-21 08:30:39 -06:00
udp_conn.c net/udp: fix nxstyle warning 2020-05-15 07:27:01 -06:00
udp_devpoll.c Fix wait loop and void cast (#24) 2020-01-02 10:54:43 -06:00
udp_finddev.c tools/nxstyle.c: Fix logic error that prevent detecion of '/' and '/=' as operators. net/: Minor updates resulting from testing tools/nxstyle. 2019-03-11 12:48:39 -06:00
udp_input.c net/: Now handles reception of IPv4 packets with larger IPv4 headers containing options. 2019-08-31 12:25:30 -06:00
udp_ipselect.c Be consistent... Use Name: consistent in function headers vs Function: 2017-04-21 16:33:14 -06:00
udp_netpoll.c Don't need monitor IOB buffer empty event for POLLOUT implementation 2020-05-13 06:50:07 -06:00
udp_notifier.c wqueue/notifier: update the work notifier usage 2020-01-21 14:16:19 +08:00
udp_recvfrom.c sched/: Make more naming consistent 2020-05-17 14:01:00 -03:00
udp_send.c tools/nxstyle.c: Fix logic error that prevent detecion of '/' and '/=' as operators. net/: Minor updates resulting from testing tools/nxstyle. 2019-03-11 12:48:39 -06:00
udp_sendto_buffered.c net/callback: remove the assert check of conn instance 2020-11-10 19:40:41 -08:00
udp_sendto_unbuffered.c Run nxstyle all .c and .h files modified by PR. 2020-05-17 14:01:00 -03:00
udp_setsockopt.c Remove exra whitespace from files (#189) 2020-01-31 09:24:49 -06:00
udp_txdrain.c sched/: Make more naming consistent 2020-05-17 14:01:00 -03:00
udp_wrbuffer_dump.c tools/nxstyle.c: Fix logic error that prevent detecion of '/' and '/=' as operators. net/: Minor updates resulting from testing tools/nxstyle. 2019-03-11 12:48:39 -06:00
udp_wrbuffer.c sched/: Make more naming consistent 2020-05-17 14:01:00 -03:00
udp.h Don't need monitor IOB buffer empty event for POLLOUT implementation 2020-05-13 06:50:07 -06:00