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

/illumos-gate/usr/src/boot/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);

Completed in 67 milliseconds