Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/net/
H A 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()
H A Dsandbox.c194 memcpy(&arp_recv->ar_tha, net_null_ethaddr, ARP_HLEN); in sandbox_eth_recv_arp_req()
/openbmc/u-boot/net/
H A Dping.c48 eth_hdr_size = net_set_ether(net_tx_packet, net_null_ethaddr, PROT_IP); in ping_send()
H A Darp.c95 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.c153 const u8 net_null_ethaddr[6]; variable
867 if (memcmp(ether, net_null_ethaddr, 6) == 0) { in net_send_ip_packet()
/openbmc/u-boot/include/
H A Dnet.h521 extern const u8 net_null_ethaddr[ARP_HLEN];