taglinefilesource code
htype93net/ipv4/arp.cunsigned short      htype;      /* Type of hardware in use  */
htype571net/ipv4/arp.cint addr_hint,hlen,htype;
htype647net/ipv4/arp.chtype = dev->type;
htype727net/ipv4/arp.cif (proxy_entry->dev != dev && proxy_entry->htype == htype &&
htype766net/ipv4/arp.cif(entry->ip==sip && entry->htype==htype)
htype816net/ipv4/arp.centry->htype = htype;
htype935net/ipv4/arp.centry->htype = dev->type;
htype1001net/ipv4/arp.cif (entry->htype == ARPHRD_AX25 || entry->htype == ARPHRD_NETROM)
htype1005net/ipv4/arp.cif(entry->htype==ARPHRD_AX25)
htype1025net/ipv4/arp.c(unsigned int)entry->htype,
htype1140net/ipv4/arp.cint htype, hlen;
htype1158net/ipv4/arp.chtype = ARPHRD_ETHER;
htype1163net/ipv4/arp.chtype = ARPHRD_ARCNET;
htype1169net/ipv4/arp.chtype = ARPHRD_AX25;
htype1175net/ipv4/arp.chtype = ARPHRD_NETROM;
htype1180net/ipv4/arp.chtype = ARPHRD_IEEE802;
htype1240net/ipv4/arp.centry->htype = htype;
htype1306net/ipv4/arp.cr.arp_ha.sa_family = entry->htype;
htype72net/ipv4/rarp.cunsigned char      htype;             /* Type of hardware in use     */
htype238net/ipv4/rarp.cint htype, hlen;
htype254net/ipv4/rarp.chtype = ARPHRD_ETHER;
htype259net/ipv4/rarp.chtype = ARPHRD_AX25;
htype317net/ipv4/rarp.centry->htype = htype;
htype370net/ipv4/rarp.cr.arp_ha.sa_family = entry->htype;