taglinefilesource code
ar_hrd90net/inet/arp.cunsigned short  ar_hrd;    /* format of hardware address  */
ar_hrd287net/inet/arp.carp->ar_hrd = htons(dev->type);
ar_hrd484net/inet/arp.cif (arp->ar_hln != dev->addr_len || dev->type != ntohs(arp->ar_hrd) || dev->flags&IFF_NOARP)
ar_hrd532net/inet/arp.cif (proxy_entry->ip == tip && proxy_entry->htype==arp->ar_hrd)
ar_hrd554net/inet/arp.centry->htype = ntohs(arp->ar_hrd);
ar_hrd598net/inet/arp.centry->htype = arp->ar_hrd;