GETHOSTID

Section: C Library Functions (3)
Index Return to Main Contents

BSD mandoc
BSD 4.2  

NAME

gethostid sethostid - get/set unique identifier of current host  

SYNOPSIS

Fd #include <unistd.h> Ft long Fn gethostid void Ft int Fn sethostid long hostid  

DESCRIPTION

Fn Sethostid establishes a 32-bit identifier for the current processor that is intended to be unique among all UNIX systems in existence. This is normally a DARPA Internet address for the local machine. This call is allowed only to the super-user and is normally performed at boot time.

Fn Gethostid returns the 32-bit identifier for the current processor.

This function has been deprecated. The hostid should be set or retrieved by use of sysctl(3).  

SEE ALSO

sysctl(3), gethostname(3), sysctl(8).  

BUGS

32 bits for the identifier is too small.  

HISTORY

The Fn gethostid and Fn sethostid syscalls appeared in BSD 4.2 and were dropped in BSD 4.4


 

Index

NAME
SYNOPSIS
DESCRIPTION
SEE ALSO
BUGS
HISTORY

This document was created by man2html, using the manual pages.
Time: 21:44:10 GMT, August 05, 2022