lwip/test/unit
Jasper Verschueren 3043d9d023 mDNS: move domain related functions and output related funtions
mDNS.c needed to become cleaner. Domain related functions are
moved to the mdns_domain.c util module. The output related
functions are split off (clear separation between defining the
packet and generating the packet). The output functions can
now be found in mdns_out.c.

mDNS move probe question packet generation to mdns_send_outpacket

The probe any questions were added to the pbuf in the send_probe
routine. It is better if we move all pbuf generation to the output
function so later on packets can be delayed etc. keep it all in
one place.

mDNS: move legacy question generation to mdns_send_outpacket

It's better to do the pbuf generation in one place.
Especially important for message delaying etc.

mDNS take out domain related functionality and put in other file.

The mDNS file is getting very big and a lot still needs to be added.
For clarity reasons it's better to split these domain functions
from the main mDNS file.

mDNS split off output related functionality and put in other file

A lot of functions are only needed for the generation of the pbuf,
by separating them into another file we clean up the mdns file.
We only need the mdns_send_outpacket function as interface.
Packet definition is now completely separated from packet
generation.
2018-11-13 12:17:36 +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 Fixed the remaining dhcp unit tests after adding ACD 2018-10-12 21:37:17 +02:00
etharp unit tests: remove dummy netif input function 2018-06-13 10:46:44 +02:00
ip4 Implement unit test for bug #54670: 127.0.0.1 sent out to netif_default? 2018-11-01 21:35:46 +01:00
ip6 added tests for ip6addr_ntoa_r 2018-06-14 12:30:14 +02:00
mdns mDNS: move domain related functions and output related funtions 2018-11-13 12:17:36 +01:00
mqtt Fix mqtt unit test broken after 684adaca 2018-10-12 21:18:39 +02:00
tcp Add a unit test for bug #54833 (tcp_abort with wrong ports) 2018-10-12 22:57:24 +02:00
udp try to fix compiling with gcc & clang 2018-06-14 15:01:57 +02:00
Filelists.cmake CMake: Use include_guard only when CMake >= 3.10.0 2018-10-12 22:01:25 +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