Home
last modified time | relevance | path

Searched refs:ill_mactype (Results 1 – 8 of 8) sorted by relevance

/illumos-gate/usr/src/uts/common/inet/ip/
H A Dip6_output.c1002 (ill->ill_mactype == DL_6TO4 || ill->ill_mactype == DL_IPV4 || in ire_send_wire_v6()
1003 ill->ill_mactype == DL_IPV6)) { in ire_send_wire_v6()
H A Dip6_if.c1110 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()
H A Dipmp.c499 if (grp->gr_nif > 0 && grp->gr_mactype != ill->ill_mactype) in ipmp_grp_vet_ill()
1937 grp->gr_mactype = ill->ill_mactype; in ipmp_phyint_join_grp()
1939 ASSERT(grp->gr_mactype == ill->ill_mactype); in ipmp_phyint_join_grp()
H A Dip_output.c1944 (ill->ill_mactype == DL_6TO4 || ill->ill_mactype == DL_IPV4 || in ire_send_wire_v4()
1945 ill->ill_mactype == DL_IPV6)) { in ire_send_wire_v4()
H A Dip_arp.c1229 ASSERT(arl->arl_mactype == ill->ill_mactype); in arl_ill_init()
1585 U16_TO_BE16(arp_hw_type(ill->ill_mactype), arh->arh_hardware); in arp_output()
H A Dip_if.c4150 ill->ill_mactype = dlia->dl_mac_type; in ip_ll_subnet_defaults()
4202 phyint_flags_init(ill->ill_phyint, ill->ill_mactype); in ip_ll_subnet_defaults()
4271 if (ill->ill_mactype == SUNW_DL_VNI) { in ip_ll_subnet_defaults()
4274 ill->ill_mactype == DL_IPV4 || in ip_ll_subnet_defaults()
4275 ill->ill_mactype == DL_IPV6) { in ip_ll_subnet_defaults()
4303 if (ill->ill_mactype == SUNW_DL_IPMP) in ip_ll_subnet_defaults()
5366 ipm = ip_m_lookup(ill->ill_mactype); in ip_mcast_mapping()
5371 ill->ill_name, ill->ill_mactype)); in ip_mcast_mapping()
7963 dir->dir_dmactype = dst_ill->ill_mactype; in ip_sioctl_dstinfo()
19090 sock->sa_family = arp_hw_type(ill->ill_mactype); in ip_sioctl_get_ifhwaddr()
[all …]
H A Dip_ndp.c4800 ill->ill_mactype != DL_IPV4 && in nce_add_common()
4801 ill->ill_mactype != DL_6TO4) { in nce_add_common()
4813 ill->ill_mactype != DL_IPV6) { in nce_add_common()
/illumos-gate/usr/src/uts/common/inet/
H A Dip.h1637 t_uscalar_t ill_mactype; member