Home
last modified time | relevance | path

Searched refs:rpc_reply (Results 1 – 6 of 6) sorted by relevance

/netbsd/src/sys/nfs/
Dkrpc_subr.c103 struct rpc_reply { struct
188 struct rpc_reply *reply; in krpccheck()
194 if (m->m_len < sizeof(struct rpc_reply)) { in krpccheck()
195 m = *mp = m_pullup(m, sizeof(struct rpc_reply)); in krpccheck()
199 reply = mtod(m, struct rpc_reply *); in krpccheck()
225 struct rpc_reply *reply; in krpc_call()
321 reply = mtod(m, struct rpc_reply *); in krpc_call()
Dnfs_var.h316 extern u_int32_t rpc_reply, rpc_msgdenied, rpc_mismatch, rpc_vers,
Dnfs_subs.c128 u_int32_t rpc_call, rpc_vers, rpc_reply, rpc_msgdenied, rpc_autherr, variable
1480 rpc_reply = txdr_unsigned(RPC_REPLY); in nfs_init0()
Dnfs_clntsocket.c393 if (*tl != rpc_reply) { in nfs_reply()
Dnfs_socket.c578 *tl++ = rpc_reply; in nfs_rephead()
/netbsd/src/sys/lib/libsa/
Drpc.c92 struct rpc_reply { struct
122 struct rpc_reply *reply; in rpc_call() argument
207 reply = (struct rpc_reply *)recv_head; in rpc_call()
237 struct rpc_reply *reply; in recvrpc()
251 reply = (struct rpc_reply *)pkt; in recvrpc()
300 struct rpc_reply rpc; in rpc_fromaddr()