Lines Matching refs:arm
348 arp_m_t *arm; in arp_m_lookup() local
350 for (arm = arp_m_tbl; arm < A_END(arp_m_tbl); arm++) { in arp_m_lookup()
351 if (arm->arp_mac_type == mac_type) in arp_m_lookup()
352 return (arm); in arp_m_lookup()
360 arp_m_t *arm; in arp_hw_type() local
362 if ((arm = arp_m_lookup(mactype)) == NULL) in arp_hw_type()
363 arm = arp_m_lookup(DL_OTHER); in arp_hw_type()
364 return (arm->arp_mac_arp_hw_type); in arp_hw_type()
425 arp_m_t *arm; in arp_ll_set_defaults() local
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()
430 ASSERT(arm != NULL); in arp_ll_set_defaults()
442 arl->arl_sap_length = arm->arp_mac_sap_length; in arp_ll_set_defaults()
443 arl->arl_phys_addr_length = arm->arp_mac_hw_addr_length; in arp_ll_set_defaults()