HomeSort by: relevance | last modified time | path
    Searched defs:rpc_reply (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/lib/libsa/
rpc.c 92 struct rpc_reply { struct
122 struct rpc_reply *reply;
180 /* Make room for the rpc_reply header. */
207 reply = (struct rpc_reply *)recv_head;
237 struct rpc_reply *reply;
251 reply = (struct rpc_reply *)pkt;
264 if (x != RPC_REPLY) {
300 struct rpc_reply rpc;
  /src/sys/nfs/
krpc_subr.c 103 struct rpc_reply { struct
188 struct rpc_reply *reply;
194 if (m->m_len < sizeof(struct rpc_reply)) {
195 m = *mp = m_pullup(m, sizeof(struct rpc_reply));
199 reply = mtod(m, struct rpc_reply *);
202 if (reply->rp_direction != txdr_unsigned(RPC_REPLY))
225 struct rpc_reply *reply;
321 reply = mtod(m, struct rpc_reply *);
nfs_subs.c 128 u_int32_t rpc_call, rpc_vers, rpc_reply, rpc_msgdenied, rpc_autherr, variable in typeref:typename:u_int32_t
1480 rpc_reply = txdr_unsigned(RPC_REPLY);

Completed in 14 milliseconds