Searched refs:dlnip (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/softmac/
H A Dsoftmac_ctl.c216 dl_notify_ind_t *dlnip = (dl_notify_ind_t *)mp->b_rptr; local
219 ASSERT(dlnip->dl_primitive == DL_NOTIFY_IND);
221 switch (dlnip->dl_notification) {
223 if (dlnip->dl_data != DL_CURR_PHYS_ADDR)
226 addroff = dlnip->dl_addr_offset;
227 addrlen = dlnip->dl_addr_length - softmac->smac_saplen;
/illumos-gate/usr/src/uts/common/io/
H A Dgld.c3875 dl_notify_ind_t *dlnip; local
3920 dlnip = (dl_notify_ind_t *)mp->b_rptr;
3921 dlnip->dl_primitive = DL_NOTIFY_IND;
3922 dlnip->dl_notification = 0;
3923 dlnip->dl_data = 0;
3924 dlnip->dl_addr_length = 0;
3925 dlnip->dl_addr_offset = 0;
3931 dlnip->dl_notification = bit;
3936 dlnip->dl_notification = bit;
3941 dlnip
[all...]

Completed in 68 milliseconds