Home
last modified time | relevance | path

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

/u-boot/drivers/net/
A Dnetconsole.c120 if (!output_packet_len || memcmp(nc_ether, net_null_ethaddr, 6)) { in nc_start()
191 if (!memcmp(nc_ether, net_null_ethaddr, 6)) { in nc_send_packet()
A Dsandbox.c196 memcpy(&arp_recv->ar_tha, net_null_ethaddr, ARP_HLEN); in sandbox_eth_recv_arp_req()
/u-boot/net/
A Dping.c50 eth_hdr_size = net_set_ether(net_tx_packet, net_null_ethaddr, PROT_IP); in ping_send()
A Darp.c99 arp_raw_request(net_ip, net_null_ethaddr, net_arp_wait_reply_ip); in arp_request()
A Dlink_local.c145 arp_raw_request(zero_ip, net_null_ethaddr, ip); in link_local_timeout()
A Dnet.c151 const u8 net_null_ethaddr[6]; variable
855 if (memcmp(ether, net_null_ethaddr, 6) == 0) { in net_send_ip_packet()
/u-boot/include/
A Dnet.h552 extern const u8 net_null_ethaddr[ARP_HLEN];

Completed in 14 milliseconds