Home
last modified time | relevance | path

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

/dragonfly/stand/lib/
H A Drpc.c77 int32_t rp_direction; /* call direction (0) */ member
86 int32_t rp_direction; /* call direction (1) */ member
175 call->rp_direction = htonl(RPC_CALL); in rpc_call()
263 x = ntohl(reply->rp_direction); in recvrpc()
/dragonfly/sys/vfs/nfs/
H A Dkrpc_subr.c87 int32_t rp_direction; /* call direction (0) */ member
99 int32_t rp_direction; /* call direction (1) */ member
377 if (reply->rp_direction != txdr_unsigned(RPC_REPLY)) in krpc_call()