taglinefilesource code
htype38include/linux/etherdevice.hunsigned short htype, __u32 daddr);
htype184include/linux/netdevice.hvoid        (*header_cache_bind)(struct hh_cache **hhp, struct device *dev, unsigned short htype, __u32 daddr);
htype227net/ethernet/eth.cunsigned short htype, __u32 daddr)
htype231net/ethernet/eth.cif (htype != ETH_P_IP)
htype233net/ethernet/eth.cprintk("eth_header_cache_bind: %04x cache is not implemented\n", htype);
htype236net/ethernet/eth.cif (arp_bind_cache(hhp, dev, htype, daddr))
htype241net/ethernet/eth.chh->hh_data[12] = htype>>8;
htype242net/ethernet/eth.chh->hh_data[13] = htype&0xFF;
htype1405net/ipv4/arp.cint arp_bind_cache(struct hh_cache ** hhp, struct device *dev, unsigned short htype, u32 paddr)
htype1428net/ipv4/arp.chh->hh_type = htype;
htype1444net/ipv4/arp.cif (hh->hh_type == htype)
htype1468net/ipv4/arp.chh->hh_type = htype;
htype81net/ipv4/rarp.cunsigned char      htype;             /* Type of hardware in use     */
htype288net/ipv4/rarp.cint htype, hlen;
htype305net/ipv4/rarp.chtype = ARPHRD_ETHER;
htype310net/ipv4/rarp.chtype = ARPHRD_AX25;
htype370net/ipv4/rarp.centry->htype = htype;
htype423net/ipv4/rarp.cr.arp_ha.sa_family = entry->htype;