incubator-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
Make.defs
usrsock.h
usrsock_bind.c
usrsock_close.c
usrsock_conn.c
usrsock_connect.c
usrsock_dev.c
usrsock_event.c
usrsock_getsockname.c
usrsock_getsockopt.c
usrsock_poll.c
usrsock_recvfrom.c
usrsock_sendto.c
usrsock_setsockopt.c
usrsock_socket.c