dns: implement GetHostByName redirection (backend TODO)

This commit is contained in:
Michael Scire 2021-01-30 17:23:14 -08:00 committed by SciresM
parent 8bf8df43e2
commit 400f5142ee
20 changed files with 1251 additions and 5 deletions

View file

@ -14,4 +14,8 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#pragma once
#include <sys/socket.h>
#include <netdb.h>
#include <netinet/in.h>
#include <stratosphere/socket/socket_types.hpp>
#include <stratosphere/socket/socket_api.hpp>