arp_m_lookup
if ((arm = arp_m_lookup(mactype)) == NULL)
arm = arp_m_lookup(DL_OTHER);
if ((arm = arp_m_lookup(dlia->dl_mac_type)) == NULL)
arm = arp_m_lookup(DL_OTHER);
static arp_m_t *arp_m_lookup(t_uscalar_t mac_type);