1. NAME

rpcb_getport_async - obtain the port for a given RPC service on a given host

2. SYNOPSIS

void rpcb_getport_async(struct rpc_task *  task );

3. ARGUMENTS

task
    task that is waiting for portmapper request

4. DESCRIPTION

This one can be called for an ongoing RPC request, and can be used in an async (rpciod) context.

5. COPYRIGHT