sockaddr_in

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Members

Variables

__pad
ubyte[__SOCK_SIZE__ - sa_family_t.sizeof - in_port_t.sizeof - in_addr.sizeof] __pad;
Undocumented in source.
sin_addr
in_addr sin_addr;
Undocumented in source.
sin_family
sa_family_t sin_family;
Undocumented in source.
sin_port
in_port_t sin_port;
Undocumented in source.

Meta