incubator-nuttx/net/udp
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
udp.h Add user-space networking stack API (usrsock) 2017-03-31 08:58:14 -06:00
udp_callback.c Without lowsyslog() *llerr() is not useful. Eliminate and replace with *err(). 2016-06-20 12:44:38 -06:00
udp_conn.c Eliminate CONFIG_NO_NOINTS. Lots of files changed -> lots of testing needed. 2016-12-03 16:28:19 -06:00
udp_devpoll.c Remove some empty code section comments 2016-02-25 18:34:36 -06:00
udp_finddev.c Remove some empty code section comments 2016-02-25 18:34:36 -06:00
udp_input.c Without lowsyslog() *llwarn() is not useful. Eliminate and replace with *warn(). 2016-06-20 09:37:08 -06:00
udp_ipselect.c Remove some empty code section comments 2016-02-25 18:34:36 -06:00
udp_netpoll.c Eliminate CONFIG_NO_NOINTS. Lots of files changed -> lots of testing needed. 2016-12-03 16:28:19 -06:00
udp_psock_send.c - fixed wrong assert on udp dgram send 2017-03-17 15:13:03 +01:00
udp_psock_sendto.c Eliminate CONFIG_NO_NOINTS. Lots of files changed -> lots of testing needed. 2016-12-03 16:28:19 -06:00
udp_send.c Without lowsyslog() *llinfo() is not useful. Eliminate and replace with *info(). 2016-06-20 11:59:15 -06:00