nuttx/net/udp
Zhe Weng 817a43de4d net: Add FIOC_FILEPATH ioctl support for tcp/udp/local sockets
Example of /proc/PID/group/fd, which prints the file path:

FD  OFLAGS  TYPE POS       PATH
0   3       1    0         /dev/console
1   3       1    0         /dev/console
2   3       1    0         /dev/console
3   3       9    0         udp:[0.0.0.0:10197<->114.118.7.163:123, tx 0/16384, rx 0/16384, flg 1]
4   1027    9    0         tcp:[0.0.0.0:23<->0.0.0.0:0, tx 0/16384, rx 0/16384 + ofo 0, st 01, flg 31]
5   67      9    0         local:[md:ap]

Signed-off-by: Zhe Weng <wengzhe@xiaomi.com>
2023-08-07 08:08:37 -07:00
..
CMakeLists.txt build: add initial cmake build system 2023-07-08 13:50:48 +08:00
Kconfig Kconfig: Simplify the conditional default statement 2023-07-16 14:39:20 -03:00
Make.defs
udp_callback.c net/udp: remove FAR from non-pointer variables 2023-07-31 18:56:40 -07:00
udp_close.c net: remove conn-related casts 2023-05-10 19:32:09 -03:00
udp_conn.c net:Add check for address binding 2023-08-03 03:16:31 -07:00
udp_devpoll.c
udp_finddev.c
udp_input.c
udp_ioctl.c net: Add FIOC_FILEPATH ioctl support for tcp/udp/local sockets 2023-08-07 08:08:37 -07:00
udp_ipselect.c
udp_netpoll.c net/udp: Change conn->readahead to I/O buffer chain 2023-07-18 10:51:45 +08:00
udp_notifier.c net/udp: Change conn->readahead to I/O buffer chain 2023-07-18 10:51:45 +08:00
udp_recvfrom.c net/udp: Change conn->readahead to I/O buffer chain 2023-07-18 10:51:45 +08:00
udp_send.c net: move ttl field into socket_conn_s struct 2023-05-13 12:39:53 +08:00
udp_sendto_buffered.c net/udp:add check of the ip packet length 2023-08-03 00:15:28 -07:00
udp_sendto_unbuffered.c net: Fix task block when devif_send fails. 2023-06-01 17:05:54 +08:00
udp_setsockopt.c
udp_txdrain.c net: remove conn-related casts 2023-05-10 19:32:09 -03:00
udp_wrbuffer_dump.c
udp_wrbuffer.c
udp.h net/udp: Change conn->readahead to I/O buffer chain 2023-07-18 10:51:45 +08:00