Searched refs:PROT_IP (Results 1 – 10 of 10) sorted by relevance
| /OK3568_Linux_fs/u-boot/net/ |
| H A D | rarp.c | 41 (ntohs(arp->ar_pro) != PROT_IP) || in rarp_receive() 85 rarp->ar_pro = htons(PROT_IP); in rarp_request()
|
| H A D | ping.c | 53 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 D | arp.c | 69 arp->ar_pro = htons(PROT_IP); in arp_raw_request() 148 if (ntohs(arp->ar_pro) != PROT_IP) in arp_receive()
|
| H A D | bootp.c | 740 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 D | net.c | 809 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 D | sandbox-raw.c | 89 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 D | sandbox.c | 100 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 D | xilinx_emaclite.c | 514 case PROT_IP: in emaclite_recv()
|
| H A D | mvpp2.c | 2106 mvpp2_prs_match_etype(&pe, 0, PROT_IP); in mvpp2_prs_etype_init()
|
| /OK3568_Linux_fs/u-boot/include/ |
| H A D | net.h | 348 #define PROT_IP 0x0800 /* IP protocol */ macro
|