mbed-os/connectivity/lwipstack/source
mateusz.kalinowski ec3f4379d9 Code improvements for the unresolved comments
This patch contains improvements mentioned in the unresolved PR
comments:
- function names were changed from socket_sendmsg/socket_recvmsg to
  socket_sendto_control/socket_recvfrom_control.
- default implementation of this functions was provided in the
  NetworkStack class.
- MsgHeaderIterator accesses elements on the aligned addresses.
2021-09-03 12:49:00 +01:00
..
LWIPInterface.cpp New feature: send/recv message implementation added to network stack 2021-09-01 09:13:57 +01:00
LWIPInterfaceEMAC.cpp Add SPDX license identifier to Arm files 2020-10-15 10:47:27 +01:00
LWIPInterfaceL3IP.cpp Move lwipstack 2020-07-31 10:15:25 +01:00
LWIPInterfacePPP.cpp Move lwipstack 2020-07-31 10:15:25 +01:00
LWIPMemoryManager.cpp Remove erroneous character from SPDX identifer 2020-10-23 15:08:58 +01:00
LWIPStack.cpp Code improvements for the unresolved comments 2021-09-03 12:49:00 +01:00
lwip_tools.cpp Add SPDX license identifier to Arm files 2020-10-15 10:47:27 +01:00