tag | line | file | source code |
---|---|---|---|
h_proto | 50 | include/linux/if_ether.h | unsigned short h_proto; /* packet type ID field */ |
h_proto | 94 | net/inet/eth.c | eth->h_proto = htons(type); |
h_proto | 96 | net/inet/eth.c | eth->h_proto = htons(len); |
h_proto | 142 | net/inet/eth.c | if(eth->h_proto != htons(ETH_P_IP)) |
h_proto | 144 | net/inet/eth.c | printk("eth_rebuild_header: Don't know how to resolve type %d addreses?\n",(int)eth->h_proto); |
h_proto | 185 | net/inet/eth.c | if (ntohs(eth->h_proto) >= 1536) |
h_proto | 186 | net/inet/eth.c | return eth->h_proto; |