The dpntohid man page
NAME
dpntohid - make byte-order conversion for DP id
SYNOPSIS
#include
void dpntohid(hid, nid)
DPID *hid, *nid;
DESCRIPTION
dpntohid() converts nid, which points to a network byte-
ordered DPID structure, to host byte order. The reason we
need to convert DPIDs between network and host byte orders
is that internally DP interprets DPID as seven 32-bit
integers.
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
dphtonid(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