Home
last modified time | relevance | path

Searched refs:dl_notify_conf_t (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Ddlpi.h990 } dl_notify_conf_t; typedef
1483 dl_notify_conf_t notify_conf;
1551 #define DL_NOTIFY_CONF_SIZE sizeof (dl_notify_conf_t)
/illumos-gate/usr/src/uts/common/io/softmac/
H A Dsoftmac_fp.c719 if (MBLKL(mp) < sizeof (dl_notify_conf_t) || in softmac_wput_single_nondata()
720 ((dl_notify_conf_t *)mp->b_rptr)->dl_notification != in softmac_wput_single_nondata()
/illumos-gate/usr/src/uts/common/inet/ip/
H A Dip_arp.c2442 mp = mexchange(NULL, NULL, sizeof (dl_notify_conf_t), M_PROTO, in arp_send_replumb_conf()
2444 ((dl_notify_conf_t *)(mp->b_rptr))->dl_notification = in arp_send_replumb_conf()
H A Dip_if.c18050 mp = mexchange(NULL, mp, sizeof (dl_notify_conf_t), M_PROTO, in ill_replumb_tail()
18053 ((dl_notify_conf_t *)mp->b_rptr)->dl_notification = in ill_replumb_tail()