Penguin
Blame: getrpcport(3)
EditPageHistoryDiffInfoLikePages
Annotated edit history of getrpcport(3) version 1 showing authors affecting page license. View with all changes included.
Rev Author # Line
1 perry 1 GETRPCPORT
2 !!!GETRPCPORT
3 NAME
4 SYNOPSIS
5 DESCRIPTION
6 ----
7 !!NAME
8
9
10 getrpcport - get RPC port number
11 !!SYNOPSIS
12
13
14 __int getrpcport(host, prognum, versnum, proto)
15 char *host;
16 int prognum, versnum, proto;
17 __
18 !!DESCRIPTION
19
20
21 __getrpcport()__ returns the port number for version
22 ''versnum'' of the RPC program ''prognum'' running on
23 ''host'' and using protocol ''proto''. It returns 0 if
24 it cannot contact the portmapper, or if ''prognum'' is
25 not registered. If ''prognum'' is registered but not with
26 version ''versnum'', it will still return a port number
27 (for some version of the program) indicating that the
28 program is indeed registered. The version mismatch will be
29 detected upon the first call to the service.
30 ----
This page is a man page (or other imported legacy content). We are unable to automatically determine the license status of this page.