Home
last modified time | relevance | path

Searched refs:net_null_ethaddr (Results 1 – 9 of 9) sorted by relevance

/OK3568_Linux_fs/u-boot/drivers/net/
H A Dnetconsole.c121 if (!output_packet_len || memcmp(nc_ether, net_null_ethaddr, 6)) { in nc_start()
189 if (!memcmp(nc_ether, net_null_ethaddr, 6)) { in nc_send_packet()
/OK3568_Linux_fs/u-boot/net/
H A Dping.c53 eth_hdr_size = net_set_ether(net_tx_packet, net_null_ethaddr, PROT_IP); in ping_send()
H A Darp.c96 arp_raw_request(net_ip, net_null_ethaddr, net_arp_wait_reply_ip); in arp_request()
H A Dlink_local.c142 arp_raw_request(zero_ip, net_null_ethaddr, ip); in link_local_timeout()
H A Dnet.c151 const u8 net_null_ethaddr[6]; variable
815 if (memcmp(ether, net_null_ethaddr, 6) == 0) { in net_send_udp_packet()
/OK3568_Linux_fs/u-boot/include/
H A Dnet.h530 extern const u8 net_null_ethaddr[ARP_HLEN];
/OK3568_Linux_fs/u-boot/
H A DSystem.map
H A Du-boot.sym
H A Du-boot.map