Searched refs:IPPROTO_ICMP (Results 1 – 5 of 5) sorted by relevance
29 net_set_ip_header(pkt, dest, net_ip, IP_ICMP_HDR_SIZE, IPPROTO_ICMP); in set_icmp_header()
1253 if (ip->ip_p == IPPROTO_ICMP) { in net_process_received_packet()
130 if (ip->ip_p != IPPROTO_ICMP) in sandbox_eth_ping_req_to_reply()235 ipr->ip_p = IPPROTO_ICMP; in sandbox_eth_recv_ping_req()
365 if (ip->ip_p != IPPROTO_ICMP) in sb_check_ping_reply()
371 #define IPPROTO_ICMP 1 /* Internet Control Message Protocol */ macro
Completed in 10 milliseconds