mirror of
https://github.com/lwip-tcpip/lwip.git
synced 2024-11-05 08:28:32 +00:00
785b7aba3c
* 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() |
||
---|---|---|
.. | ||
api | ||
arch | ||
core | ||
dhcp | ||
etharp | ||
ip4 | ||
ip6 | ||
mdns | ||
mqtt | ||
tcp | ||
udp | ||
Filelists.cmake | ||
Filelists.mk | ||
lwip_check.h | ||
lwip_unittests.c | ||
lwipopts.h |