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

/freebsd-9.3-release/lib/libstand/
H A Drpc.c79 int32_t rp_direction; /* call direction (0) */ member in struct:rpc_call
88 int32_t rp_direction; /* call direction (1) */ member in struct:rpc_reply
169 call->rp_direction = htonl(RPC_CALL);
257 x = ntohl(reply->rp_direction);
261 printf("recvrpc: rp_direction %d != REPLY\n", x);
/freebsd-9.3-release/sys/nfs/
H A Dkrpc_subr.c94 int32_t rp_direction; /* call direction (0) */ member in struct:krpc_call
106 int32_t rp_direction; /* call direction (1) */ member in struct:krpc_reply
286 /* call->rp_direction = 0; */
367 if (reply->rp_direction != txdr_unsigned(REPLY))

Completed in 52 milliseconds