Home
last modified time | relevance | path

Searched refs:current_address (Results 1 – 3 of 3) sorted by relevance

/third_party/uboot/u-boot-2020.01/lib/efi_selftest/
Defi_selftest_snp.c109 boottime->copy_mem(p.eth_hdr.et_src, &net->mode->current_address, in send_dhcp_discover()
141 &net->mode->current_address, ARP_HLEN); in send_dhcp_discover()
377 if (memcmp(&destaddr, &net->mode->current_address, ARP_HLEN) && in execute()
/third_party/uboot/u-boot-2020.01/lib/efi_loader/
Defi_net.c527 src_addr = &this->mode->current_address; in efi_net_transmit()
881 memcpy(netobj->net_mode.current_address.mac_addr, eth_get_ethaddr(), 6); in efi_net_register()
/third_party/uboot/u-boot-2020.01/include/
Defi_api.h1230 struct efi_mac_address current_address; member