Home
last modified time | relevance | path

Searched refs:PROT_IP (Results 1 – 14 of 14) sorted by relevance

/u-boot/net/
A Drarp.c41 (ntohs(arp->ar_pro) != PROT_IP) || in rarp_receive()
85 rarp->ar_pro = htons(PROT_IP); in rarp_request()
A Dping.c50 eth_hdr_size = net_set_ether(net_tx_packet, net_null_ethaddr, PROT_IP); in ping_send()
96 eth_hdr_size = net_update_ether(et, et->et_src, PROT_IP); in ping_receive()
A Darp.c72 arp->ar_pro = htons(PROT_IP); in arp_raw_request()
152 if (ntohs(arp->ar_pro) != PROT_IP) in arp_receive()
A Dbootp.c765 eth_hdr_size = net_set_ether(pkt, net_bcast_ethaddr, PROT_IP); in bootp_request()
995 eth_hdr_size = net_set_ether(pkt, net_bcast_ethaddr, PROT_IP); in dhcp_send_request_packet()
A Dnet.c842 eth_hdr_size = net_set_ether(pkt, ether, PROT_IP); in net_send_ip_packet()
1188 case PROT_IP: in net_process_received_packet()
/u-boot/drivers/net/
A Dsandbox-raw.c88 arp->ar_pro = htons(PROT_IP); in sb_eth_raw_recv()
114 eth->et_protlen = htons(reply_arp ? PROT_ARP : PROT_IP); in sb_eth_raw_recv()
A Dsandbox.c91 arp_recv->ar_pro = htons(PROT_IP); in sandbox_eth_arp_req_to_reply()
125 if (ntohs(eth->et_protlen) != PROT_IP) in sandbox_eth_ping_req_to_reply()
190 arp_recv->ar_pro = htons(PROT_IP); in sandbox_eth_recv_arp_req()
229 eth_recv->et_protlen = htons(PROT_IP); in sandbox_eth_recv_ping_req()
A Dxilinx_emaclite.c516 case PROT_IP: in emaclite_recv()
A Dmvpp2.c2086 mvpp2_prs_match_etype(&pe, 0, PROT_IP); in mvpp2_prs_etype_init()
/u-boot/test/dm/
A Deth.c291 ut_assert(arp->ar_pro == htons(PROT_IP)); in sb_check_arp_reply()
360 if (ntohs(eth->et_protlen) != PROT_IP) in sb_check_ping_reply()
379 ut_assert(eth->et_protlen == htons(PROT_IP)); in sb_check_ping_reply()
/u-boot/common/
A Dlog_syslog.c60 eth_hdr_size = net_set_ether((uchar *)ptr, net_bcast_ethaddr, PROT_IP); in log_syslog_emit()
/u-boot/lib/efi_selftest/
A Defi_selftest_snp.c112 p.eth_hdr.et_protlen = htons(PROT_IP); in send_dhcp_discover()
384 if (buffer.p.eth_hdr.et_protlen != ntohs(PROT_IP) || in execute()
/u-boot/test/log/
A Dsyslog_test.c38 ut_asserteq(ntohs(eth_hdr->et_protlen), PROT_IP); in sb_log_tx_handler()
/u-boot/include/
A Dnet.h362 #define PROT_IP 0x0800 /* IP protocol */ macro

Completed in 28 milliseconds