Home
last modified time | relevance | path

Searched refs:ip_p (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()
1219 } else if (ip->ip_p != IPPROTO_UDP) { /* Only UDP packets */ in net_process_received_packet()
1233 xsum = ip->ip_p; in net_process_received_packet()
1474 ip->ip_p = IPPROTO_UDP; in net_set_udp_header()
/rk3399_rockchip-uboot/include/
H A Dnet.h368 u8 ip_p; /* protocol */ member
392 u8 ip_p; /* protocol */ member
/rk3399_rockchip-uboot/drivers/net/
H A Dsandbox.c116 if (ip->ip_p == IPPROTO_ICMP) { in sb_eth_send()