RPCINFO(8) MachTen Programmer’s Manual RPCINFO(8)

NAME
rpcinfo - report RPC information

SYNOPSIS
rpcinfo -p [ host ]
rpcinfo -u host program-number version-number
rpcinfo -t host program-number version-number

DESCRIPTION
Rpcinfo makes an RPC call to an RPC server and reports
what it finds.

OPTIONS
-p Probe the portmapper on host, and print a list of
all registered RPC programs. If host is not speci-
fied, it defaults to the value returned by host-
name(1).

-u Make an RPC call to procedure 0 of program-number
using UDP, and report whether a response was
received.

-t Make an RPC call to procedure 0 of program-number
using TCP, and report whether a response was
received.

SEE ALSO
Remote Procedure Call Protocol Specification, Version 2
(RFC1057); portmap(8)

MachTen 1 February 1985 1