GETRPCPORT - Linux手册页

时间:2019-08-20 18:00:31  来源:igfitidea点击:

Linux程序员手册 第3部分
更新日期: 2017-09-15

名称

getrpcport-获取RPC端口号

语法

#include <rpc/rpc.h>

int getrpcport(const char *host, unsigned long prognum,
               unsigned long versnum, unsigned proto);

说明

getrpcport()返回在主机上使用协议proto运行的RPC程序prognum的版本号的端口号。如果无法联系portmapper,或者未注册prognum,则返回0。如果已注册prognum,但未注册versnum版本,它将仍然返回端口号(对于该程序的某些版本),表明该程序确实已注册。首次调用该服务时将检测到版本不匹配。

属性

有关本节中使用的术语的说明,请参见attribute(7)。

InterfaceAttributeValue
getrpcport()Thread safetyMT-Safe env locale

遵循规范

不在POSIX.1中。存在于BSD,Solaris和许多其他系统上。

出版信息

这个页面是Linux手册页项目5.08版的一部分。有关项目的说明、有关报告错误的信息以及此页面的最新版本,请访问https://www.kernel.org/doc/man-pages/