incubator-nuttx/net/local
chao an baabf4bbf3 net/local: fix visual studio Compiler Error C2057
expected constant expression
The context requires a constant expression, an expression whose value is known at compile time.
The compiler must know the size of a type at compile time in order to allocate space for an instance of that type.

Reference:
https://learn.microsoft.com/en-us/cpp/error-messages/compiler-errors-1/compiler-error-c2057?view=msvc-170
Signed-off-by: chao an <anchao@xiaomi.com>
2023-08-29 09:45:44 +08:00
..
CMakeLists.txt build: add initial cmake build system 2023-07-08 13:50:48 +08:00
Kconfig
Make.defs
local.h net/local:Add peek support for pipe and MSG_PEEK support for local socket 2023-08-15 23:58:45 +08:00
local_accept.c net/local/local_sockif.c:add local_getpeername function implementation 2023-08-03 03:23:17 -07:00
local_bind.c net: remove conn-related casts 2023-05-10 19:32:09 -03:00
local_conn.c net: add poll lock for local socket poll 2023-08-08 08:43:18 +02:00
local_connect.c net: remove conn-related casts 2023-05-10 19:32:09 -03:00
local_fifo.c net/local: fix visual studio Compiler Error C2057 2023-08-29 09:45:44 +08:00
local_listen.c net/local: Support the abstract path to connect 2023-07-14 09:57:24 +08:00
local_netpoll.c net: add poll lock for local socket poll 2023-08-08 08:43:18 +02:00
local_recvmsg.c local_recvmsg: do not print error message when errno is EAGAIN 2023-08-20 20:19:35 +08:00
local_recvutils.c
local_release.c net/local: remove client from server.lc_waiters when client close 2023-07-17 09:01:36 +02:00
local_sendmsg.c net/local: Support the socketpair interface of local udp socket. 2023-07-12 03:31:43 +08:00
local_sendpacket.c net/local: Return an error when write the too big packet. 2023-08-14 23:46:08 +08:00
local_sockif.c net: Add FIOC_FILEPATH ioctl support for ICMP(v6)/RPMsg/Usrsock sockets 2023-08-15 15:00:59 +08:00