RPC_TASK_SOFTCONN
status = rpc_call_sync(clnt, &msg, RPC_TASK_SOFTCONN);
status = rpc_call_sync(clnt, &msg, RPC_TASK_SOFTCONN);
RPC_TASK_SOFTCONN, NULL);
0, RPC_TASK_SOFTCONN, NULL);
sync, RPC_TASK_SOFTCONN, NULL);
0, RPC_TASK_SOFTCONN, localio);
sync, RPC_TASK_SOFTCONN, localio);
how, RPC_TASK_SOFTCONN, localio);
task_setup_data.flags |= RPC_TASK_SOFTCONN;
flags = clp->cl_minorversion ? RPC_TASK_NOCONNECT : RPC_TASK_SOFTCONN;
#define RPC_IS_SOFTCONN(t) ((t)->tk_flags & RPC_TASK_SOFTCONN)
{ RPC_TASK_SOFTCONN, "SOFTCONN" }, \
.flags = RPC_TASK_SOFT | RPC_TASK_SOFTCONN,
.flags = RPC_TASK_SOFTCONN |
.flags = flags | RPC_TASK_SOFT | RPC_TASK_SOFTCONN |
.flags = RPC_TASK_SOFT | RPC_TASK_SOFTCONN | RPC_TASK_NULLCREDS,
flags = RPC_TASK_SOFTCONN;
.flags = RPC_TASK_ASYNC | RPC_TASK_SOFTCONN,