Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/net/
H A Drarp.c41 (ntohs(arp->ar_pro) != PROT_IP) || in rarp_receive()
85 rarp->ar_pro = htons(PROT_IP); in rarp_request()
H A 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()
H A Darp.c69 arp->ar_pro = htons(PROT_IP); in arp_raw_request()
148 if (ntohs(arp->ar_pro) != PROT_IP) in arp_receive()
H A Dbootp.c740 eth_hdr_size = net_set_ether(pkt, net_bcast_ethaddr, PROT_IP); in bootp_request()
967 eth_hdr_size = net_set_ether(pkt, net_bcast_ethaddr, PROT_IP); in dhcp_send_request_packet()
H A Dnet.c809 eth_hdr_size = net_set_ether(pkt, ether, PROT_IP); in net_send_udp_packet()
1148 case PROT_IP: in net_process_received_packet()
/OK3568_Linux_fs/u-boot/drivers/net/
H A Dsandbox-raw.c89 arp->ar_pro = htons(PROT_IP); in sb_eth_raw_recv()
115 eth->et_protlen = htons(reply_arp ? PROT_ARP : PROT_IP); in sb_eth_raw_recv()
H A Dsandbox.c100 arp_recv->ar_pro = htons(PROT_IP); in sb_eth_send()
113 } else if (ntohs(eth->et_protlen) == PROT_IP) { in sb_eth_send()
H A Dxilinx_emaclite.c514 case PROT_IP: in emaclite_recv()
H A Dmvpp2.c2106 mvpp2_prs_match_etype(&pe, 0, PROT_IP); in mvpp2_prs_etype_init()
/OK3568_Linux_fs/u-boot/include/
H A Dnet.h348 #define PROT_IP 0x0800 /* IP protocol */ macro