Home
last modified time | relevance | path

Searched refs:IPPROTO_ICMP (Results 1 – 6 of 6) sorted by relevance

/openbmc/u-boot/net/
H A Dping.c27 net_set_ip_header(pkt, dest, net_ip, IP_ICMP_HDR_SIZE, IPPROTO_ICMP); in set_icmp_header()
H A Dnet.c1265 if (ip->ip_p == IPPROTO_ICMP) { in net_process_received_packet()
/openbmc/u-boot/drivers/net/
H A Dsandbox.c128 if (ip->ip_p != IPPROTO_ICMP) in sandbox_eth_ping_req_to_reply()
233 ipr->ip_p = IPPROTO_ICMP; in sandbox_eth_recv_ping_req()
/openbmc/u-boot/test/dm/
H A Deth.c362 if (ip->ip_p != IPPROTO_ICMP) in sb_check_ping_reply()
/openbmc/u-boot/include/
H A Dnet.h346 #define IPPROTO_ICMP 1 /* Internet Control Message Protocol */ macro
/openbmc/qemu/net/
H A Dcolo-compare.c715 case IPPROTO_ICMP: in colo_compare_connection()