nuttx/net/usrsock
Gregory Nutt a76e137ce2 Squashed commit of the following:
sched/init/nx_start.c:  Add support for CONFIG_BOARD_DRIVER_INITIALIZE.  If this option is selected then nx_start() will call a board-provided function board_driver_initialize() immediately after calling up_initialize().

    Rename CONFIG_BOARD_INITIALIZE to CONFIG_BOARD_LATE_INITIALIZE.

    Raname board_initialize() to board_late_initialize()
2019-02-18 15:32:00 -06:00
..
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_accept.c net/usrsock/usrsock_accept.c: Mark newconn ready before issue accept request to avoid the event get discarded due to the socket in the invalid state 2018-11-09 11:28:19 -06:00
usrsock_bind.c Standardization of some function headers. 2018-03-13 09:52:27 -06:00
usrsock_close.c Merged in hardlulz/modem-3.0-nuttx/fix-sem-EINTR (pull request #603) 2018-02-20 18:24:53 +00:00
usrsock_conn.c net/usrsock: Combine some the duplicated logic. 2018-08-26 15:01:53 -06:00
usrsock_connect.c Standardization of some function headers. 2018-03-13 09:52:27 -06:00
usrsock_dev.c Squashed commit of the following: 2019-02-18 15:32:00 -06: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/usrsock: Add the listen/accept/getpeername/ioctl support 2018-08-26 15:15:48 -06:00
usrsock_getsockname.c net/usrsock: Combine some the duplicated logic. 2018-08-26 15:01:53 -06:00
usrsock_getsockopt.c net/usrsock: Combine some the duplicated logic. 2018-08-26 15:01:53 -06:00
usrsock_ioctl.c net/usrsock: Add the listen/accept/getpeername/ioctl support 2018-08-26 15:15:48 -06:00
usrsock_listen.c net/usrsock: Add the listen/accept/getpeername/ioctl support 2018-08-26 15:15:48 -06:00
usrsock_poll.c net/usrsock: fix compiler warnings, mostly about nxsem_post 2017-10-25 07:31:14 -06:00
usrsock_recvfrom.c net/usrsock: Combine some the duplicated logic. 2018-08-26 15:01:53 -06:00
usrsock_sendto.c Standardization of some function headers. 2018-03-13 09:52:27 -06:00
usrsock_setsockopt.c Standardization of some function headers. 2018-03-13 09:52:27 -06:00
usrsock_socket.c Standardization of some function headers. 2018-03-13 09:52:27 -06:00
usrsock_sockif.c Fix some typographical errors. 2018-09-14 06:55:45 -06:00
usrsock.h net/usrsock: Add the listen/accept/getpeername/ioctl support 2018-08-26 15:15:48 -06:00