Home
last modified time | relevance | path

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

/freebsd/stand/libsa/
H A Drpc.c74 int32_t rp_direction; /* call direction (0) */ member
83 int32_t rp_direction; /* call direction (1) */ member
156 call->rp_direction = htonl(RPC_CALL); in rpc_call()
245 x = ntohl(reply->rp_direction); in recvrpc()
/freebsd/sys/nfs/
H A Dkrpc_subr.c92 int32_t rp_direction; /* call direction (0) */ member
104 int32_t rp_direction; /* call direction (1) */ member
365 if (reply->rp_direction != txdr_unsigned(REPLY)) in krpc_call()