Sets the unique identifier of the current host.
int sethostid (HostID) int HostID;
The sethostid subroutine allows a calling process with a root user ID to set a new 32-bit identifier for the current host. The sethostid subroutine enables an application program to reset the host ID.
HostID | Specifies the unique 32-bit identifier for the current host. |
Upon successful completion, the sethostid subroutine returns a value of 0.
If the sethostid subroutine is unsuccessful, the subroutine handler performs the following functions:
The sethostid subroutine is unsuccessful if the following is true:
EPERM | The calling process did not have an effective user ID of root user. |
The sethostid subroutine is part of Base Operating System (BOS) Runtime.
All applications containing the sethostid subroutine must be compiled with _BSD set to a specific value. Acceptable values are 43 and 44. In addition, all socket applications must include the BSD libbsd.a library.
The getsockname subroutine, gethostid subroutine, gethostname subroutine.
Sockets Overview in AIX Version 4.3 Communications Programming Concepts.