taglinefilesource code
htype93net/ipv4/arp.cunsigned short      htype;      /* Type of hardware in use  */
htype563net/ipv4/arp.cint addr_hint,hlen,htype;
htype639net/ipv4/arp.chtype = dev->type;
htype719net/ipv4/arp.cif (proxy_entry->dev != dev && proxy_entry->htype == htype &&
htype758net/ipv4/arp.cif(entry->ip==sip && entry->htype==htype)
htype808net/ipv4/arp.centry->htype = htype;
htype843net/ipv4/arp.cif (entry->ip == paddr && entry->htype == type)
htype960net/ipv4/arp.centry->htype = dev->type;
htype1026net/ipv4/arp.cif (entry->htype == ARPHRD_AX25 || entry->htype == ARPHRD_NETROM)
htype1030net/ipv4/arp.cif(entry->htype==ARPHRD_AX25)
htype1050net/ipv4/arp.c(unsigned int)entry->htype,
htype1165net/ipv4/arp.cint htype, hlen;
htype1183net/ipv4/arp.chtype = ARPHRD_ETHER;
htype1188net/ipv4/arp.chtype = ARPHRD_ARCNET;
htype1194net/ipv4/arp.chtype = ARPHRD_AX25;
htype1200net/ipv4/arp.chtype = ARPHRD_NETROM;
htype1205net/ipv4/arp.chtype = ARPHRD_IEEE802;
htype1265net/ipv4/arp.centry->htype = htype;
htype1331net/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;