Home
last modified time | relevance | path

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

/external/u-boot/drivers/net/
Dnetconsole.c118 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()
/external/u-boot/net/
Dping.c53 eth_hdr_size = net_set_ether(net_tx_packet, net_null_ethaddr, PROT_IP); in ping_send()
Darp.c96 arp_raw_request(net_ip, net_null_ethaddr, net_arp_wait_reply_ip); in arp_request()
Dlink_local.c142 arp_raw_request(zero_ip, net_null_ethaddr, ip); in link_local_timeout()
Dnet.c156 const u8 net_null_ethaddr[6]; variable
830 if (memcmp(ether, net_null_ethaddr, 6) == 0) { in net_send_udp_packet()
/external/u-boot/include/
Dnet.h528 extern const u8 net_null_ethaddr[ARP_HLEN];