Searched refs:myea (Results 1 – 14 of 14) sorted by relevance
| /trueos/sys/dev/snc/ |
| HD | if_snc.c | 184 u_int8_t myea[ETHER_ADDR_LEN]; in snc_attach() local 193 snc_nec16_get_enaddr(sc->sc_iot, sc->sc_ioh, myea); in snc_attach() 194 device_printf(dev, "%s Ethernet\n", snc_nec16_detect_type(myea)); in snc_attach() 212 if (sncsetup(sc, myea)) { in snc_attach() 220 error = sncconfig(sc, NULL, 0, 0, myea); in snc_attach()
|
| HD | dp83932subr.c | 400 snc_nec16_detect_type(u_int8_t *myea) in snc_nec16_detect_type() argument 402 u_int32_t vendor = (myea[0] << 16) | (myea[1] << 8) | myea[2]; in snc_nec16_detect_type() 403 u_int8_t series = myea[3]; in snc_nec16_detect_type() 404 u_int8_t type = myea[4] & 0x80; in snc_nec16_detect_type() 446 u_int8_t *myea) in snc_nec16_get_enaddr() argument 468 myea[i] = eeprom[SNEC_EEPROM_SA0 + i]; in snc_nec16_get_enaddr()
|
| HD | dp83932.c | 146 u_int8_t *myea) in sncconfig() argument 191 ether_ifattach(ifp, myea); in sncconfig()
|
| /trueos/lib/libstand/ |
| HD | rarp.c | 103 bcopy(d->myea, ap->arp_sha, 6); 104 bcopy(d->myea, ap->arp_tha, 6); 211 if (bcmp(ap->arp_tha, d->myea, 6)) {
|
| HD | ether.c | 75 MACPY(d->myea, eh->ether_shost); /* by byte */ 116 if (bcmp(d->myea, eh->ether_dhost, 6) != 0 &&
|
| HD | iodesc.h | 48 u_char myea[6]; /* my ethernet address */ member
|
| HD | arp.c | 117 MACPY(d->myea, ah->arp_sha); 300 bcopy(d->myea, arp->arp_sha, sizeof(arp->arp_sha));
|
| HD | bootp.c | 133 MACPY(d->myea, bp->bp_chaddr);
|
| /trueos/sys/boot/ofw/libofw/ |
| HD | ofw_net.c | 192 if (OF_getprop(netdev, "mac-address", desc->myea, 6) == -1) in ofwn_init() 194 if (OF_getprop(netdev, "local-mac-address", desc->myea, 6) == -1) in ofwn_init() 198 printf("boot: ethernet address: %s\n", ether_sprintf(desc->myea)); in ofwn_init()
|
| /trueos/sys/boot/uboot/lib/ |
| HD | net.c | 323 memcpy(desc->myea, di->di_net.hwaddr, 6); in net_init() 324 if (memcmp (desc->myea, "\0\0\0\0\0\0", 6) == 0) { in net_init() 336 nif->nif_unit, ether_sprintf(desc->myea)); in net_init()
|
| /trueos/sys/boot/powerpc/ps3/ |
| HD | ps3net.c | 258 bcopy(&((uint8_t *)&mac)[2], desc->myea, sizeof(desc->myea)); in ps3net_init()
|
| /trueos/sys/boot/common/ |
| HD | dev_net.c | 167 sprintf(temp, "%6D", d->myea, ":"); in net_open()
|
| /trueos/sys/boot/efi/libefi/ |
| HD | efinet.c | 227 bcopy(net->Mode->CurrentAddress.Addr, desc->myea, 6); in efinet_init()
|
| /trueos/sys/boot/i386/libi386/ |
| HD | pxe.c | 617 desc->myea[i] = bootplayer.CAddr[i]; in pxe_netif_init()
|