Searched refs:net_null_ethaddr (Results 1 – 6 of 6) sorted by relevance
/external/u-boot/drivers/net/ |
D | netconsole.c | 118 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/ |
D | ping.c | 53 eth_hdr_size = net_set_ether(net_tx_packet, net_null_ethaddr, PROT_IP); in ping_send()
|
D | arp.c | 96 arp_raw_request(net_ip, net_null_ethaddr, net_arp_wait_reply_ip); in arp_request()
|
D | link_local.c | 142 arp_raw_request(zero_ip, net_null_ethaddr, ip); in link_local_timeout()
|
D | net.c | 156 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/ |
D | net.h | 528 extern const u8 net_null_ethaddr[ARP_HLEN];
|