nuttx/net/udp
Xiang Xiao ba9486de4a iob: Remove iob_user_e enum and related code
since it is impossible to track producer and consumer
correctly if TCP/IP stack pass IOB directly to netdev

Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
2022-08-15 08:41:20 +03:00
..
Kconfig Make the read ahead buffer unselectable 2020-01-11 08:24:49 -06:00
Make.defs net/inet: add support of FIONREAD 2021-07-05 06:20:52 -05:00
udp_callback.c iob: Remove iob_user_e enum and related code 2022-08-15 08:41:20 +03:00
udp_close.c net/inet: move socket linger into socket_conn_s 2022-02-10 15:04:33 -03:00
udp_conn.c iob: Remove iob_user_e enum and related code 2022-08-15 08:41:20 +03:00
udp_devpoll.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
udp_finddev.c net/udp: fix the invaild udp destination address 2021-12-17 11:25:06 -06:00
udp_input.c net/udp/icmp: correct the unreadchable handling 2021-11-26 08:47:54 -06:00
udp_ioctl.c net: tcp/udp/icmp/icmpv6 add FIONSPACE support 2022-04-02 13:39:38 +08:00
udp_ipselect.c net: Author Gregory Nutt: update licenses to Apache 2021-02-20 00:38:18 -08:00
udp_netpoll.c net/poll: fix race condition if connect free before poll teardown 2022-07-09 19:11:42 +08:00
udp_notifier.c sched/wqueue: Change the return type of work_notifier_teardown to void 2022-05-14 00:35:29 +03:00
udp_recvfrom.c iob: Remove iob_user_e enum and related code 2022-08-15 08:41:20 +03:00
udp_send.c net: unify FAR keyword usage for all net buffer memory mapped buffers 2022-01-20 01:42:56 +08:00
udp_sendto_buffered.c iob: Remove iob_user_e enum and related code 2022-08-15 08:41:20 +03:00
udp_sendto_unbuffered.c net/udp: remove psock hook to avoid invalid reference 2022-02-10 15:04:33 -03:00
udp_setsockopt.c net/: Add missing packet filtering checks 2021-04-29 12:47:02 +08:00
udp_txdrain.c sched: Don't include nuttx/sched.h inside sched.h 2021-05-24 12:11:53 +09:00
udp_wrbuffer_dump.c net: Author Gregory Nutt: update licenses to Apache 2021-02-20 00:38:18 -08:00
udp_wrbuffer.c iob: Remove iob_user_e enum and related code 2022-08-15 08:41:20 +03:00
udp.h udp: Use s_sndtimeo as the actual timeout time 2022-07-26 12:06:14 +03:00