Home
last modified time | relevance | path

Searched refs:rp_direction (Results 1 – 3 of 3) sorted by relevance

/netbsd/src/sys/lib/libsa/
Drpc.c85 int32_t rp_direction; /* call direction (0) */ member
94 int32_t rp_direction; /* call direction (1) */ member
174 call->rp_direction = htonl(RPC_CALL); in rpc_call()
263 x = ntohl(reply->rp_direction); in recvrpc()
/netbsd/src/sys/fs/nfs/common/
Dkrpc_subr.c90 int32_t rp_direction; /* call direction (0) */ member
102 int32_t rp_direction; /* call direction (1) */ member
363 if (reply->rp_direction != txdr_unsigned(REPLY)) in krpc_call()
/netbsd/src/sys/nfs/
Dkrpc_subr.c93 int32_t rp_direction; /* call direction (0) */ member
105 int32_t rp_direction; /* call direction (1) */ member
202 if (reply->rp_direction != txdr_unsigned(RPC_REPLY)) in krpccheck()