nuttx/net/usrsock
Jussi Kivilinna cd3c9634c8 Add user-space networking stack API (usrsock)
User-space networking stack API allows user-space daemon to
provide TCP/IP stack implementation for NuttX network.

Main use for this is to allow use and seamless integration of
HW-provided TCP/IP stacks to NuttX.

For example, user-space daemon can translate /dev/usrsock
API requests to HW TCP/IP API requests while rest of the
user-space can access standard socket API, with socket
descriptors that can be used with NuttX system calls.
2017-03-31 08:58:14 -06:00
..
Kconfig Add user-space networking stack API (usrsock) 2017-03-31 08:58:14 -06:00
Make.defs Add user-space networking stack API (usrsock) 2017-03-31 08:58:14 -06:00
usrsock_bind.c Add user-space networking stack API (usrsock) 2017-03-31 08:58:14 -06:00
usrsock_close.c Add user-space networking stack API (usrsock) 2017-03-31 08:58:14 -06:00
usrsock_conn.c Add user-space networking stack API (usrsock) 2017-03-31 08:58:14 -06:00
usrsock_connect.c Add user-space networking stack API (usrsock) 2017-03-31 08:58:14 -06:00
usrsock_dev.c Add user-space networking stack API (usrsock) 2017-03-31 08:58:14 -06:00
usrsock_event.c Add user-space networking stack API (usrsock) 2017-03-31 08:58:14 -06:00
usrsock_getsockname.c Add user-space networking stack API (usrsock) 2017-03-31 08:58:14 -06:00
usrsock_getsockopt.c Add user-space networking stack API (usrsock) 2017-03-31 08:58:14 -06:00
usrsock_poll.c Add user-space networking stack API (usrsock) 2017-03-31 08:58:14 -06:00
usrsock_recvfrom.c Add user-space networking stack API (usrsock) 2017-03-31 08:58:14 -06:00
usrsock_sendto.c Add user-space networking stack API (usrsock) 2017-03-31 08:58:14 -06:00
usrsock_setsockopt.c Add user-space networking stack API (usrsock) 2017-03-31 08:58:14 -06:00
usrsock_socket.c Add user-space networking stack API (usrsock) 2017-03-31 08:58:14 -06:00
usrsock.h Add user-space networking stack API (usrsock) 2017-03-31 08:58:14 -06:00