summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/sockets/sfdnsres.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* service: Use nested namespace specifiers where applicableLioncash2018-04-201-4/+2
| | | | Tidies up namespace declarations
* Service/sockets: add bsd:s, nsd:a, nsd:u servicesmailwl2018-03-251-1/+1
|
* [WIP] sfdnsres: stub (#146)mailwl2018-01-301-1/+2
| | | sfdnsres: Add several stubs
* Start to implement/stub BSD:U and SFDNSRES services (#78)flerovium^-^2018-01-181-0/+22
* bsd: start stubbing bsd:u and sfdnsres * bsd: stubbed RegisterClient * bsd: attempt to get past socket() * bsd: fix some wrong assumptions about IPC * bsd: fix format specifiers * bsd: stubbed Connect() * bsd: stubbed SendTo() * made requested changes * sockets: respect alphabetical order at service installation * run clang-format * bsd: start stubbing bsd:u and sfdnsres * bsd: stubbed RegisterClient * bsd: attempt to get past socket() * bsd: fix some wrong assumptions about IPC * bsd: fix format specifiers * bsd: stubbed Connect() * bsd: stubbed SendTo() * made requested changes * sockets: respect alphabetical order at service installation * run clang-format * run clang-format (2)