inet_aton (hostname)Translates a hostname such as www.oreilly.com or 18.181.0.24 into a data structure (a four-byte string) used for socket addresses. If the hostname cannot be resolved, the function returns the undefined value.

Copyright © 2001 O'Reilly & Associates. All rights reserved.