nuttx/net/usrsock
liuhaitao dc639b2b59 Merge remote-tracking branch 'mirtos/master' into dev-upmerge-nuttx-10.1-0507
Change-Id: I4bb3a61356be2b4a77ccfe45390b15e68a376dd6
Signed-off-by: liuhaitao <liuhaitao@xiaomi.com>
2021-05-07 20:46:07 +08:00
..
Kconfig net: Fix dupulicated NET_USRSOCK in Kconfig 2020-07-19 20:05:50 -07:00
Make.defs net/socket: move si_send/recv into sendmsg/recvmsg 2021-03-05 04:46:13 -08:00
usrsock.h net/socket: move si_send/recv into sendmsg/recvmsg 2021-03-05 04:46:13 -08:00
usrsock_accept.c net: fix typos, incorrect comments, nxstyle 2020-12-13 09:06:28 -06:00
usrsock_bind.c net: fix typos, incorrect comments, nxstyle 2020-12-13 09:06:28 -06:00
usrsock_close.c Replace #include <semaphore.h> to #include <nuttx/semaphore.h> 2020-02-01 08:27:30 -06:00
usrsock_conn.c net: fix typos, incorrect comments, nxstyle 2020-12-13 09:06:28 -06:00
usrsock_connect.c net: fix nxstyle errors 2021-04-02 11:12:25 -05:00
usrsock_dev.c net/usrsock/usrsock_dev.c: Fix syslog formats 2020-11-27 05:18:57 -06:00
usrsock_event.c usrsock/recv: adjust the close timing to avoid data discard 2021-03-19 11:11:40 +08:00
usrsock_getpeername.c net: fix typos, incorrect comments, nxstyle 2020-12-13 09:06:28 -06:00
usrsock_getsockname.c net: fix typos, incorrect comments, nxstyle 2020-12-13 09:06:28 -06:00
usrsock_getsockopt.c net: fix typos, incorrect comments, nxstyle 2020-12-13 09:06:28 -06:00
usrsock_ioctl.c sourcefiles: Fix relative path in file header 2021-03-09 23:18:28 +08:00
usrsock_listen.c net: fix typos, incorrect comments, nxstyle 2020-12-13 09:06:28 -06:00
usrsock_poll.c net: fix nxstyle errors 2021-04-02 11:12:25 -05:00
usrsock_recvmsg.c Merge remote-tracking branch 'mirtos/master' into dev-upmerge-nuttx-10.1-0507 2021-05-07 20:46:07 +08:00
usrsock_sendmsg.c net/usrsock: add send multi-elements support 2021-03-23 00:44:37 -07:00
usrsock_setsockopt.c net: fix typos, incorrect comments, nxstyle 2020-12-13 09:06:28 -06:00
usrsock_socket.c net: fix typos, incorrect comments, nxstyle 2020-12-13 09:06:28 -06:00
usrsock_sockif.c net/socket: move si_send/recv into sendmsg/recvmsg 2021-03-05 04:46:13 -08:00