mbed-os/features/netsocket
Kevin Bracey 695e872202 Correct NetworkStackWrapper::get_ip_address
Previous change that removed string-based APIs missed
`NetworkStackWrapper::get_ip_address`. Remove string-based method (which
is not overriding anything in `NetworkStack`) and add missing binary
form to implement `NetworkStack::get_ip_address`.
2020-02-28 13:29:16 +02:00
..
emac-drivers Merge pull request #11942 from michalpasztamobica/remove_deprecated_apis 2020-02-21 12:14:06 +00:00
ppp IPCore deprecated string-based API removal 2020-02-06 11:27:49 +02:00
CellularInterface.h IPCore deprecated string-based API removal 2020-02-06 11:27:49 +02:00
CellularNonIPSocket.cpp Cellular: Change CellularNonIPSocket to poll before timeout 2020-01-06 22:35:18 -08:00
CellularNonIPSocket.h Cellular: Change CellularNonIPSocket to singleton 2020-01-06 22:33:49 -08:00
ControlPlane_netif.h relocated NonIP related files to netsocket root folder 2019-12-27 16:04:10 +01:00
DNS.h Getaddrinfo interface for multiple DNS adresses added. 2019-12-16 13:59:46 +01:00
DTLSSocket.cpp IPCore deprecated string-based API removal 2020-02-06 11:27:49 +02:00
DTLSSocket.h IPCore deprecated string-based API removal 2020-02-06 11:27:49 +02:00
DTLSSocketWrapper.cpp Add license headers into TLSSocket files 2018-11-20 11:47:29 +02:00
DTLSSocketWrapper.h Adds newlines to avoid compiler warnings 2019-01-23 16:43:32 +02:00
EMAC.h Edit EMAC.h 2018-10-29 15:14:07 -05:00
EMACInterface.cpp Remove remaining string-based API functions 2020-02-06 11:27:50 +02:00
EMACInterface.h Remove remaining string-based API functions 2020-02-06 11:27:50 +02:00
EMACMemoryManager.h L3IP Interface Implementation 2018-12-20 15:23:43 +01:00
EthInterface.h typo fixes, future->present 2019-01-21 11:45:12 +02:00
EthernetInterface.cpp Add NetworkInterface::get_default_instance() 2018-05-23 12:25:17 +03:00
EthernetInterface.h doxygen fixes 2018-10-24 20:24:33 +01:00
ICMPSocket.cpp Incorporate review comments from @kjbracey-arm 2019-10-25 10:51:50 -07:00
ICMPSocket.h Incorporate review comments from @kjbracey-arm 2019-10-25 10:51:50 -07:00
InternetDatagramSocket.cpp IPCore deprecated string-based API removal 2020-02-06 11:27:49 +02:00
InternetDatagramSocket.h IPCore deprecated string-based API removal 2020-02-06 11:27:49 +02:00
InternetSocket.cpp IPCore deprecated string-based API removal 2020-02-06 11:27:49 +02:00
InternetSocket.h IPCore deprecated string-based API removal 2020-02-06 11:27:49 +02:00
L3IP.h Deprecate string-based APIs in IPCore 2019-11-22 11:31:12 +02:00
L3IPInterface.cpp Remove remaining string-based API functions 2020-02-06 11:27:50 +02:00
L3IPInterface.h Remove remaining string-based API functions 2020-02-06 11:27:50 +02:00
MeshInterface.h Create new netinterface Doxygen group 2019-01-21 11:43:49 +02:00
NetStackMemoryManager.cpp L3IP Interface Implementation 2018-12-20 15:23:43 +01:00
NetStackMemoryManager.h L3IP Interface Implementation 2018-12-20 15:23:43 +01:00
NetworkInterface.cpp IPCore deprecated string-based API removal 2020-02-06 11:27:49 +02:00
NetworkInterface.h IPCore deprecated string-based API removal 2020-02-06 11:27:49 +02:00
NetworkInterfaceDefaults.cpp CellularBase -> CellularInterface tidy 2019-03-20 10:12:14 +02:00
NetworkStack.cpp Correct NetworkStackWrapper::get_ip_address 2020-02-28 13:29:16 +02:00
NetworkStack.h IPCore deprecated string-based API removal 2020-02-06 11:27:49 +02:00
OnboardNetworkStack.h IPCore deprecated string-based API removal 2020-02-06 11:27:49 +02:00
PPP.h Created netsocket classes for PPP service and PPP interface 2019-08-20 13:27:54 +03:00
PPPInterface.cpp Remove remaining string-based API functions 2020-02-06 11:27:50 +02:00
PPPInterface.h Remove remaining string-based API functions 2020-02-06 11:27:50 +02:00
Socket.h Document Socket API functions return values. 2019-11-04 11:55:19 +02:00
SocketAddress.cpp ONME-4433 SocketAddress::operator== should also check port 2019-12-16 15:38:49 +01:00
SocketAddress.h Improve doxygen and unittest coverage for API 2019-12-02 20:48:10 +02:00
SocketStats.cpp Move socket-stats-enable to socket-stats-enabled. 2019-03-01 13:31:33 -06:00
SocketStats.h Update recently added previous macro name uses in tests 2019-03-01 13:53:47 -06:00
TCPServer.cpp InternetSocket: Use atomics, not volatile 2019-01-18 15:37:11 +02:00
TCPServer.h Introduce Semaphore::acquire methods 2019-05-28 17:02:06 +03:00
TCPSocket.cpp IPCore deprecated string-based API removal 2020-02-06 11:27:49 +02:00
TCPSocket.h IPCore deprecated string-based API removal 2020-02-06 11:27:49 +02:00
TLSSocket.cpp IPCore deprecated string-based API removal 2020-02-06 11:27:49 +02:00
TLSSocket.h IPCore deprecated string-based API removal 2020-02-06 11:27:49 +02:00
TLSSocketWrapper.cpp TLSSocketWrapper::recvfrom sets SocketAddress output variable 2019-08-06 15:07:39 +02:00
TLSSocketWrapper.h Improve doxygen and unittest coverage for API 2019-12-02 20:48:10 +02:00
UDPSocket.cpp Incorporate review comments from @kjbracey-arm 2019-10-25 10:51:50 -07:00
UDPSocket.h Incorporate review comments from @kjbracey-arm 2019-10-25 10:51:50 -07:00
WiFiAccessPoint.cpp Merge remote-tracking branch 'upstream/master' into feature_wifi_ublox_merge 2016-10-02 07:29:07 -05:00
WiFiAccessPoint.h netsocket: astyle fix 2018-08-03 13:34:33 +01:00
WiFiInterface.h Fix NetworkInterface::set_default_parameters binary compatibility 2019-01-28 03:27:10 -08:00
mbed_lib.json Getaddrinfo interface for multiple DNS adresses added. 2019-12-16 13:59:46 +01:00
nsapi.h Remove CellularBase and AT_CellularBase 2019-12-09 15:25:22 +02:00
nsapi_dns.cpp Getaddrinfo interface for multiple DNS adresses added. 2019-12-16 13:59:46 +01:00
nsapi_dns.h Improve doxygen and unittest coverage for API 2019-12-02 20:48:10 +02:00
nsapi_ppp.h Turn NULLs into nullptr 2020-01-09 14:52:54 +02:00
nsapi_types.h Incorporate review comments from @kjbracey-arm 2019-10-25 10:51:50 -07:00