lwip/test/unit
Joan Lledó 785b7aba3c Sockets: Unit tests and apps corrections
* Include lwip/inet.h in some unit tests and apps
  * Since they use htons() and pals.
* test/unit/api/test_sockets.c:
  * write() could be declared by external socket headers
    * Call lwip_write() instead.
  * Code expects fcntl() to return 6
    * But O_RDWR could have another value if external
      socket headers are present
    * Replace 6 by O_RDWR.
* apps/tftp/tftp.c:
  * recv() could be declared by external socket headers
    * Rename it to tftp_recv()
2019-08-11 20:12:47 +02:00
..
api Sockets: Unit tests and apps corrections 2019-08-11 20:12:47 +02:00
arch fix compiling unit tests after adding compile-time check for LWIP_NETCONN_FULLDUPLEX 2019-07-10 21:29:13 +02:00
core
dhcp Sockets: Unit tests and apps corrections 2019-08-11 20:12:47 +02:00
etharp Sockets: Unit tests and apps corrections 2019-08-11 20:12:47 +02:00
ip4
ip6
mdns
mqtt
tcp Sockets: Unit tests and apps corrections 2019-08-11 20:12:47 +02:00
udp udp: fix udp_bind for IPADDR_TYPE_ANY 2019-02-26 14:48:44 +01:00
Filelists.cmake
Filelists.mk
lwip_check.h
lwip_unittests.c
lwipopts.h fix compiling unit tests after adding compile-time check for LWIP_NETCONN_FULLDUPLEX 2019-07-10 21:29:13 +02:00