lwip/test/unit/tcp
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
..
tcp_helper.c Sockets: Unit tests and apps corrections 2019-08-11 20:12:47 +02:00
tcp_helper.h test_tcp: de-duplicate test IP addresses, netmask, and ports 2017-03-31 12:01:43 -05:00
test_tcp_oos.c Ensure that unit tests leave the stack in a clean state 2017-08-03 22:28:50 +02:00
test_tcp_oos.h minor: macros should not end with underscore(s) 2016-08-08 21:47:53 +02:00
test_tcp.c Sockets: Unit tests and apps corrections 2019-08-11 20:12:47 +02:00
test_tcp.h minor: macros should not end with underscore(s) 2016-08-08 21:47:53 +02:00