The dpgethost man page
NAME
dpgethost - get information about host machine
SYNOPSIS
#include
void dpgethost(hid, myhost)
int hid;
DPHOST *myhost;
DESCRIPTION
dpgethost() returns in myhost information about the host
system indexed by hid in the host table. DPHOST is a struc-
ture defined in dp.h; some useful fields are: h_host, the
name of the host; h_domain, its Internet domain name; and
h_name, a concatentation of the first two fields.
REMARK
This is a DP function call.
AUTHOR
David Arnow
FILES
/usr/include/dp/dp.h - DP header file
/usr/lib/libdp.a - DP library file
SEE ALSO
dpinit(3DP), dpspawn(3DP), dpgetpid(3DP)
Essential DP MAN Pages:
General/Essential:
Non-Interrupting Messages:
Interrupting Messages:
dpblock
dpcatchmsg
dpgetmsg
dppause
dpunblock
Other:
Return to
DP For Students
Return to
The DP Project
Return to
David Arnow's Home Page