HP-UX Reference (11i v1 00/12) - 2 System Calls (vol 5)

__________________________________________________________________________________________________________________________________________________________________________________________________
__________________________________________________________________________________________________________________________________________________________________________________________________
STANDARD Printed by: Nora Chuang [nchuang] STANDARD
/build/1111/BRICK/man2/!!!intro.2
________________________________________________________________
___ ___
g
gethostid(2) gethostid(2)
(TO BE OBSOLETED)
NAME
gethostid - get an identifier for the current host
SYNOPSIS
#include <unistd.h>
long gethostid(void);
DESCRIPTION
The gethostid() function retrieves a 32-bit identifier for the current host.
RETURN VALUE
Upon successful completion, gethostid() returns an identifier for the current host.
ERRORS
No errors are defined.
APPLICATION USAGE
X/Open does not define the domain in which the return value is unique.
WARNINGS
Obsolescent Interfaces
gethostid() is to be obsoleted at a future date.
SEE ALSO
random(3M), <unistd.h>.
CHANGE HISTORY
First released in Issue 4, Version 2.
HP-UX Release 11i: December 2000 1 Section 289
___
___