Searched refs:net_null_ethaddr (Results 1 – 7 of 7) sorted by relevance
/u-boot/drivers/net/ |
A D | netconsole.c | 120 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 D | sandbox.c | 196 memcpy(&arp_recv->ar_tha, net_null_ethaddr, ARP_HLEN); in sandbox_eth_recv_arp_req()
|
/u-boot/net/ |
A D | ping.c | 50 eth_hdr_size = net_set_ether(net_tx_packet, net_null_ethaddr, PROT_IP); in ping_send()
|
A D | arp.c | 99 arp_raw_request(net_ip, net_null_ethaddr, net_arp_wait_reply_ip); in arp_request()
|
A D | link_local.c | 145 arp_raw_request(zero_ip, net_null_ethaddr, ip); in link_local_timeout()
|
A D | net.c | 151 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 D | net.h | 552 extern const u8 net_null_ethaddr[ARP_HLEN];
|
Completed in 14 milliseconds