Deleted Added
full compact
rpc_clnt_create.3 (162385) rpc_clnt_create.3 (231564)
1.\" @(#)rpc_clnt_create.3n 1.36 93/08/31 SMI; from SVr4
2.\" Copyright 1989 AT&T
3.\" @(#)rpc_clnt_create 1.5 89/07/24 SMI;
4.\" Copyright (c) 1988 Sun Microsystems, Inc. - All Rights Reserved.
5.\" $NetBSD: rpc_clnt_create.3,v 1.2 2000/06/20 00:53:08 fvdl Exp $
1.\" @(#)rpc_clnt_create.3n 1.36 93/08/31 SMI; from SVr4
2.\" Copyright 1989 AT&T
3.\" @(#)rpc_clnt_create 1.5 89/07/24 SMI;
4.\" Copyright (c) 1988 Sun Microsystems, Inc. - All Rights Reserved.
5.\" $NetBSD: rpc_clnt_create.3,v 1.2 2000/06/20 00:53:08 fvdl Exp $
6.\" $FreeBSD: head/lib/libc/rpc/rpc_clnt_create.3 162385 2006-09-17 21:27:35Z ru $
6.\" $FreeBSD: head/lib/libc/rpc/rpc_clnt_create.3 231564 2012-02-12 18:29:56Z ed $
7.Dd May 7, 1993
8.Dt RPC_CLNT_CREATE 3
9.Os
10.Sh NAME
11.Nm rpc_clnt_create ,
12.Nm clnt_control ,
13.Nm clnt_create ,
14.Nm clnt_create_timed ,

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

101immediately returns an error
102.Pq Dv RPC_TIMEDOUT .
103Set the timeout argument to 0 for batching calls.
104.Bl -column CLSET_FD_NCLOSE "struct timeval *"
105.It Dv CLGET_SVC_ADDR Ta "struct netbuf *" Ta "get servers address"
106.It Dv CLGET_FD Ta "int *" Ta "get fd from handle"
107.It Dv CLSET_FD_CLOSE Ta "void" Ta "close fd on destroy"
108.It Dv CLSET_FD_NCLOSE Ta void Ta "do not close fd on destroy"
7.Dd May 7, 1993
8.Dt RPC_CLNT_CREATE 3
9.Os
10.Sh NAME
11.Nm rpc_clnt_create ,
12.Nm clnt_control ,
13.Nm clnt_create ,
14.Nm clnt_create_timed ,

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

101immediately returns an error
102.Pq Dv RPC_TIMEDOUT .
103Set the timeout argument to 0 for batching calls.
104.Bl -column CLSET_FD_NCLOSE "struct timeval *"
105.It Dv CLGET_SVC_ADDR Ta "struct netbuf *" Ta "get servers address"
106.It Dv CLGET_FD Ta "int *" Ta "get fd from handle"
107.It Dv CLSET_FD_CLOSE Ta "void" Ta "close fd on destroy"
108.It Dv CLSET_FD_NCLOSE Ta void Ta "do not close fd on destroy"
109.It Dv CLGET_VERS Ta "u_int32_t *" Ta "get RPC program version"
110.It Dv CLSET_VERS Ta "u_int32_t *" Ta "set RPC program version"
111.It Dv CLGET_XID Ta "u_int32_t *" Ta "get XID of previous call"
112.It Dv CLSET_XID Ta "u_int32_t *" Ta "set XID of next call"
109.It Dv CLGET_VERS Ta "uint32_t *" Ta "get RPC program version"
110.It Dv CLSET_VERS Ta "uint32_t *" Ta "set RPC program version"
111.It Dv CLGET_XID Ta "uint32_t *" Ta "get XID of previous call"
112.It Dv CLSET_XID Ta "uint32_t *" Ta "set XID of next call"
113.El
114.Pp
115The following operations are valid for connectionless transports only:
116.Bl -column CLSET_RETRY_TIMEOUT "struct timeval *" "set total timeout"
117.It Dv CLSET_RETRY_TIMEOUT Ta "struct timeval *" Ta "set the retry timeout"
118.It Dv CLGET_RETRY_TIMEOUT Ta "struct timeval *" Ta "get the retry timeout"
119.It Dv CLSET_CONNECT Ta Vt "int *" Ta use Xr connect 2
120.El

--- 394 unchanged lines hidden ---
113.El
114.Pp
115The following operations are valid for connectionless transports only:
116.Bl -column CLSET_RETRY_TIMEOUT "struct timeval *" "set total timeout"
117.It Dv CLSET_RETRY_TIMEOUT Ta "struct timeval *" Ta "set the retry timeout"
118.It Dv CLGET_RETRY_TIMEOUT Ta "struct timeval *" Ta "get the retry timeout"
119.It Dv CLSET_CONNECT Ta Vt "int *" Ta use Xr connect 2
120.El

--- 394 unchanged lines hidden ---