Home | History | Annotate | Download | only in libsa

Lines Matching defs:call

85 	int32_t 	rp_direction;	/* call direction (0) */
94 int32_t rp_direction; /* call direction (1) */
112 * Make a rpc call; return length of answer
121 struct rpc_call *call;
169 /* RPC call structure. */
170 send_head -= sizeof(*call);
171 call = (struct rpc_call *)send_head;
173 call->rp_xid = htonl(rpc_xid);
174 call->rp_direction = htonl(RPC_CALL);
175 call->rp_rpcvers = htonl(RPC_VER2);
176 call->rp_prog = htonl(prog);
177 call->rp_vers = htonl(vers);
178 call->rp_proc = htonl(proc);
389 n_long prog; /* call program */
390 n_long vers; /* call version */
391 n_long proto; /* call protocol */
392 n_long port; /* call port (unused) */