Searched refs:rdr_test_reply_t (Results 1 – 2 of 2) sorted by relevance
232 } rdr_test_reply_t; typedef334 rdr_test_reply_t test_reply;
2733 rdr_test_reply_t test_data; in pack_test_reply()2754 *buf_size = sizeof (rdr_test_reply_t); in pack_test_reply()2774 (void) memcpy(bufptr, &test_data, sizeof (rdr_test_reply_t)); in pack_test_reply()2775 bufptr += sizeof (rdr_test_reply_t); in pack_test_reply()2799 rdr_test_reply_t test_data; in unpack_test_reply()2807 (void) memcpy(&test_data, bufptr, sizeof (rdr_test_reply_t)); in unpack_test_reply()2808 bufptr += sizeof (rdr_test_reply_t); in unpack_test_reply()