Searched refs:rdr_test_reply_t (Results 1 – 2 of 2) sorted by relevance
234 } rdr_test_reply_t; typedef336 rdr_test_reply_t test_reply;
2735 rdr_test_reply_t test_data; in pack_test_reply()2756 *buf_size = sizeof (rdr_test_reply_t); in pack_test_reply()2776 (void) memcpy(bufptr, &test_data, sizeof (rdr_test_reply_t)); in pack_test_reply()2777 bufptr += sizeof (rdr_test_reply_t); in pack_test_reply()2801 rdr_test_reply_t test_data; in unpack_test_reply()2809 (void) memcpy(&test_data, bufptr, sizeof (rdr_test_reply_t)); in unpack_test_reply()2810 bufptr += sizeof (rdr_test_reply_t); in unpack_test_reply()