The Octave Forge package repository is no longer actively maintained. Please find Octave Packages at https://packages.octave.org.

Navigation

Operators and Keywords

Function List:

C++ API

Loadable Function: ipaddres = gethostbyname (hostname)

Return IP address for host name.

For example:

gethostbyname ("localhost")
 ⇒ 127.0.0.1

See the gethostbyname man pages for details.

Package: sockets