Module Rpc_portmapper


module Rpc_portmapper: sig .. end

type t 
val create : Rpc_client.connector -> t
val create_inet : string -> t
val shut_down : t -> unit
val null : t -> unit
val set : t ->
Rtypes.uint4 -> Rtypes.uint4 -> Rpc.protocol -> int -> bool
val unset : t ->
Rtypes.uint4 -> Rtypes.uint4 -> Rpc.protocol -> int -> bool
val getport : t -> Rtypes.uint4 -> Rtypes.uint4 -> Rpc.protocol -> int
val dump : t -> (Rtypes.uint4 * Rtypes.uint4 * Rpc.protocol * int) list
val callit : t ->
Rpc_program.t -> string -> Xdr.xdr_value -> int * Xdr.xdr_value
val port_of_program : Rpc_program.t -> string -> Rpc.protocol -> int