dl_uderror_ind_t
dl_uderror_ind_t *, &dlp->uderror_ind);
size = sizeof (dl_uderror_ind_t) + addrlen;
dlp->uderror_ind.dl_dest_addr_offset = sizeof (dl_uderror_ind_t);
bcopy(addrp, mp->b_rptr + sizeof (dl_uderror_ind_t), addrlen);
dl_uderror_ind_t uderror_ind;
#define DL_UDERROR_IND_SIZE sizeof (dl_uderror_ind_t)