mbed-os/connectivity/netsocket/source
Guilherme Ricioli eca8047244
Add support for hostname request in lwIP interface (#347)
* Add methods for setting hostname

In the same way it is done for setting MAC address, add methods for
setting hostname. The underlying network stack can then request this
to the local DNS through DHCP.

* Request hostname through DHCP

If hostname is provided, request it to local DNS through DHCP.
2024-09-18 18:34:25 -07:00
..
DTLSSocket.cpp Refactor features/netsocket and move to connectivity/netsocket 2020-07-23 06:15:09 -07:00
DTLSSocketWrapper.cpp DTLSSocket handshake timeout calls object functions even if object is destructed. Fixed by removing timeout event from event queue on close/destruction. 2021-09-28 11:07:30 +02:00
EMACInterface.cpp Add support for hostname request in lwIP interface (#347) 2024-09-18 18:34:25 -07:00
EthernetInterface.cpp Add SPDX license identifier to Arm files 2020-10-15 10:47:27 +01:00
ICMPSocket.cpp Add SPDX license identifier to Arm files 2020-10-15 10:47:27 +01:00
InternetDatagramSocket.cpp Code improvements for the unresolved comments 2021-09-03 12:49:00 +01:00
InternetSocket.cpp Add SPDX license identifier to Arm files 2020-10-15 10:47:27 +01:00
L3IPInterface.cpp Refactor features/netsocket and move to connectivity/netsocket 2020-07-23 06:15:09 -07:00
NetStackMemoryManager.cpp Refactor features/netsocket and move to connectivity/netsocket 2020-07-23 06:15:09 -07:00
NetworkInterface.cpp Add support for hostname request in lwIP interface (#347) 2024-09-18 18:34:25 -07:00
NetworkInterfaceDefaults.cpp Fix CellularInterface functions never being defined (#307) 2024-07-19 01:36:19 -07:00
NetworkStack.cpp Fix all Doxygen errors and make any future errors fatal (#118) 2022-12-30 18:41:41 -05:00
PPPInterface.cpp Refactor features/netsocket and move to connectivity/netsocket 2020-07-23 06:15:09 -07:00
SocketAddress.cpp Add SPDX license identifier to Arm files 2020-10-15 10:47:27 +01:00
SocketStats.cpp Fix ABI differences between mbed-baremetal and mbed-os, remove PlatformMutex 2022-09-14 00:25:30 -07:00
TCPSocket.cpp Removing FIXME comment and adding empty line in the test file 2021-09-07 14:55:50 +01:00
TLSSocket.cpp Refactor features/netsocket and move to connectivity/netsocket 2020-07-23 06:15:09 -07:00
TLSSocketWrapper.cpp Allow Mbed CE to be built as an Arduino core (#206) 2024-01-13 10:01:45 -08:00
UDPSocket.cpp Add SPDX license identifier to Arm files 2020-10-15 10:47:27 +01:00
WiFiAccessPoint.cpp Refactor features/netsocket and move to connectivity/netsocket 2020-07-23 06:15:09 -07:00
nsapi_dns.cpp Fix all Doxygen errors and make any future errors fatal (#118) 2022-12-30 18:41:41 -05:00
nsapi_ppp.cpp Add SPDX license identifier to Arm files 2020-10-15 10:47:27 +01:00