tag | line | file | source code |
ETH_P_IP | 576 | drivers/net/slip.c | return htons(ETH_P_IP); |
ETH_P_IP | 289 | net/inet/arp.c | arp->ar_pro = (dev->type != ARPHRD_AX25)? htons(ETH_P_IP) : htons(AX25_P_IP); |
ETH_P_IP | 291 | net/inet/arp.c | arp->ar_pro = htons(ETH_P_IP); |
ETH_P_IP | 497 | net/inet/arp.c | (arp->ar_pro != htons(ETH_P_IP) && dev->type != ARPHRD_AX25) |
ETH_P_IP | 140 | net/inet/eth.c | if(eth->h_proto != htons(ETH_P_IP)) |
ETH_P_IP | 238 | net/inet/ip.c | mac = dev->hard_header(skb->data, dev, ETH_P_IP, NULL, NULL, len, skb); |
ETH_P_IP | 2131 | net/inet/ip.c | ip_packet_type.type=htons(ETH_P_IP); |