rdr_rsrc_info_reply_t
rdr_rsrc_info_reply_t rsrc_info_data;
*buf_size = sizeof (rdr_rsrc_info_reply_t);
(void) memcpy(bufptr, &rsrc_info_data, sizeof (rdr_rsrc_info_reply_t));
bufptr += sizeof (rdr_rsrc_info_reply_t);
rdr_rsrc_info_reply_t rsrc_info_data;
(void) memcpy(&rsrc_info_data, bufptr, sizeof (rdr_rsrc_info_reply_t));
bufptr += sizeof (rdr_rsrc_info_reply_t);
rdr_rsrc_info_reply_t rsrc_info_reply;