Searched refs:ill_mactype (Results 1 – 8 of 8) sorted by relevance
992 (ill->ill_mactype == DL_6TO4 || ill->ill_mactype == DL_IPV4 || in ire_send_wire_v6()993 ill->ill_mactype == DL_IPV6)) { in ire_send_wire_v6()
1110 ASSERT(ill->ill_mactype == DL_6TO4); in ipif_set6to4addr()1173 if (ill->ill_mactype == DL_6TO4) { in ipif_setlinklocal()2282 if (ill->ill_mactype == DL_IPV4 || ill->ill_mactype == DL_IPV6) { in ill_dl_phys()
499 if (grp->gr_nif > 0 && grp->gr_mactype != ill->ill_mactype) in ipmp_grp_vet_ill()1936 grp->gr_mactype = ill->ill_mactype; in ipmp_phyint_join_grp()1938 ASSERT(grp->gr_mactype == ill->ill_mactype); in ipmp_phyint_join_grp()
1935 (ill->ill_mactype == DL_6TO4 || ill->ill_mactype == DL_IPV4 || in ire_send_wire_v4()1936 ill->ill_mactype == DL_IPV6)) { in ire_send_wire_v4()
1228 ASSERT(arl->arl_mactype == ill->ill_mactype); in arl_ill_init()1584 U16_TO_BE16(arp_hw_type(ill->ill_mactype), arh->arh_hardware); in arp_output()
4146 ill->ill_mactype = dlia->dl_mac_type; in ip_ll_subnet_defaults()4198 phyint_flags_init(ill->ill_phyint, ill->ill_mactype); in ip_ll_subnet_defaults()4267 if (ill->ill_mactype == SUNW_DL_VNI) { in ip_ll_subnet_defaults()4270 ill->ill_mactype == DL_IPV4 || in ip_ll_subnet_defaults()4271 ill->ill_mactype == DL_IPV6) { in ip_ll_subnet_defaults()4299 if (ill->ill_mactype == SUNW_DL_IPMP) in ip_ll_subnet_defaults()5362 ipm = ip_m_lookup(ill->ill_mactype); in ip_mcast_mapping()5367 ill->ill_name, ill->ill_mactype)); in ip_mcast_mapping()7955 dir->dir_dmactype = dst_ill->ill_mactype; in ip_sioctl_dstinfo()19079 sock->sa_family = arp_hw_type(ill->ill_mactype); in ip_sioctl_get_ifhwaddr()[all …]
4553 ill->ill_mactype != DL_IPV4 && in nce_add_common()4554 ill->ill_mactype != DL_6TO4) { in nce_add_common()4566 ill->ill_mactype != DL_IPV6) { in nce_add_common()
1635 t_uscalar_t ill_mactype; member