Deleted Added
full compact
rpc_clnt_calls.3 (84425) rpc_clnt_calls.3 (108037)
1.\" @(#)rpc_clnt_calls.3n 1.30 93/08/31 SMI; from SVr4
2.\" Copyright 1989 AT&T
3.\" @(#)rpc_clnt_calls 1.4 89/07/20 SMI;
4.\" Copyright (c) 1988 Sun Microsystems, Inc. - All Rights Reserved.
1.\" @(#)rpc_clnt_calls.3n 1.30 93/08/31 SMI; from SVr4
2.\" Copyright 1989 AT&T
3.\" @(#)rpc_clnt_calls 1.4 89/07/20 SMI;
4.\" Copyright (c) 1988 Sun Microsystems, Inc. - All Rights Reserved.
5.\" $FreeBSD: head/lib/libc/rpc/rpc_clnt_calls.3 84425 2001-10-03 16:47:56Z bde $
5.\" $FreeBSD: head/lib/libc/rpc/rpc_clnt_calls.3 108037 2002-12-18 12:45:11Z ru $
6.Dd May 7, 1993
7.Dt RPC_CLNT_CALLS 3
8.Os
9.Sh NAME
10.Nm rpc_clnt_calls ,
11.Nm clnt_call ,
12.Nm clnt_freeres ,
13.Nm clnt_geterr ,

--- 147 unchanged lines hidden (view full) ---

161for instance
162.Fn clnt_call .
163.It Fn clnt_sperrno
164Take the same arguments as
165.Fn clnt_perrno ,
166but instead of sending a message to the standard error
167indicating why an RPC
168call failed, return a pointer to a string which contains the message.
6.Dd May 7, 1993
7.Dt RPC_CLNT_CALLS 3
8.Os
9.Sh NAME
10.Nm rpc_clnt_calls ,
11.Nm clnt_call ,
12.Nm clnt_freeres ,
13.Nm clnt_geterr ,

--- 147 unchanged lines hidden (view full) ---

161for instance
162.Fn clnt_call .
163.It Fn clnt_sperrno
164Take the same arguments as
165.Fn clnt_perrno ,
166but instead of sending a message to the standard error
167indicating why an RPC
168call failed, return a pointer to a string which contains the message.
169The
169.Fn clnt_sperrno
170.Fn clnt_sperrno
171function
170is normally used instead of
171.Fn clnt_perrno
172when the program does not have a standard error (as a program
173running as a server quite likely does not), or if the programmer
174does not want the message to be output with
175.Fn printf
176(see
177.Xr printf 3 ) ,

--- 57 unchanged lines hidden (view full) ---

235returns 0,
236.Fn rpc_broadcast
237waits for more replies;
238otherwise it returns with appropriate status.
239Warning:
240broadcast file descriptors are limited in size to the
241maximum transfer size of that transport.
242For Ethernet, this value is 1500 bytes.
172is normally used instead of
173.Fn clnt_perrno
174when the program does not have a standard error (as a program
175running as a server quite likely does not), or if the programmer
176does not want the message to be output with
177.Fn printf
178(see
179.Xr printf 3 ) ,

--- 57 unchanged lines hidden (view full) ---

237returns 0,
238.Fn rpc_broadcast
239waits for more replies;
240otherwise it returns with appropriate status.
241Warning:
242broadcast file descriptors are limited in size to the
243maximum transfer size of that transport.
244For Ethernet, this value is 1500 bytes.
245The
243.Fn rpc_broadcast
246.Fn rpc_broadcast
247function
244uses
245.Dv AUTH_SYS
246credentials by default (see
247.Xr rpc_clnt_auth 3 ) .
248.It Fn rpc_broadcast_exp
249Like
250.Fn rpc_broadcast ,
251except that the initial timeout,

--- 52 unchanged lines hidden ---
248uses
249.Dv AUTH_SYS
250credentials by default (see
251.Xr rpc_clnt_auth 3 ) .
252.It Fn rpc_broadcast_exp
253Like
254.Fn rpc_broadcast ,
255except that the initial timeout,

--- 52 unchanged lines hidden ---