taglinefilesource code
htype377fs/nfs/nfsroot.cu8 htype;    /* HW address type */
htype667fs/nfs/nfsroot.cxmit_bootp->htype = best_dev->type;
htype677fs/nfs/nfsroot.cxmit_bootp->htype,
htype795fs/nfs/nfsroot.crecv_bootp->htype != xmit_bootp->htype ||
htype38include/linux/etherdevice.hunsigned short htype, __u32 daddr);
htype188include/linux/netdevice.hvoid        (*header_cache_bind)(struct hh_cache **hhp, struct device *dev, unsigned short htype, __u32 daddr);
htype228net/ethernet/eth.cunsigned short htype, __u32 daddr)
htype232net/ethernet/eth.cif (htype != ETH_P_IP)
htype234net/ethernet/eth.cprintk("eth_header_cache_bind: %04x cache is not implemented\n", htype);
htype237net/ethernet/eth.cif (arp_bind_cache(hhp, dev, htype, daddr))
htype242net/ethernet/eth.chh->hh_data[12] = htype>>8;
htype243net/ethernet/eth.chh->hh_data[13] = htype&0xFF;
htype1426net/ipv4/arp.cint arp_bind_cache(struct hh_cache ** hhp, struct device *dev, unsigned short htype, u32 paddr)
htype1449net/ipv4/arp.chh->hh_type = htype;
htype1465net/ipv4/arp.cif (hh->hh_type == htype)
htype1489net/ipv4/arp.chh->hh_type = htype;
htype81net/ipv4/rarp.cunsigned char      htype;             /* Type of hardware in use     */
htype289net/ipv4/rarp.cint htype, hlen;
htype306net/ipv4/rarp.chtype = ARPHRD_ETHER;
htype311net/ipv4/rarp.chtype = ARPHRD_AX25;
htype371net/ipv4/rarp.centry->htype = htype;
htype427net/ipv4/rarp.cr.arp_ha.sa_family = entry->htype;