The dphtonid man page







NAME
     dphtonid - make byte-order conversion for DP id

SYNOPSIS
     #include 

     void dphtonid(nid, hid)
     DPID *nid, *hid;

DESCRIPTION
     dphtonid() converts hid, which points to a host byte-ordered
     DPID  structure,  to network byte order.  The reason we need
     to convert DPIDs between host and  network  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
     dpntohid(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