taglinefilesource code
htype87net/inet/arp.cunsigned short      htype;      /* Type of hardware in use  */
htype544net/inet/arp.cint addr_hint,hlen,htype;
htype603net/inet/arp.chtype = dev->type;
htype683net/inet/arp.cif (proxy_entry->htype == htype && 
htype722net/inet/arp.cif(entry->ip==sip && entry->htype==htype)
htype772net/inet/arp.centry->htype = htype;
htype887net/inet/arp.centry->htype = dev->type;
htype957net/inet/arp.cif(entry->htype==ARPHRD_AX25)
htype976net/inet/arp.c(unsigned int)entry->htype,
htype1039net/inet/arp.cint htype, hlen;
htype1057net/inet/arp.chtype = ARPHRD_ETHER;
htype1062net/inet/arp.chtype = ARPHRD_ARCNET;
htype1068net/inet/arp.chtype = ARPHRD_AX25;
htype1129net/inet/arp.centry->htype = htype;
htype1194net/inet/arp.cr.arp_ha.sa_family = entry->htype;
htype72net/inet/rarp.cunsigned char      htype;             /* Type of hardware in use     */
htype238net/inet/rarp.cint htype, hlen;
htype254net/inet/rarp.chtype = ARPHRD_ETHER;
htype259net/inet/rarp.chtype = ARPHRD_AX25;
htype317net/inet/rarp.centry->htype = htype;
htype370net/inet/rarp.cr.arp_ha.sa_family = entry->htype;