Home
last modified time | relevance | path

Searched refs:attach_mp (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/inet/ip/
H A Dip6_if.c2256 mblk_t *attach_mp = NULL; in ill_dl_phys() local
2336 attach_mp = ip_dlpi_alloc(sizeof (dl_attach_req_t), in ill_dl_phys()
2338 if (attach_mp == NULL) in ill_dl_phys()
2340 ((dl_attach_req_t *)attach_mp->b_rptr)->dl_ppa = ill->ill_ppa; in ill_dl_phys()
2359 if (attach_mp != NULL) { in ill_dl_phys()
2361 ill_dlpi_send(ill, attach_mp); in ill_dl_phys()
2392 freemsg(attach_mp); in ill_dl_phys()
H A Dip_arp.c1385 mblk_t *attach_mp = NULL; in arp_ll_up() local
1402 attach_mp = in arp_ll_up()
1404 if (attach_mp == NULL) in arp_ll_up()
1406 ((dl_attach_req_t *)attach_mp->b_rptr)->dl_ppa = arl->arl_ppa; in arp_ll_up()
1420 arp_dlpi_send(arl, attach_mp); in arp_ll_up()
1430 freemsg(attach_mp); in arp_ll_up()