Searched refs:net_null_ethaddr (Results 1 – 9 of 9) sorted by relevance
| /OK3568_Linux_fs/u-boot/drivers/net/ |
| H A D | netconsole.c | 121 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()
|
| /OK3568_Linux_fs/u-boot/net/ |
| H A D | ping.c | 53 eth_hdr_size = net_set_ether(net_tx_packet, net_null_ethaddr, PROT_IP); in ping_send()
|
| H A D | arp.c | 96 arp_raw_request(net_ip, net_null_ethaddr, net_arp_wait_reply_ip); in arp_request()
|
| H A D | link_local.c | 142 arp_raw_request(zero_ip, net_null_ethaddr, ip); in link_local_timeout()
|
| H A D | net.c | 151 const u8 net_null_ethaddr[6]; variable 815 if (memcmp(ether, net_null_ethaddr, 6) == 0) { in net_send_udp_packet()
|
| /OK3568_Linux_fs/u-boot/include/ |
| H A D | net.h | 530 extern const u8 net_null_ethaddr[ARP_HLEN];
|
| /OK3568_Linux_fs/u-boot/ |
| H A D | System.map | |
| H A D | u-boot.sym | |
| H A D | u-boot.map | |