myip.private_

Undocumented in source.

Members

Enums

Exclude
enum Exclude
Undocumented in source.

Functions

freeifaddrs
void freeifaddrs(ifaddrs* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
getifaddrs
int getifaddrs(ifaddrs** )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
getnameinfo
int getnameinfo(const(sockaddr)* , socklen_t , char* , socklen_t , char* , socklen_t , int )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
privateAddresses
string[] privateAddresses(uint exclude)

Gets the private ip addresses of the machine.

privateAddresses4
string[] privateAddresses4()
Undocumented in source. Be warned that the author may not have intended to support it.
privateAddresses6
string[] privateAddresses6(bool excludeInterface)
Undocumented in source. Be warned that the author may not have intended to support it.

Structs

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

Meta