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

/illumos-gate/usr/src/uts/common/inet/ip/
H A Dip_if.c130 static ip_m_t *ip_m_lookup(t_uscalar_t mac_type);
4151 ipm = ip_m_lookup(dlia->dl_mac_type);
4153 ipm = ip_m_lookup(DL_OTHER);
5340 ip_m_lookup(t_uscalar_t mac_type) function
5365 ipm = ip_m_lookup(ill->ill_mactype);

Completed in 123 milliseconds