2018-10-09 23:15:07 +00:00
|
|
|
|
namespace Ryujinx.HLE.HOS.Services.Sfdnsres
|
|
|
|
|
{
|
|
|
|
|
enum GaiError
|
|
|
|
|
{
|
|
|
|
|
Success,
|
|
|
|
|
AddressFamily,
|
|
|
|
|
Again,
|
|
|
|
|
BadFlags,
|
|
|
|
|
Fail,
|
|
|
|
|
Family,
|
|
|
|
|
Memory,
|
|
|
|
|
NoData,
|
|
|
|
|
NoName,
|
|
|
|
|
Service,
|
|
|
|
|
SocketType,
|
|
|
|
|
System,
|
|
|
|
|
BadHints,
|
|
|
|
|
Protocol,
|
|
|
|
|
Overflow,
|
2018-12-05 00:52:39 +00:00
|
|
|
|
Max,
|
2018-10-09 23:15:07 +00:00
|
|
|
|
}
|
|
|
|
|
}
|