Home | History | Annotate | Download | only in efiboot

Lines Matching refs:Addr

104 		printf(" %s", ether_sprintf(mode->MCastFilter[i].Addr));
107 ether_sprintf(mode->CurrentAddress.Addr));
109 ether_sprintf(mode->BroadcastAddress.Addr));
111 ether_sprintf(mode->PermanentAddress.Addr));
126 if (mode->CurrentAddress.Addr[n] != 0x00) {
134 if (mode->CurrentAddress.Addr[n] != 0xff) {
296 bi_netif.addr.tag = eni->bus.tag;
307 memcpy(desc->myea, efinet_hwaddr(net->Mode)->Addr, 6);
466 mac->Addr[x]);
504 memcpy(mac, net->Mode->PermanentAddress.Addr, 6);