tag | line | file | source code |
h_proto | 783 | drivers/net/plip.c | send_byte(dev, eth->h_proto >> 8); |
h_proto | 784 | drivers/net/plip.c | send_byte(dev, eth->h_proto); |
h_proto | 793 | drivers/net/plip.c | eth->h_proto = type; |
h_proto | 46 | include/linux/if_ether.h | unsigned short h_proto; /* packet type ID field */ |
h_proto | 91 | net/inet/eth.c | printk("TYPE = %04X\n", ntohs(eth->h_proto)); |
h_proto | 107 | net/inet/eth.c | eth->h_proto = htons(type); |
h_proto | 157 | net/inet/eth.c | if(eth->h_proto!=htons(ETH_P_ARP)) /* This ntohs kind of helps a bit! */ |
h_proto | 183 | net/inet/eth.c | if(ntohs(eth->h_proto)<1536) |
h_proto | 185 | net/inet/eth.c | return(eth->h_proto); |