lwip/src
Joan Lledó f92d6702bc Sockets: declare msghdr->msg_iovlen as msg_iovlen_t
* Lwip declares msghdr->msg_iovlen as int, but when
  using external socket headers, some systems declare
  msg_iovlen as size_t or others.
* This patch creates a new type msg_iovlen_t and
  expects users to typedef it to the type they need
  for their system.
2019-08-11 20:12:02 +02:00
..
api Sockets: declare msghdr->msg_iovlen as msg_iovlen_t 2019-08-11 20:12:02 +02:00
apps ALTCP_TLS_MBEDTLS: include mbedtls/net_sockets.h instead of deprecated mbedtls/net.h 2019-07-26 20:29:27 +02:00
core dhcp: don't use LWIP_ERROR in dhcp_parse_reply() 2019-07-26 20:43:08 +02:00
include Sockets: declare msghdr->msg_iovlen as msg_iovlen_t 2019-08-11 20:12:02 +02:00
netif Fix and simplify newlines in doxygen documentation 2019-03-28 08:18:20 +01:00
Filelists.cmake mDNS: add new files to filelists + solve compile errors 2018-11-13 12:17:38 +01:00
Filelists.mk mDNS: add new files to filelists + solve compile errors 2018-11-13 12:17:38 +01:00
FILES update some FILES list files 2016-08-03 20:21:54 +02:00