Home
last modified time | relevance | path

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

/u-boot/net/
A Dping.c29 net_set_ip_header(pkt, dest, net_ip, IP_ICMP_HDR_SIZE, IPPROTO_ICMP); in set_icmp_header()
A Dnet.c1253 if (ip->ip_p == IPPROTO_ICMP) { in net_process_received_packet()
/u-boot/drivers/net/
A Dsandbox.c130 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()
/u-boot/test/dm/
A Deth.c365 if (ip->ip_p != IPPROTO_ICMP) in sb_check_ping_reply()
/u-boot/include/
A Dnet.h371 #define IPPROTO_ICMP 1 /* Internet Control Message Protocol */ macro

Completed in 10 milliseconds