Searched defs:notify_mp (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/inet/ip/
H A Dip6_if.c2259 mblk_t *notify_mp = NULL; local
2294 notify_mp = ip_dlpi_alloc(sizeof (dl_notify_req_t) + sizeof (long),
2296 if (notify_mp == NULL)
2298 ((dl_notify_req_t *)notify_mp->b_rptr)->dl_notifications =
2378 ill_dlpi_send(ill, notify_mp);
2396 freemsg(notify_mp);

Completed in 59 milliseconds