taglinefilesource code
htype86net/inet/arp.cunsigned short      htype;      /* Type of hardware in use  */
htype543net/inet/arp.cint addr_hint,hlen,htype;
htype604net/inet/arp.chtype = dev->type;
htype681net/inet/arp.cif (proxy_entry->htype == htype && 
htype721net/inet/arp.cif(entry->ip==sip && entry->htype==htype)
htype771net/inet/arp.centry->htype = htype;
htype886net/inet/arp.centry->htype = dev->type;
htype956net/inet/arp.cif(entry->htype==ARPHRD_AX25)
htype975net/inet/arp.c(unsigned int)entry->htype,
htype1038net/inet/arp.cint htype, hlen;
htype1056net/inet/arp.chtype = ARPHRD_ETHER;
htype1061net/inet/arp.chtype = ARPHRD_ARCNET;
htype1067net/inet/arp.chtype = ARPHRD_AX25;
htype1121net/inet/arp.centry->htype = htype;
htype1186net/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;