Home
last modified time | relevance | path

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

/external/u-boot/net/
Drarp.c40 (ntohs(arp->ar_pro) != PROT_IP) || in rarp_receive()
84 rarp->ar_pro = htons(PROT_IP); in rarp_request()
Dping.c53 eth_hdr_size = net_set_ether(net_tx_packet, net_null_ethaddr, PROT_IP); in ping_send()
95 eth_hdr_size = net_update_ether(et, et->et_src, PROT_IP); in ping_receive()
Darp.c69 arp->ar_pro = htons(PROT_IP); in arp_raw_request()
148 if (ntohs(arp->ar_pro) != PROT_IP) in arp_receive()
Dbootp.c752 eth_hdr_size = net_set_ether(pkt, net_bcast_ethaddr, PROT_IP); in bootp_request()
982 eth_hdr_size = net_set_ether(pkt, net_bcast_ethaddr, PROT_IP); in dhcp_send_request_packet()
Dnet.c824 eth_hdr_size = net_set_ether(pkt, ether, PROT_IP); in net_send_udp_packet()
1163 case PROT_IP: in net_process_received_packet()
/external/u-boot/drivers/net/
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()
Dsandbox.c99 arp_recv->ar_pro = htons(PROT_IP); in sb_eth_send()
112 } else if (ntohs(eth->et_protlen) == PROT_IP) { in sb_eth_send()
Dxilinx_emaclite.c513 case PROT_IP: in emaclite_recv()
Dmvpp2.c2106 mvpp2_prs_match_etype(&pe, 0, PROT_IP); in mvpp2_prs_etype_init()
/external/u-boot/lib/efi_selftest/
Defi_selftest_snp.c111 p.eth_hdr.et_protlen = htons(PROT_IP); in send_dhcp_discover()
344 if (buffer.p.eth_hdr.et_protlen != ntohs(PROT_IP) || in execute()
/external/u-boot/include/
Dnet.h345 #define PROT_IP 0x0800 /* IP protocol */ macro