mirror of
https://github.com/momo5502/emulator.git
synced 2026-01-28 07:21:02 +00:00
GDB stub progress
This commit is contained in:
@@ -48,6 +48,14 @@ namespace network
|
||||
address(const sockaddr_in6& addr);
|
||||
address(const sockaddr* addr, socklen_t length);
|
||||
|
||||
address(const address&) = default;
|
||||
address(address&&) noexcept = default;
|
||||
|
||||
address& operator=(const address&) = default;
|
||||
address& operator=(address&&) noexcept = default;
|
||||
|
||||
~address() = default;
|
||||
|
||||
void set_ipv4(uint32_t ip);
|
||||
void set_ipv4(const in_addr& addr);
|
||||
void set_ipv6(const in6_addr& addr);
|
||||
|
||||
Reference in New Issue
Block a user