Describes RPC call header messages.
C Library (libc.a)
The xdr_callhdr subroutine describes Remote Procedure Call (RPC) call header messages. This subroutine generates call headers that are similar to RPC call headers without using the RPC program.
Item | Description |
---|---|
xdrs | Points to the eXternal Data Representation (XDR) stream handle. |
chdr | Points to the structure that contains the header for the call message. |
Upon successful completion, this subroutine returns a value of 1. If unsuccessful, it returns a value of 0.