Searched refs:PROT_IP (Results 1 – 14 of 14) sorted by relevance
/u-boot/net/ |
A D | rarp.c | 41 (ntohs(arp->ar_pro) != PROT_IP) || in rarp_receive() 85 rarp->ar_pro = htons(PROT_IP); in rarp_request()
|
A D | ping.c | 50 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 D | arp.c | 72 arp->ar_pro = htons(PROT_IP); in arp_raw_request() 152 if (ntohs(arp->ar_pro) != PROT_IP) in arp_receive()
|
A D | bootp.c | 765 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 D | net.c | 842 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 D | sandbox-raw.c | 88 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 D | sandbox.c | 91 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 D | xilinx_emaclite.c | 516 case PROT_IP: in emaclite_recv()
|
A D | mvpp2.c | 2086 mvpp2_prs_match_etype(&pe, 0, PROT_IP); in mvpp2_prs_etype_init()
|
/u-boot/test/dm/ |
A D | eth.c | 291 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 D | log_syslog.c | 60 eth_hdr_size = net_set_ether((uchar *)ptr, net_bcast_ethaddr, PROT_IP); in log_syslog_emit()
|
/u-boot/lib/efi_selftest/ |
A D | efi_selftest_snp.c | 112 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 D | syslog_test.c | 38 ut_asserteq(ntohs(eth_hdr->et_protlen), PROT_IP); in sb_log_tx_handler()
|
/u-boot/include/ |
A D | net.h | 362 #define PROT_IP 0x0800 /* IP protocol */ macro
|
Completed in 28 milliseconds