nuttx/net/devif
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
..
devif_callback.c Eliminate CONFIG_NO_NOINTS. Lots of files changed -> lots of testing needed. 2016-12-03 16:28:19 -06:00
devif_initialize.c Networking: Remove the HSEC argument from devif_timer. 2016-02-03 12:12:41 -06:00
devif_iobsend.c Standardize some naming in code section comments 2016-02-21 18:09:04 -06:00
devif_pktsend.c Standardize some naming in code section comments 2016-02-21 18:09:04 -06:00
devif_poll.c Add user-space networking stack API (usrsock) 2017-03-31 08:58:14 -06:00
devif_send.c Standardize some naming in code section comments 2016-02-21 18:09:04 -06:00
devif.h Add user-space networking stack API (usrsock) 2017-03-31 08:58:14 -06:00
ipv4_input.c Add user-space networking stack API (usrsock) 2017-03-31 08:58:14 -06:00
ipv6_input.c Add user-space networking stack API (usrsock) 2017-03-31 08:58:14 -06:00
Make.defs
net_setipid.c