dl_notify_req_t
dl_notify_req_t *notifyreqp;
notify_mp = ip_dlpi_alloc(sizeof (dl_notify_req_t) + sizeof (long),
((dl_notify_req_t *)notify_mp->b_rptr)->dl_notifications =
dl_notify_req_t *dlp = (dl_notify_req_t *)mp->b_rptr;
if (MBLKL(mp) < sizeof (dl_notify_req_t)) {
dl_notify_req_t *dlnrp;
dlnrp = (dl_notify_req_t *)mp->b_rptr;
((dl_notify_req_t *)reqmp->b_rptr)->dl_notifications = notifications;
((dl_notify_req_t *)mp->b_rptr)->dl_notifications = *notesp;
dl_notify_req_t notify_req;
#define DL_NOTIFY_REQ_SIZE sizeof (dl_notify_req_t)