HomeSort by: relevance | last modified time | path
    Searched defs:rp_direction (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/lib/libsa/
rpc.c 85 int32_t rp_direction; /* call direction (0) */ member in struct:rpc_call
94 int32_t rp_direction; /* call direction (1) */ member in struct:rpc_reply
174 call->rp_direction = htonl(RPC_CALL);
263 x = ntohl(reply->rp_direction);
267 printf("%s: rp_direction %d != REPLY\n", __func__, x);
  /src/sys/fs/nfs/common/
krpc_subr.c 90 int32_t rp_direction; /* call direction (0) */ member in struct:krpc_call
102 int32_t rp_direction; /* call direction (1) */ member in struct:krpc_reply
284 /* call->rp_direction = 0; */
363 if (reply->rp_direction != txdr_unsigned(REPLY))
  /src/sys/nfs/
krpc_subr.c 93 int32_t rp_direction; /* call direction (0) */ member in struct:rpc_call
105 int32_t rp_direction; /* call direction (1) */ member in struct:rpc_reply
202 if (reply->rp_direction != txdr_unsigned(RPC_REPLY))
291 /* call->rp_direction = 0; */

Completed in 13 milliseconds