taglinefilesource code
ETH_P_IP576drivers/net/slip.creturn htons(ETH_P_IP);
ETH_P_IP289net/inet/arp.carp->ar_pro = (dev->type != ARPHRD_AX25)? htons(ETH_P_IP) : htons(AX25_P_IP);
ETH_P_IP291net/inet/arp.carp->ar_pro = htons(ETH_P_IP);
ETH_P_IP497net/inet/arp.c(arp->ar_pro != htons(ETH_P_IP) && dev->type != ARPHRD_AX25)
ETH_P_IP140net/inet/eth.cif(eth->h_proto != htons(ETH_P_IP)) 
ETH_P_IP238net/inet/ip.cmac = dev->hard_header(skb->data, dev, ETH_P_IP, NULL, NULL, len, skb);
ETH_P_IP2131net/inet/ip.cip_packet_type.type=htons(ETH_P_IP);