tag | line | file | source code |
---|---|---|---|
hh_type | 71 | include/linux/netdevice.h | unsigned short hh_type; /* protocol identifier, f.e ETH_P_IP */ |
hh_type | 252 | net/ethernet/eth.c | if (hh->hh_type != ETH_P_IP) |
hh_type | 254 | net/ethernet/eth.c | printk("eth_header_cache_update: %04x cache is not implemented\n", hh->hh_type); |
hh_type | 1428 | net/ipv4/arp.c | hh->hh_type = htype; |
hh_type | 1444 | net/ipv4/arp.c | if (hh->hh_type == htype) |
hh_type | 1468 | net/ipv4/arp.c | hh->hh_type = htype; |