lwip/test
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
..
fuzz fuzz: fix compile error, ignore 0 length pbufs 2018-02-18 08:56:23 +01:00
sockets sockets_stresstest: fix typo (&1, not %1) 2018-04-20 07:52:35 +02:00
unit Sockets: Unit tests and apps corrections 2019-08-11 20:12:47 +02:00