inet_sockaddr

Undocumented in source.

Constructors

this
this(Port sin_port, in_addr sin_addr)
Undocumented in source.
this
this(Port sin6_port, in6_addr sin6_addr)
Undocumented in source.

Members

Functions

equals
bool equals(const(inet_sockaddr) other)
Undocumented in source. Be warned that the author may not have intended to support it.
toString
void toString(void delegate(const(char)[]) sink)
Undocumented in source. Be warned that the author may not have intended to support it.

Structs

__anonymous
struct __anonymous
Undocumented in source.

Variables

ipv4
sockaddr_in ipv4;
Undocumented in source.
ipv6
sockaddr_in6 ipv6;
Undocumented in source.
sa
sockaddr sa;
Undocumented in source.

Meta