OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:rpc_reply
(Results
1 - 6
of
6
) 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_var.h
316
extern u_int32_t
rpc_reply
, rpc_msgdenied, rpc_mismatch, rpc_vers,
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
);
nfs_clntsocket.c
393
if (*tl !=
rpc_reply
) {
nfs_socket.c
578
*tl++ =
rpc_reply
;
Completed in 40 milliseconds
Indexes created Mon Oct 27 08:10:08 GMT 2025