tag | line | file | source code |
htype | 38 | include/linux/etherdevice.h | unsigned short htype, __u32 daddr); |
htype | 184 | include/linux/netdevice.h | void (*header_cache_bind)(struct hh_cache **hhp, struct device *dev, unsigned short htype, __u32 daddr); |
htype | 227 | net/ethernet/eth.c | unsigned short htype, __u32 daddr) |
htype | 231 | net/ethernet/eth.c | if (htype != ETH_P_IP) |
htype | 233 | net/ethernet/eth.c | printk("eth_header_cache_bind: %04x cache is not implemented\n", htype); |
htype | 236 | net/ethernet/eth.c | if (arp_bind_cache(hhp, dev, htype, daddr)) |
htype | 241 | net/ethernet/eth.c | hh->hh_data[12] = htype>>8; |
htype | 242 | net/ethernet/eth.c | hh->hh_data[13] = htype&0xFF; |
htype | 1405 | net/ipv4/arp.c | int arp_bind_cache(struct hh_cache ** hhp, struct device *dev, unsigned short htype, u32 paddr) |
htype | 1428 | net/ipv4/arp.c | hh->hh_type = htype; |
htype | 1444 | net/ipv4/arp.c | if (hh->hh_type == htype) |
htype | 1468 | net/ipv4/arp.c | hh->hh_type = htype; |
htype | 81 | net/ipv4/rarp.c | unsigned char htype; /* Type of hardware in use */ |
htype | 288 | net/ipv4/rarp.c | int htype, hlen; |
htype | 305 | net/ipv4/rarp.c | htype = ARPHRD_ETHER; |
htype | 310 | net/ipv4/rarp.c | htype = ARPHRD_AX25; |
htype | 370 | net/ipv4/rarp.c | entry->htype = htype; |
htype | 423 | net/ipv4/rarp.c | r.arp_ha.sa_family = entry->htype; |