.. |
Kconfig
|
net/usrsock: Revert 'net/usrsock: Optimize option dependence', commit 42f7c3e927 . Re-allow combination of usrsock and NuttX TCP/IP stack. For example, in case device has Ethernet and mobile connectivity and NuttX TCP/IP stack is used when configured to use Ethernet connection and usrsock when configured to use modem (modem TCP/IP stack through usrsock).
|
2018-09-14 07:18:37 -06:00 |
Make.defs
|
net/usrsock: Add the listen/accept/getpeername/ioctl support
|
2018-08-26 15:15:48 -06:00 |
usrsock.h
|
net/: Re-order the content of all address-family socket 'connection' structures so that they begin with a comomon prologue. This permits better use of logic for different address family types.
|
2019-09-01 08:47:01 -06:00 |
usrsock_accept.c
|
net/: Run nxstyle against all C files.
|
2019-10-25 11:31:42 -06:00 |
usrsock_bind.c
|
net/: Run nxstyle against all C files.
|
2019-10-25 11:31:42 -06:00 |
usrsock_close.c
|
net/: Run nxstyle against all C files.
|
2019-10-25 11:31:42 -06:00 |
usrsock_conn.c
|
net/: Fix alignment and spacing problems found by tools/nxstyle.
|
2019-07-02 18:02:23 -06:00 |
usrsock_connect.c
|
net/: Run nxstyle against all C files.
|
2019-10-25 11:31:42 -06:00 |
usrsock_dev.c
|
Merged in masayuki2009/nuttx.nuttx/fix_usrsock (pull request #879)
|
2019-06-03 11:43:43 +00:00 |
usrsock_event.c
|
net/usrsock: fix compiler warnings, mostly about nxsem_post
|
2017-10-25 07:31:14 -06:00 |
usrsock_getpeername.c
|
net/: Run nxstyle against all C files.
|
2019-10-25 11:31:42 -06:00 |
usrsock_getsockname.c
|
net/: Run nxstyle against all C files.
|
2019-10-25 11:31:42 -06:00 |
usrsock_getsockopt.c
|
net/: Run nxstyle against all C files.
|
2019-10-25 11:31:42 -06:00 |
usrsock_ioctl.c
|
net/: Run nxstyle against all C files.
|
2019-10-25 11:31:42 -06:00 |
usrsock_listen.c
|
net/: Run nxstyle against all C files.
|
2019-10-25 11:31:42 -06:00 |
usrsock_poll.c
|
net/: Fix alignment and spacing problems found by tools/nxstyle.
|
2019-07-02 18:02:23 -06:00 |
usrsock_recvfrom.c
|
net/: Run nxstyle against all C files.
|
2019-10-25 11:31:42 -06:00 |
usrsock_sendto.c
|
net/: Run nxstyle against all C files.
|
2019-10-25 11:31:42 -06:00 |
usrsock_setsockopt.c
|
net/: Run nxstyle against all C files.
|
2019-10-25 11:31:42 -06:00 |
usrsock_socket.c
|
net/: Run nxstyle against all C files.
|
2019-10-25 11:31:42 -06:00 |
usrsock_sockif.c
|
net/: Run nxstyle against all C files.
|
2019-10-25 11:31:42 -06:00 |