tag | line | file | source code |
htype | 405 | fs/nfs/nfsroot.c | u8 htype; /* HW address type */ |
htype | 696 | fs/nfs/nfsroot.c | xmit_bootp->htype = best_dev->type; |
htype | 706 | fs/nfs/nfsroot.c | xmit_bootp->htype, |
htype | 812 | fs/nfs/nfsroot.c | recv_bootp->htype != xmit_bootp->htype || |
htype | 38 | include/linux/etherdevice.h | unsigned short htype, __u32 daddr); |
htype | 188 | include/linux/netdevice.h | void (*header_cache_bind)(struct hh_cache **hhp, struct device *dev, unsigned short htype, __u32 daddr); |
htype | 228 | net/ethernet/eth.c | unsigned short htype, __u32 daddr) |
htype | 232 | net/ethernet/eth.c | if (htype != ETH_P_IP) |
htype | 234 | net/ethernet/eth.c | printk("eth_header_cache_bind: %04x cache is not implemented\n", htype); |
htype | 237 | net/ethernet/eth.c | if (arp_bind_cache(hhp, dev, htype, daddr)) |
htype | 242 | net/ethernet/eth.c | hh->hh_data[12] = htype>>8; |
htype | 243 | net/ethernet/eth.c | hh->hh_data[13] = htype&0xFF; |
htype | 548 | net/ipv4/arp.c | static __inline__ struct hh_cache * arp_alloc_hh(int htype) |
htype | 555 | net/ipv4/arp.c | hh->hh_type = htype; |
htype | 1443 | net/ipv4/arp.c | int arp_bind_cache(struct hh_cache ** hhp, struct device *dev, unsigned short htype, u32 paddr) |
htype | 1457 | net/ipv4/arp.c | hh = arp_alloc_hh(htype); |
htype | 1472 | net/ipv4/arp.c | if (hh->hh_type == htype) |
htype | 1483 | net/ipv4/arp.c | hh = arp_alloc_hh(htype); |
htype | 81 | net/ipv4/rarp.c | unsigned char htype; /* Type of hardware in use */ |
htype | 289 | net/ipv4/rarp.c | int htype, hlen; |
htype | 306 | net/ipv4/rarp.c | htype = ARPHRD_ETHER; |
htype | 311 | net/ipv4/rarp.c | htype = ARPHRD_AX25; |
htype | 371 | net/ipv4/rarp.c | entry->htype = htype; |
htype | 427 | net/ipv4/rarp.c | r.arp_ha.sa_family = entry->htype; |