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

/illumos-gate/usr/src/uts/common/inet/ip/
H A Dip_arp.c64 static arp_m_t *arp_m_lookup(t_uscalar_t mac_type);
347 arp_m_lookup(t_uscalar_t mac_type) function
363 if ((arm = arp_m_lookup(mactype)) == NULL)
364 arm = arp_m_lookup(DL_OTHER);
429 if ((arm = arp_m_lookup(dlia->dl_mac_type)) == NULL)
430 arm = arp_m_lookup(DL_OTHER);
448 * the ill_mac_type and arp_m_lookup().

Completed in 66 milliseconds