Home
last modified time | relevance | path

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);
346 arp_m_lookup(t_uscalar_t mac_type) in arp_m_lookup() function
362 if ((arm = arp_m_lookup(mactype)) == NULL) in arp_hw_type()
363 arm = arp_m_lookup(DL_OTHER); in arp_hw_type()
428 if ((arm = arp_m_lookup(dlia->dl_mac_type)) == NULL) in arp_ll_set_defaults()
429 arm = arp_m_lookup(DL_OTHER); in arp_ll_set_defaults()