voidptr
void *voidptr=NULL;
if (decode_tl_data(&tl_data, type, &voidptr) == 0) {
intptr = (int *) voidptr;
void *voidptr=NULL;
if (decode_tl_data(&tl_data, KDB_TL_LINKDN, &voidptr) == 0) {
*link_dn = (char **) voidptr;
void *voidptr=NULL;
if (decode_tl_data(&tl_data, type, &voidptr) == 0) {
*strval = (char *) voidptr;
void *voidptr=NULL;
if ((st=decode_tl_data(rparams->tl_data, KDB_TL_MASK, &voidptr)) == 0) {
oldmask = *((int *) voidptr);
free (voidptr);
iocp = (struct iocblk *)voidptr(mp->b_rptr);
ehp = (struct ether_vlan_header *)voidptr(mp->b_rptr);
#define u32ptr(x) (uint32_t *)voidptr((x))