tango.stdc.posix.netinet.in_

D header file for POSIX.

Public Imports

tango.stdc.posix.arpa.inet
public import tango.stdc.posix.arpa.inet;
Undocumented in source.
tango.stdc.posix.sys.socket
public import tango.stdc.posix.sys.socket;
Undocumented in source.

Members

Aliases

uint16_t (from tango.stdc.inttypes)
alias uint16_t = ushort via public import tango.stdc.inttypes : uint32_t, uint16_t, uint8_t;
Undocumented in source.
uint32_t (from tango.stdc.inttypes)
alias uint32_t = uint via public import tango.stdc.inttypes : uint32_t, uint16_t, uint8_t;
Undocumented in source.
uint8_t (from tango.stdc.inttypes)
alias uint8_t = ubyte via public import tango.stdc.inttypes : uint32_t, uint16_t, uint8_t;
Undocumented in source.

Enums

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

Functions

IN6_IS_ADDR_LINKLOCAL
int IN6_IS_ADDR_LINKLOCAL(in6_addr* addr)
Undocumented in source. Be warned that the author may not have intended to support it.
IN6_IS_ADDR_LINKLOCAL
int IN6_IS_ADDR_LINKLOCAL(in6_addr* addr)
Undocumented in source. Be warned that the author may not have intended to support it.
IN6_IS_ADDR_LOOPBACK
int IN6_IS_ADDR_LOOPBACK(in6_addr* addr)
Undocumented in source. Be warned that the author may not have intended to support it.
IN6_IS_ADDR_LOOPBACK
int IN6_IS_ADDR_LOOPBACK(in6_addr* addr)
Undocumented in source. Be warned that the author may not have intended to support it.
IN6_IS_ADDR_MC_GLOBAL
int IN6_IS_ADDR_MC_GLOBAL(in6_addr* addr)
Undocumented in source. Be warned that the author may not have intended to support it.
IN6_IS_ADDR_MC_GLOBAL
int IN6_IS_ADDR_MC_GLOBAL(in6_addr* addr)
Undocumented in source. Be warned that the author may not have intended to support it.
IN6_IS_ADDR_MC_LINKLOCAL
int IN6_IS_ADDR_MC_LINKLOCAL(in6_addr* addr)
Undocumented in source. Be warned that the author may not have intended to support it.
IN6_IS_ADDR_MC_LINKLOCAL
int IN6_IS_ADDR_MC_LINKLOCAL(in6_addr* addr)
Undocumented in source. Be warned that the author may not have intended to support it.
IN6_IS_ADDR_MC_NODELOCAL
int IN6_IS_ADDR_MC_NODELOCAL(in6_addr* addr)
Undocumented in source. Be warned that the author may not have intended to support it.
IN6_IS_ADDR_MC_NODELOCAL
int IN6_IS_ADDR_MC_NODELOCAL(in6_addr* addr)
Undocumented in source. Be warned that the author may not have intended to support it.
IN6_IS_ADDR_MC_ORGLOCAL
int IN6_IS_ADDR_MC_ORGLOCAL(in6_addr* addr)
Undocumented in source. Be warned that the author may not have intended to support it.
IN6_IS_ADDR_MC_ORGLOCAL
int IN6_IS_ADDR_MC_ORGLOCAL(in6_addr* addr)
Undocumented in source. Be warned that the author may not have intended to support it.
IN6_IS_ADDR_MC_SITELOCAL
int IN6_IS_ADDR_MC_SITELOCAL(in6_addr* addr)
Undocumented in source. Be warned that the author may not have intended to support it.
IN6_IS_ADDR_MC_SITELOCAL
int IN6_IS_ADDR_MC_SITELOCAL(in6_addr* addr)
Undocumented in source. Be warned that the author may not have intended to support it.
IN6_IS_ADDR_MULTICAST
int IN6_IS_ADDR_MULTICAST(in6_addr* addr)
Undocumented in source. Be warned that the author may not have intended to support it.
IN6_IS_ADDR_MULTICAST
int IN6_IS_ADDR_MULTICAST(in6_addr* addr)
Undocumented in source. Be warned that the author may not have intended to support it.
IN6_IS_ADDR_SITELOCAL
int IN6_IS_ADDR_SITELOCAL(in6_addr* addr)
Undocumented in source. Be warned that the author may not have intended to support it.
IN6_IS_ADDR_SITELOCAL
int IN6_IS_ADDR_SITELOCAL(in6_addr* addr)
Undocumented in source. Be warned that the author may not have intended to support it.
IN6_IS_ADDR_UNSPECIFIED
int IN6_IS_ADDR_UNSPECIFIED(in6_addr* addr)
Undocumented in source. Be warned that the author may not have intended to support it.
IN6_IS_ADDR_UNSPECIFIED
int IN6_IS_ADDR_UNSPECIFIED(in6_addr* addr)
Undocumented in source. Be warned that the author may not have intended to support it.
IN6_IS_ADDR_V4COMPAT
int IN6_IS_ADDR_V4COMPAT(in6_addr* addr)
Undocumented in source. Be warned that the author may not have intended to support it.
IN6_IS_ADDR_V4COMPAT
int IN6_IS_ADDR_V4COMPAT(in6_addr* addr)
Undocumented in source. Be warned that the author may not have intended to support it.
IN6_IS_ADDR_V4MAPPED
int IN6_IS_ADDR_V4MAPPED(in6_addr* addr)
Undocumented in source. Be warned that the author may not have intended to support it.
IN6_IS_ADDR_V4MAPPED
int IN6_IS_ADDR_V4MAPPED(in6_addr* addr)
Undocumented in source. Be warned that the author may not have intended to support it.

Structs

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

Variables

INADDR_ANY
uint INADDR_ANY;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
INADDR_ANY
uint INADDR_ANY;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
INADDR_ANY
uint INADDR_ANY;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
INADDR_ANY
uint INADDR_ANY;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
INADDR_BROADCAST
uint INADDR_BROADCAST;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
INADDR_BROADCAST
uint INADDR_BROADCAST;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
INADDR_BROADCAST
uint INADDR_BROADCAST;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
INADDR_BROADCAST
uint INADDR_BROADCAST;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
IPPROTO_RAW
uint IPPROTO_RAW;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
IPPROTO_RAW
uint IPPROTO_RAW;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
in6addr_any
in6_addr in6addr_any;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
in6addr_any
in6_addr in6addr_any;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
in6addr_loopback
in6_addr in6addr_loopback;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
in6addr_loopback
in6_addr in6addr_loopback;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Meta

License

Public Domain

Standards

The Open Group Base Specifications Issue 6, IEEE Std 1003.1, 2004 Edition

Authors

Sean Kelly