Searched refs:current_address (Results 1 – 7 of 7) sorted by relevance
109 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()
40 uint64_t current_address = GetContext()->GetIt(); in bar() local
261 const void* current_address() const { in current_address() function
492 stream << eh_frame_iterator.current_address() << " "; in DumpDwarfDirectives()
527 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()
838 Address current_address = base_address + iterator.current_offset(); in Disassemble() local839 os << reinterpret_cast<const void*>(current_address) << " @ " in Disassemble()842 os, reinterpret_cast<byte*>(current_address), in Disassemble()
1230 struct efi_mac_address current_address; member