lwip/test/unit
Jacob Kroon aad77fcacb Fix compile of UDP unit test
Fix building unit tests via contrib/ports/unix/check on Debian 9, gcc 6.3.0.

Fixes:
  <snip>/ip_addr.h:105:58: error: the comparison will always evaluate as ‘true’ for the address of ‘ip1’ will never be NULL [-Werror=address]
   #define IP_SET_TYPE(ipaddr, iptype)     do { if((ipaddr) != NULL) { IP_SET_TYPE_VAL(*(ipaddr),iptype); }}while(0)

Signed-off-by: Jacob Kroon <jacob.kroon@gmail.com>
(cherry picked from commit 2f098c42a7)
2019-02-26 16:25:10 +01:00
..
api socket/netconn recv: FIN should only be reported once 2018-02-04 20:16:53 +01:00
arch minor style change: fixed indentation 2018-01-05 21:30:32 +01:00
core unit: speed up test_pbuf_queueing_bigger_than_64k 2018-03-03 17:43:23 -06:00
dhcp dhcp: adapt unit test to ignoring packets without END 2018-07-03 20:47:49 +02:00
etharp unit tests: remove dummy netif input function 2018-06-13 10:46:44 +02:00
ip4 Ensure that unit tests leave the stack in a clean state 2017-08-03 22:28:50 +02:00
ip6 added tests for ip6addr_ntoa_r 2018-06-14 12:30:14 +02:00
mdns Possible null-pointer dereference 2017-03-22 22:51:08 +01:00
mqtt Fix mqtt unit test broken ebb0dc14a7 2018-10-30 21:21:08 +08:00
tcp Add a unit test for bug #54833 (tcp_abort with wrong ports) 2018-10-17 21:44:44 +02:00
udp Fix compile of UDP unit test 2019-02-26 16:25:10 +01:00
Filelists.cmake add new ip6 tests to (c)make list files 2018-06-10 19:23:02 +02:00
Filelists.mk add new ip6 tests to (c)make list files 2018-06-10 19:23:02 +02:00
lwip_check.h Fix unit tests under linux 2017-08-04 06:17:21 +02:00
lwip_unittests.c fix bug #53971 Lwip sends Router Solicitation on address changes 2018-06-08 22:18:50 +02:00
lwipopts.h test: enable LWIP_CHECKSUM_ON_COPY and TCP_CHECKSUM_ON_COPY_SANITY_CHECK 2018-02-12 12:32:40 +01:00