Searched refs:myea (Results 1 – 11 of 11) sorted by relevance
/freebsd/stand/libsa/ |
H A D | rarp.c | 91 bcopy(d->myea, ap->arp_sha, 6); in rarp_getipaddress() 92 bcopy(d->myea, ap->arp_tha, 6); in rarp_getipaddress() 197 if (bcmp(ap->arp_tha, d->myea, 6)) { in rarprecv()
|
H A D | ether.c | 65 MACPY(d->myea, eh->ether_shost); /* by byte */ in sendether() 105 if (bcmp(d->myea, eh->ether_dhost, 6) != 0 && in readether()
|
H A D | iodesc.h | 46 u_char myea[6]; /* my ethernet address */ member
|
H A D | arp.c | 104 MACPY(d->myea, ah->arp_sha); in arpwhohas() 291 bcopy(d->myea, arp->arp_sha, sizeof(arp->arp_sha)); in arp_reply()
|
H A D | netif.c | 365 bzero(s->myea, sizeof (s->myea)); in netif_close()
|
H A D | bootp.c | 156 MACPY(d->myea, bp->bp_chaddr); in bootp()
|
/freebsd/stand/uboot/ |
H A D | net.c | 329 memcpy(desc->myea, di->di_net.hwaddr, 6); in net_init() 330 if (memcmp (desc->myea, "\0\0\0\0\0\0", 6) == 0) { in net_init() 342 nif->nif_unit, ether_sprintf(desc->myea)); in net_init()
|
/freebsd/stand/libofw/ |
H A D | ofw_net.c | 206 if (OF_getprop(netdev, "local-mac-address", desc->myea, 6) == -1) in ofwn_init() 209 printf("boot: ethernet address: %s\n", ether_sprintf(desc->myea)); in ofwn_init()
|
/freebsd/stand/i386/libi386/ |
H A D | pxe.c | 412 len = min(sizeof (desc->myea), undi_info_p->HwAddrLen); in pxe_netif_init() 414 desc->myea[i] = mac[i]; in pxe_netif_init()
|
/freebsd/stand/common/ |
H A D | dev_net.c | 173 setenv("boot.netif.hwaddr", ether_sprintf(d->myea), 1); in net_open()
|
/freebsd/stand/efi/libefi/ |
H A D | efinet.c | 324 bcopy(net->Mode->CurrentAddress.Addr, desc->myea, 6); in efinet_init()
|