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

/illumos-gate/usr/src/uts/common/inet/ip/
H A Dip_if.c4927 dl_notify_ind_t *dlindp; local
4994 dlindp = (dl_notify_ind_t *)mp->b_rptr;
4995 ASSERT(dlindp->dl_primitive == DL_NOTIFY_IND);
4997 switch (dlindp->dl_notification) {
17789 dl_notify_ind_t *dlindp = (dl_notify_ind_t *)mp->b_rptr; local
17793 if (dlindp->dl_data != DL_IPV6_LINK_LAYER_ADDR &&
17794 dlindp->dl_data != DL_CURR_DEST_ADDR &&
17795 dlindp->dl_data != DL_CURR_PHYS_ADDR) {
17903 dl_notify_ind_t *dlindp = (dl_notify_ind_t *)addrmp->b_rptr; local
17909 addroff = dlindp
[all...]

Completed in 110 milliseconds