rpc_xdr.3 (32eef9aeb1f39a1623cea55da147c89abbd5b9a5) | rpc_xdr.3 (db7534cfa2712206e9b34c8a1ff4cee917c6c6f0) |
---|---|
1.\" @(#)rpc_xdr.3n 1.24 93/08/31 SMI; from SVr4 2.\" Copyright 1989 AT&T 3.\" @(#)rpc_xdr.new 1.1 89/04/06 SMI; 4.\" Copyright (c) 1988 Sun Microsystems, Inc. - All Rights Reserved. 5.\" $FreeBSD$ 6.Dd May 3, 1993 7.Dt RPC_XDR 3 8.Os --- 6 unchanged lines hidden (view full) --- 15.Nm xdr_rejected_reply , 16.Nm xdr_replymsg 17.Nd XDR library routines for remote procedure calls 18.Sh LIBRARY 19.Lb libc 20.Sh SYNOPSIS 21.In rpc/rpc.h 22.Ft bool_t | 1.\" @(#)rpc_xdr.3n 1.24 93/08/31 SMI; from SVr4 2.\" Copyright 1989 AT&T 3.\" @(#)rpc_xdr.new 1.1 89/04/06 SMI; 4.\" Copyright (c) 1988 Sun Microsystems, Inc. - All Rights Reserved. 5.\" $FreeBSD$ 6.Dd May 3, 1993 7.Dt RPC_XDR 3 8.Os --- 6 unchanged lines hidden (view full) --- 15.Nm xdr_rejected_reply , 16.Nm xdr_replymsg 17.Nd XDR library routines for remote procedure calls 18.Sh LIBRARY 19.Lb libc 20.Sh SYNOPSIS 21.In rpc/rpc.h 22.Ft bool_t |
23.Fn xdr_accepted_reply "XDR *xdrs" "const struct accepted_reply *ar" | 23.Fn xdr_accepted_reply "XDR *xdrs" "struct accepted_reply *ar" |
24.Ft bool_t 25.Fn xdr_authsys_parms "XDR *xdrs" "struct authsys_parms *aupp" | 24.Ft bool_t 25.Fn xdr_authsys_parms "XDR *xdrs" "struct authsys_parms *aupp" |
26.Ft void | 26.Ft bool_t |
27.Fn xdr_callhdr "XDR *xdrs" "struct rpc_msg *chdr" 28.Ft bool_t 29.Fn xdr_callmsg "XDR *xdrs" "struct rpc_msg *cmsg" 30.Ft bool_t 31.Fn xdr_opaque_auth "XDR *xdrs" "struct opaque_auth *ap" 32.Ft bool_t | 27.Fn xdr_callhdr "XDR *xdrs" "struct rpc_msg *chdr" 28.Ft bool_t 29.Fn xdr_callmsg "XDR *xdrs" "struct rpc_msg *cmsg" 30.Ft bool_t 31.Fn xdr_opaque_auth "XDR *xdrs" "struct opaque_auth *ap" 32.Ft bool_t |
33.Fn xdr_rejected_reply "XDR *xdrs" "const struct rejected_reply *rr" | 33.Fn xdr_rejected_reply "XDR *xdrs" "struct rejected_reply *rr" |
34.Ft bool_t | 34.Ft bool_t |
35.Fn xdr_replymsg "XDR *xdrs" "const struct rpc_msg *rmsg" | 35.Fn xdr_replymsg "XDR *xdrs" "struct rpc_msg *rmsg" |
36.Sh DESCRIPTION 37These routines are used for describing the 38RPC messages in XDR language. 39They should normally be used by those who do not 40want to use the RPC 41package directly. 42These routines return 43.Dv TRUE --- 58 unchanged lines hidden --- | 36.Sh DESCRIPTION 37These routines are used for describing the 38RPC messages in XDR language. 39They should normally be used by those who do not 40want to use the RPC 41package directly. 42These routines return 43.Dv TRUE --- 58 unchanged lines hidden --- |