incubator-nuttx/net/inet
Xiang Xiao e869a10c18 net/tcp, udp: Move tcp/udp close operation into tcp/udp folder
Move tcp/udp close operation into tcp/udp folder and remove inet_close.c
2020-01-21 08:30:39 -06:00
..
Kconfig
Make.defs net/tcp, udp: Move tcp/udp close operation into tcp/udp folder 2020-01-21 08:30:39 -06:00
inet.h network: simplify the timeout process logic 2020-01-11 08:24:49 -06:00
inet_globals.c net/udp/Kconfig: Auto-select CONFIG_WQUEUE_NOTIFIER when CONFIG_UDP_READAHEAD_NOTIFIER is selected. 2018-11-10 09:43:44 -06:00
inet_recvfrom.c net/inet/inet_recvfrom.c: Correct the return value (#121) 2020-01-17 11:26:47 -06:00
inet_sockif.c net/tcp, udp: Move tcp/udp close operation into tcp/udp folder 2020-01-21 08:30:39 -06:00
inet_txdrain.c network: simplify the timeout process logic 2020-01-11 08:24:49 -06:00
ipv4_getpeername.c Forgot to add files before previous commit. 2018-07-19 09:07:20 -06:00
ipv4_getsockname.c net/netdev: All utility functions that lookup network devices should begin with netdev_findby_. Also correct some comments and the name of a formal parameter. 2018-10-29 12:21:22 -06:00
ipv4_setsockopt.c net/mld: Defer all timeout-related operations to the work queue vs. handling within the timer interrupt. Need to notify the device driver for an immediate poll when there are MLD packets waiting to be sent. 2018-11-03 16:47:08 -06:00
ipv6_getpeername.c net/: Fix alignment and spacing problems found by tools/nxstyle. 2019-07-02 18:02:23 -06:00
ipv6_getsockname.c net/: Fix alignment and spacing problems found by tools/nxstyle. 2019-07-02 18:02:23 -06:00
ipv6_setsockopt.c net/mld: Defer all timeout-related operations to the work queue vs. handling within the timer interrupt. Need to notify the device driver for an immediate poll when there are MLD packets waiting to be sent. 2018-11-03 16:47:08 -06:00