rpc.c | 83 struct rpc_call { struct 116 rpc_call(struct iodesc *d, n_long prog, n_long vers, n_long proc, function in typeref:typename:ssize_t 121 struct rpc_call *call; 171 call = (struct rpc_call *)send_head; 174 call->rp_direction = htonl(RPC_CALL); 430 cc = rpc_call(d, PMAPPROG, PMAPVERS, PMAPPROC_GETPORT,
|