sockaddr_in

Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
extern (Windows) @system nothrow
struct sockaddr_in {}

Members

Variables

sin_addr
in_addr sin_addr;
Undocumented in source.
sin_family
short sin_family;
Undocumented in source.
sin_port
ushort sin_port;
Undocumented in source.
sin_zero
ubyte[8] sin_zero;
Undocumented in source.

Meta