taglinefilesource code
ETH_P_IP1979drivers/net/arcnet.ccase ETH_P_IP:
ETH_P_IP2097drivers/net/arcnet.ccase ARC_P_IP:    return htons(ETH_P_IP);
ETH_P_IP2109drivers/net/arcnet.creturn htons(ETH_P_IP);
ETH_P_IP845drivers/net/plip.cif (eth->h_proto != htons(ETH_P_IP)) {
ETH_P_IP1159drivers/net/ppp.cskb->protocol=htons(ETH_P_IP);
ETH_P_IP328drivers/net/slip.cskb->protocol=htons(ETH_P_IP);
ETH_P_IP76net/802/tr.cif(trllc->ethertype != htons(ETH_P_IP)) {
ETH_P_IP1936net/ax25/af_ax25.ccase ETH_P_IP:
ETH_P_IP144net/ethernet/eth.cif(eth->h_proto != htons(ETH_P_IP)) 
ETH_P_IP210net/ethernet/eth.csk->ip_hcache_data[12]=ETH_P_IP>>8;
ETH_P_IP211net/ethernet/eth.csk->ip_hcache_data[13]=ETH_P_IP&0xFF;
ETH_P_IP352net/ipv4/arp.carp->ar_pro = (dev->type == ARPHRD_AX25 || dev->type == ARPHRD_NETROM) ? htons(AX25_P_IP) : htons(ETH_P_IP);
ETH_P_IP354net/ipv4/arp.carp->ar_pro = (dev->type != ARPHRD_AX25)? htons(ETH_P_IP) : htons(AX25_P_IP);
ETH_P_IP357net/ipv4/arp.carp->ar_pro = htons(ETH_P_IP);
ETH_P_IP621net/ipv4/arp.cif(arp->ar_pro != htons(ETH_P_IP))
ETH_P_IP629net/ipv4/arp.cif(arp->ar_pro != htons(ETH_P_IP))
ETH_P_IP188net/ipv4/ip.cmac = dev->hard_header(skb->data, dev, ETH_P_IP, NULL, NULL, len, skb);
ETH_P_IP2523net/ipv4/ip.cif(dev->hard_header(skb->data, dev, ETH_P_IP, 
ETH_P_IP2692net/ipv4/ip.cip_packet_type.type=htons(ETH_P_IP);
ETH_P_IP182net/ipv4/rarp.c(rarp->ar_pro != htons(ETH_P_IP) && dev->type != ARPHRD_AX25)
ETH_P_IP62net/netrom/nr_dev.cskb->protocol=htons(ETH_P_IP);