taglinefilesource code
ar_hrd93net/inet/arp.cunsigned short  ar_hrd;    /* format of hardware address  */
ar_hrd333net/inet/arp.carp->ar_hrd = htons(dev->type);
ar_hrd541net/inet/arp.cdev->type != ntohs(arp->ar_hrd) || 
ar_hrd84net/inet/rarp.cunsigned short  ar_hrd;               /* format of hardware address  */
ar_hrd179net/inet/rarp.cif (rarp->ar_hln != dev->addr_len || dev->type != ntohs(rarp->ar_hrd)