*nix Documentation Project
·  Home
 +   man pages
·  Linux HOWTOs
·  FreeBSD Tips
·  *niX Forums

  man pages->Tru64 Unix man pages -> rpc_xdr (3)              
Title
Content
Arch
Section
 

rpc_xdr(3)

Contents


NAME    [Toc]    [Back]

       rpc_xdr, xdr_accepted_reply, xdr_authunix_parms, xdr_callhdr,
  xdr_callmsg,  xdr_opaque_auth,   xdr_rejected_reply,
       xdr_replymsg  - XDR library routines for ONC remote procedure
 calls

SYNOPSIS    [Toc]    [Back]

       #include <rpc/xdr.h>

       xdr_accepted_reply(
               XDR *xdrs,
               struct accepted_reply *ar ); xdr_authunix_parms(
               XDR *xdrs,
               struct authunix_parms *aupp ); void xdr_callhdr(
               XDR *xdrs,
               struct rpc_msg *chdr ); xdr_callmsg(
               XDR *xdrs,
               struct rpc_msg *cmsg ); xdr_opaque_auth(
               XDR *xdrs,
               struct opaque_auth *ap ); xdr_rejected_reply(
               XDR 8xdrs,
               struct rejected_reply *rr ); xdr_replymsg(
               XDR *xdrs,
               struct rpc_msg *rmsg );

DESCRIPTION    [Toc]    [Back]

       These routines allow C programs to make procedure calls on
       other machines across the network. First, the client calls
       a procedure to send a data  packet  to  the  server.  Upon
       receipt of the packet, the server calls a dispatch routine
       to perform the requested service, and then  sends  back  a
       reply.  Finally, the procedure call returns to the client.

       Unless otherwise indicated, the routines described in this
       reference  page are thread safe (that is, they can be used
       safely in a multithreaded environment). Routines that  are
       not  thread  safe  are flagged as such.  Encodes RPC reply
       messages. This routine is useful for  users  who  wish  to
       generate RPC-style messages without using the RPC package.
       Describes UNIX credentials. This  routine  is  useful  for
       users who wish to generate these credentials without using
       the RPC authentication package.  Describes RPC call header
       messages.  This  routine  is  useful for users who wish to
       generate RPC-style messages without using the RPC package.
       Describes  RPC  call  messages. This routine is useful for
       users who wish  to  generate  RPC-style  messages  without
       using  the  RPC  package.   Describes  RPC  authentication
       information messages. This routine is useful for users who
       wish  to generate RPC-style messages without using the RPC
       package.  Describes RPC reply messages.  This  routine  is
       useful  for  users who want to generate RPC-style messages
       without using the RPC package.  Describes RPC  reply  messages.
 This routine is useful for users who want to generate
 RPC-style messages without using the RPC package.








SEE ALSO    [Toc]    [Back]

      
      
       rpc_clnt(3), rpc_misc(3), rpc_svc(3), xdr(3)

       Remote Procedure Calls:  Protocol  Specifications  --  RFC
       1050



                                                       rpc_xdr(3)
[ Back ]
 Similar pages
Name OS Title
xdr_replymsg FreeBSD XDR library routines for remote procedure calls
get_myaddress FreeBSD library routines for remote procedure calls
pmap_getmaps FreeBSD library routines for remote procedure calls
pmap_getport FreeBSD library routines for remote procedure calls
pmap_rmtcall FreeBSD library routines for remote procedure calls
pmap_set FreeBSD library routines for remote procedure calls
rpc Tru64 library routines for ONC remote procedure calls
rpc_functions Tru64 library routines for ONC remote procedure calls
pmap_unset FreeBSD library routines for remote procedure calls
clntudp_create FreeBSD library routines for remote procedure calls
Copyright © 2004-2005 DeniX Solutions SRL
newsletter delivery service