wtp_data
struct wtp_data *wtp = NULL;
wtp = (struct wtp_data *) dc_buff.data;
struct wtp_data *wtp = NULL;
wtp = (struct wtp_data *) dc_buff.data;
struct wtp_data *wtp;
rc = get_scratch_buff(dbg_buff, sizeof(struct wtp_data), &scratch_buff);
wtp = (struct wtp_data *)((char *)scratch_buff.data + offset);
struct wtp_data *wtp;
rc = get_scratch_buff(dbg_buff, sizeof(struct wtp_data), &scratch_buff);
wtp = (struct wtp_data *)((char *)scratch_buff.data + offset);