gethostbyaddr

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
  1. NetHost.hostent* gethostbyaddr(const(void)* addr, int len, int type)
  2. NetHost.hostent* gethostbyaddr(const(void)* addr, int len, int type)
    version(!Win32)
    package extern (C)
    gethostbyaddr
    (
    const(void)* addr
    ,
    int len
    ,
    int type
    )

Meta