lwip/test/unit
Joel Cunningham 53fcd50870 task #14408: move sendmsg UDP to unit tests
This commit moves the sendmsg UDP test from socket examples to socket
unit tests

The test has been converted to send/receive on the loopback interface
and also test a connected sendmsg with NULL msg_name
2017-03-16 19:27:26 -05:00
..
api task #14408: move sendmsg UDP to unit tests 2017-03-16 19:27:26 -05:00
arch Fix and improve sockets unit test and unit test sys_arch (with a little help of tcpip.c) 2017-03-16 22:49:38 +01:00
core minor: macros should not end with underscore(s) 2016-08-08 21:47:53 +02:00
dhcp Remove duplicate netif_dhcp_data() macro 2017-01-05 21:14:43 +01:00
etharp Fix warning in test_etharp.c 2016-08-19 09:03:57 +02:00
mdns fixed warnings in mdns unit tests 2017-01-04 15:25:52 +01:00
tcp Fix unit test with assumed congestion avoidance 2017-03-10 08:12:17 +01:00
udp minor: macros should not end with underscore(s) 2016-08-08 21:47:53 +02:00
Filelists.mk Try to add a Filelists.mk file for the unit tests (to fix unix build of unit tests) 2017-03-16 22:54:50 +01:00
lwip_check.h minor: macros should not end with underscore(s) 2016-08-08 21:47:53 +02:00
lwip_unittests.c tried to add basic socket unit tests (nonsense only for now); made LOCK_TCPIP_CORE()/UNLOCK_TCPIP_CORE() overridable for that 2017-03-16 21:52:30 +01:00
lwipopts.h Fix and improve sockets unit test and unit test sys_arch (with a little help of tcpip.c) 2017-03-16 22:49:38 +01:00