Deleted Added
full compact
rpcbind.3 (108037) rpcbind.3 (108087)
1.\" @(#)rpcbind.3n 1.25 93/05/07 SMI; from SVr4
2.\" Copyright 1989 AT&T
3.\" Copyright (c) 1988 Sun Microsystem's, Inc. - All Right's Reserved.
4.\" $NetBSD: rpcbind.3,v 1.2 2000/06/03 18:47:28 fvdl Exp $
1.\" @(#)rpcbind.3n 1.25 93/05/07 SMI; from SVr4
2.\" Copyright 1989 AT&T
3.\" Copyright (c) 1988 Sun Microsystem's, Inc. - All Right's Reserved.
4.\" $NetBSD: rpcbind.3,v 1.2 2000/06/03 18:47:28 fvdl Exp $
5.\" $FreeBSD: head/lib/libc/rpc/rpcbind.3 108037 2002-12-18 12:45:11Z ru $
5.\" $FreeBSD: head/lib/libc/rpc/rpcbind.3 108087 2002-12-19 09:40:28Z ru $
6.Dd May 7, 1993
7.Dt RPCBIND 3
8.Os
9.Sh NAME
10.Nm rpcb_getmaps ,
11.Nm rpcb_getaddr ,
12.Nm rpcb_gettime ,
13.Nm rpcb_rmtcall ,

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

59that is registered with program number
60.Fa prognum ,
61version
62.Fa versnum ,
63and speaks the transport protocol associated with
64.Fa netconf .
65The address found is returned in
66.Fa svcaddr .
6.Dd May 7, 1993
7.Dt RPCBIND 3
8.Os
9.Sh NAME
10.Nm rpcb_getmaps ,
11.Nm rpcb_getaddr ,
12.Nm rpcb_gettime ,
13.Nm rpcb_rmtcall ,

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

59that is registered with program number
60.Fa prognum ,
61version
62.Fa versnum ,
63and speaks the transport protocol associated with
64.Fa netconf .
65The address found is returned in
66.Fa svcaddr .
67The
67.Fa svcaddr
68.Fa svcaddr
69argument
68should be preallocated.
69This routine returns
70.Dv TRUE
71if it succeeds.
72A return value of
73.Dv FALSE
74means that the mapping does not exist
75or that the RPC

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

106An interface to the rpcbind service, which instructs
107rpcbind on
108.Fa host
109to make an RPC
110call on your behalf to a procedure on that host.
111The
112.Fn netconfig
113structure should correspond to a connectionless transport.
70should be preallocated.
71This routine returns
72.Dv TRUE
73if it succeeds.
74A return value of
75.Dv FALSE
76means that the mapping does not exist
77or that the RPC

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

108An interface to the rpcbind service, which instructs
109rpcbind on
110.Fa host
111to make an RPC
112call on your behalf to a procedure on that host.
113The
114.Fn netconfig
115structure should correspond to a connectionless transport.
114The parameter
116The
115.Fa svcaddr
117.Fa svcaddr
118argument
116will be modified to the server's address if the procedure succeeds
117(see
118.Fn rpc_call
119and
120.Fn clnt_call
121in
122.Xr rpc_clnt_calls 3
119will be modified to the server's address if the procedure succeeds
120(see
121.Fn rpc_call
122and
123.Fn clnt_call
124in
125.Xr rpc_clnt_calls 3
123for the definitions of other parameters).
126for the definitions of other arguments).
124.Pp
125This procedure should normally be used for a
126.Dq ping
127and nothing else.
128This routine allows programs to do lookup and call, all in one step.
129.Pp
130Note: Even if the server is not running
131.Fn rpcb_rmtcall

--- 60 unchanged lines hidden ---
127.Pp
128This procedure should normally be used for a
129.Dq ping
130and nothing else.
131This routine allows programs to do lookup and call, all in one step.
132.Pp
133Note: Even if the server is not running
134.Fn rpcb_rmtcall

--- 60 unchanged lines hidden ---