Home
last modified time | relevance | path

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

/u-boot/lib/efi_selftest/
A Defi_selftest_snp.c122 p.ip_udp.ip_p = IPPROTO_UDP; in send_dhcp_discover()
386 buffer.p.ip_udp.ip_p != IPPROTO_UDP || in execute()
/u-boot/test/log/
A Dsyslog_test.c43 ut_asserteq(ip_udp_hdr->ip_p, IPPROTO_UDP); in sb_log_tx_handler()
/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/include/
A Dnet.h384 u8 ip_p; /* protocol */ member
408 u8 ip_p; /* protocol */ member
/u-boot/net/
A Dnet.c1253 if (ip->ip_p == IPPROTO_ICMP) { in net_process_received_packet()
1256 } else if (ip->ip_p != IPPROTO_UDP) { /* Only UDP packets */ in net_process_received_packet()
1273 xsum = ip->ip_p; in net_process_received_packet()
1488 ip->ip_p = proto; in net_set_ip_header()
/u-boot/test/dm/
A Deth.c365 if (ip->ip_p != IPPROTO_ICMP) in sb_check_ping_reply()

Completed in 13 milliseconds