taglinefilesource code
htype80net/inet/arp.cunsigned short      htype;      /* Type of hardware in use  */
htype509net/inet/arp.cint addr_hint,hlen,htype;
htype567net/inet/arp.chtype = dev->type;
htype643net/inet/arp.cif(proxy_entry->ip == tip && proxy_entry->htype==htype)
htype680net/inet/arp.cif(entry->ip==sip && entry->htype==htype)
htype729net/inet/arp.centry->htype = htype;
htype822net/inet/arp.centry->htype = dev->type;
htype891net/inet/arp.cif(entry->htype==ARPHRD_AX25)
htype910net/inet/arp.c(unsigned int)entry->htype,
htype962net/inet/arp.cint htype, hlen;
htype980net/inet/arp.chtype = ARPHRD_ETHER;
htype985net/inet/arp.chtype = ARPHRD_AX25;
htype1038net/inet/arp.centry->htype = htype;
htype1100net/inet/arp.cr.arp_ha.sa_family = entry->htype;
htype71net/inet/rarp.cunsigned char      htype;             /* Type of hardware in use     */
htype237net/inet/rarp.cint htype, hlen;
htype253net/inet/rarp.chtype = ARPHRD_ETHER;
htype258net/inet/rarp.chtype = ARPHRD_AX25;
htype316net/inet/rarp.centry->htype = htype;
htype369net/inet/rarp.cr.arp_ha.sa_family = entry->htype;