Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/net/
H A Dping.c31 ip->ip_p = IPPROTO_ICMP; in set_icmp_header()
H A Dnet.c1216 if (ip->ip_p == IPPROTO_ICMP) { in net_process_received_packet()
/rk3399_rockchip-uboot/drivers/net/
H A Dsandbox.c116 if (ip->ip_p == IPPROTO_ICMP) { in sb_eth_send()
/rk3399_rockchip-uboot/include/
H A Dnet.h355 #define IPPROTO_ICMP 1 /* Internet Control Message Protocol */ macro