sc_arpcom 154 dev/cardbus/if_dc_cardbus.c &sc->sc_arpcom.ac_enaddr, sc_arpcom 155 dev/cardbus/if_dc_cardbus.c sizeof sc->sc_arpcom.ac_enaddr); sc_arpcom 216 dev/cardbus/if_dc_cardbus.c struct ifnet *ifp = &sc->sc_arpcom.ac_if; sc_arpcom 234 dev/cardbus/if_fxp_cardbus.c struct ifnet *ifp = &sc->sc_arpcom.ac_if; sc_arpcom 245 dev/cardbus/if_re_cardbus.c struct ifnet *ifp = &sc->sc_arpcom.ac_if; sc_arpcom 280 dev/cardbus/if_re_cardbus.c struct ifnet *ifp = &sc->sc_arpcom.ac_if; sc_arpcom 289 dev/cardbus/if_re_cardbus.c struct ifnet *ifp = &sc->sc_arpcom.ac_if; sc_arpcom 221 dev/cardbus/if_rl_cardbus.c struct ifnet *ifp = &sc->sc_arpcom.ac_if; sc_arpcom 309 dev/cardbus/if_xl_cardbus.c struct ifnet *ifp = &sc->sc_arpcom.ac_if; sc_arpcom 87 dev/dec/if_le_dec.c for (i = 0; i < sizeof(sc->sc_arpcom.ac_enaddr); i++) { sc_arpcom 88 dev/dec/if_le_dec.c sc->sc_arpcom.ac_enaddr[i] = *eap; sc_arpcom 224 dev/eisa/if_fea.c sc->sc_arpcom.ac_enaddr, 6); sc_arpcom 170 dev/ic/aic6915.c struct ifnet *ifp = &sc->sc_arpcom.ac_if; sc_arpcom 300 dev/ic/aic6915.c bcopy(enaddr, sc->sc_arpcom.ac_enaddr, ETHER_ADDR_LEN); sc_arpcom 302 dev/ic/aic6915.c ifp = &sc->sc_arpcom.ac_if; sc_arpcom 364 dev/ic/aic6915.c sf_stop(&sc->sc_arpcom.ac_if, 1); sc_arpcom 553 dev/ic/aic6915.c if ((error = ether_ioctl(ifp, &sc->sc_arpcom, cmd, data)) > 0) { sc_arpcom 565 dev/ic/aic6915.c arp_ifinit(&sc->sc_arpcom, ifa); sc_arpcom 597 dev/ic/aic6915.c ether_addmulti(ifr, &sc->sc_arpcom) : sc_arpcom 598 dev/ic/aic6915.c ether_delmulti(ifr, &sc->sc_arpcom); sc_arpcom 688 dev/ic/aic6915.c sf_init(&sc->sc_arpcom.ac_if); sc_arpcom 691 dev/ic/aic6915.c sf_start(&sc->sc_arpcom.ac_if); sc_arpcom 705 dev/ic/aic6915.c struct ifnet *ifp = &sc->sc_arpcom.ac_if; sc_arpcom 773 dev/ic/aic6915.c struct ifnet *ifp = &sc->sc_arpcom.ac_if; sc_arpcom 928 dev/ic/aic6915.c struct ifnet *ifp = &sc->sc_arpcom.ac_if; sc_arpcom 1353 dev/ic/aic6915.c struct arpcom *ac = &sc->sc_arpcom; sc_arpcom 1354 dev/ic/aic6915.c struct ifnet *ifp = &sc->sc_arpcom.ac_if; sc_arpcom 772 dev/ic/aic6915.h struct arpcom sc_arpcom; /* ethernet common data */ sc_arpcom 83 dev/ic/am7990.c #define ifp (&sc->sc_arpcom.ac_if) sc_arpcom 187 dev/ic/am7990.c printf(": address %s\n", ether_sprintf(sc->sc_arpcom.ac_enaddr)); sc_arpcom 243 dev/ic/am7990.c (sc->sc_arpcom.ac_enaddr[1] << 8) | sc->sc_arpcom.ac_enaddr[0]; sc_arpcom 245 dev/ic/am7990.c (sc->sc_arpcom.ac_enaddr[3] << 8) | sc->sc_arpcom.ac_enaddr[2]; sc_arpcom 247 dev/ic/am7990.c (sc->sc_arpcom.ac_enaddr[5] << 8) | sc->sc_arpcom.ac_enaddr[4]; sc_arpcom 248 dev/ic/am7990.c am7990_setladrf(&sc->sc_arpcom, init.init_ladrf); sc_arpcom 489 dev/ic/am7990.c if (ETHER_CMP(eh->ether_dhost, sc->sc_arpcom.ac_enaddr) && sc_arpcom 846 dev/ic/am7990.c if ((error = ether_ioctl(ifp, &sc->sc_arpcom, cmd, data)) > 0) { sc_arpcom 860 dev/ic/am7990.c arp_ifinit(&sc->sc_arpcom, ifa); sc_arpcom 904 dev/ic/am7990.c ether_addmulti(ifr, &sc->sc_arpcom) : sc_arpcom 905 dev/ic/am7990.c ether_delmulti(ifr, &sc->sc_arpcom); sc_arpcom 56 dev/ic/am7990var.h struct arpcom sc_arpcom; /* Ethernet common part */ sc_arpcom 475 dev/ic/awi.c if ((error = ether_ioctl(ifp, &sc->sc_arpcom, cmd, data)) > 0) { sc_arpcom 516 dev/ic/awi.c ether_addmulti(ifr, &sc->sc_arpcom) : sc_arpcom 517 dev/ic/awi.c ether_delmulti(ifr, &sc->sc_arpcom); sc_arpcom 821 dev/ic/awi.c ETHER_FIRST_MULTI(step, &sc->sc_arpcom, enm); sc_arpcom 108 dev/ic/awivar.h struct arpcom sc_arpcom; sc_arpcom 98 dev/ic/ax88190.c struct ifnet *ifp = &sc->sc_arpcom.ac_if; sc_arpcom 928 dev/ic/dc.c struct arpcom *ac = &sc->sc_arpcom; sc_arpcom 934 dev/ic/dc.c ifp = &sc->sc_arpcom.ac_if; sc_arpcom 983 dev/ic/dc.c sp[39] = DC_SP_FIELD(sc->sc_arpcom.ac_enaddr, 0); sc_arpcom 984 dev/ic/dc.c sp[40] = DC_SP_FIELD(sc->sc_arpcom.ac_enaddr, 1); sc_arpcom 985 dev/ic/dc.c sp[41] = DC_SP_FIELD(sc->sc_arpcom.ac_enaddr, 2); sc_arpcom 1017 dev/ic/dc.c struct arpcom *ac = &sc->sc_arpcom; sc_arpcom 1023 dev/ic/dc.c ifp = &sc->sc_arpcom.ac_if; sc_arpcom 1081 dev/ic/dc.c struct arpcom *ac = &sc->sc_arpcom; sc_arpcom 1087 dev/ic/dc.c ifp = &sc->sc_arpcom.ac_if; sc_arpcom 1092 dev/ic/dc.c *(u_int32_t *)(&sc->sc_arpcom.ac_enaddr[0])); sc_arpcom 1095 dev/ic/dc.c *(u_int32_t *)(&sc->sc_arpcom.ac_enaddr[4])); sc_arpcom 1152 dev/ic/dc.c struct arpcom *ac = &sc->sc_arpcom; sc_arpcom 1159 dev/ic/dc.c ifp = &sc->sc_arpcom.ac_if; sc_arpcom 1202 dev/ic/dc.c sp[0] = DC_SP_FIELD(sc->sc_arpcom.ac_enaddr, 0); sc_arpcom 1203 dev/ic/dc.c sp[1] = DC_SP_FIELD(sc->sc_arpcom.ac_enaddr, 1); sc_arpcom 1204 dev/ic/dc.c sp[2] = DC_SP_FIELD(sc->sc_arpcom.ac_enaddr, 2); sc_arpcom 1671 dev/ic/dc.c dc_read_eeprom(sc, (caddr_t)&sc->sc_arpcom.ac_enaddr, sc_arpcom 1675 dev/ic/dc.c dc_read_eeprom(sc, (caddr_t)&sc->sc_arpcom.ac_enaddr, 0, 3, 1); sc_arpcom 1681 dev/ic/dc.c dc_read_eeprom(sc, (caddr_t)&sc->sc_arpcom.ac_enaddr, sc_arpcom 1687 dev/ic/dc.c sc->sc_arpcom.ac_enaddr[0] = (reg & 0xff); sc_arpcom 1688 dev/ic/dc.c sc->sc_arpcom.ac_enaddr[1] = (reg >> 8) & 0xff; sc_arpcom 1689 dev/ic/dc.c sc->sc_arpcom.ac_enaddr[2] = (reg >> 16) & 0xff; sc_arpcom 1690 dev/ic/dc.c sc->sc_arpcom.ac_enaddr[3] = (reg >> 24) & 0xff; sc_arpcom 1692 dev/ic/dc.c sc->sc_arpcom.ac_enaddr[4] = (reg & 0xff); sc_arpcom 1693 dev/ic/dc.c sc->sc_arpcom.ac_enaddr[5] = (reg >> 8) & 0xff; sc_arpcom 1697 dev/ic/dc.c &sc->sc_arpcom.ac_enaddr, ETHER_ADDR_LEN); sc_arpcom 1702 dev/ic/dc.c dc_read_eeprom(sc, (caddr_t)&sc->sc_arpcom.ac_enaddr, sc_arpcom 1765 dev/ic/dc.c printf(" address %s\n", ether_sprintf(sc->sc_arpcom.ac_enaddr)); sc_arpcom 1767 dev/ic/dc.c ifp = &sc->sc_arpcom.ac_if; sc_arpcom 2172 dev/ic/dc.c ifp = &sc->sc_arpcom.ac_if; sc_arpcom 2276 dev/ic/dc.c ifp = &sc->sc_arpcom.ac_if; sc_arpcom 2397 dev/ic/dc.c ifp = &sc->sc_arpcom.ac_if; sc_arpcom 2520 dev/ic/dc.c ifp = &sc->sc_arpcom.ac_if; sc_arpcom 2661 dev/ic/dc.c TBR_IS_ENABLED(&sc->sc_arpcom.ac_if.if_snd)) sc_arpcom 2796 dev/ic/dc.c struct ifnet *ifp = &sc->sc_arpcom.ac_if; sc_arpcom 3045 dev/ic/dc.c if ((error = ether_ioctl(ifp, &sc->sc_arpcom, command, data)) > 0) { sc_arpcom 3057 dev/ic/dc.c arp_ifinit(&sc->sc_arpcom, ifa); sc_arpcom 3088 dev/ic/dc.c ether_addmulti(ifr, &sc->sc_arpcom) : sc_arpcom 3089 dev/ic/dc.c ether_delmulti(ifr, &sc->sc_arpcom); sc_arpcom 3150 dev/ic/dc.c ifp = &sc->sc_arpcom.ac_if; sc_arpcom 3237 dev/ic/dc.c ifp = &sc->sc_arpcom.ac_if; sc_arpcom 717 dev/ic/dcreg.h struct arpcom sc_arpcom; /* interface info */ sc_arpcom 134 dev/ic/dl10019.c struct ifnet *ifp = &sc->sc_arpcom.ac_if; sc_arpcom 89 dev/ic/dp8390.c struct ifnet *ifp = &sc->sc_arpcom.ac_if; sc_arpcom 133 dev/ic/dp8390.c printf(", address %s\n", ether_sprintf(sc->sc_arpcom.ac_enaddr)); sc_arpcom 233 dev/ic/dp8390.c ++sc->sc_arpcom.ac_if.if_oerrors; sc_arpcom 246 dev/ic/dp8390.c struct ifnet *ifp = &sc->sc_arpcom.ac_if; sc_arpcom 323 dev/ic/dp8390.c sc->sc_arpcom.ac_enaddr[i]); sc_arpcom 326 dev/ic/dp8390.c dp8390_getmcaf(&sc->sc_arpcom, mcaf); sc_arpcom 382 dev/ic/dp8390.c struct ifnet *ifp = &sc->sc_arpcom.ac_if; sc_arpcom 587 dev/ic/dp8390.c ++sc->sc_arpcom.ac_if.if_ierrors; sc_arpcom 615 dev/ic/dp8390.c struct ifnet *ifp = &sc->sc_arpcom.ac_if; sc_arpcom 834 dev/ic/dp8390.c arp_ifinit(&sc->sc_arpcom, ifa); sc_arpcom 889 dev/ic/dp8390.c ether_addmulti(ifr, &sc->sc_arpcom) : sc_arpcom 890 dev/ic/dp8390.c ether_delmulti(ifr, &sc->sc_arpcom); sc_arpcom 926 dev/ic/dp8390.c struct ifnet *ifp = &sc->sc_arpcom.ac_if; sc_arpcom 1023 dev/ic/dp8390.c struct ifnet *ifp = &sc->sc_arpcom.ac_if; sc_arpcom 1214 dev/ic/dp8390.c struct ifnet *ifp = &sc->sc_arpcom.ac_if; sc_arpcom 33 dev/ic/dp8390var.h struct arpcom sc_arpcom; /* ethernet common */ sc_arpcom 271 dev/ic/elink3.c struct ifnet *ifp = &sc->sc_arpcom.ac_if; sc_arpcom 292 dev/ic/elink3.c sc->sc_arpcom.ac_enaddr[(i << 1)] = x >> 8; sc_arpcom 293 dev/ic/elink3.c sc->sc_arpcom.ac_enaddr[(i << 1) + 1] = x; sc_arpcom 296 dev/ic/elink3.c bcopy(enaddr, sc->sc_arpcom.ac_enaddr, ETHER_ADDR_LEN); sc_arpcom 299 dev/ic/elink3.c printf(" address %s", ether_sprintf(sc->sc_arpcom.ac_enaddr)); sc_arpcom 447 dev/ic/elink3.c struct ifnet *ifp = &sc->sc_arpcom.ac_if; sc_arpcom 593 dev/ic/elink3.c register struct ifnet *ifp = &sc->sc_arpcom.ac_if; sc_arpcom 617 dev/ic/elink3.c sc->sc_arpcom.ac_enaddr[i]); sc_arpcom 699 dev/ic/elink3.c register struct ifnet *ifp = &sc->sc_arpcom.ac_if; sc_arpcom 1130 dev/ic/elink3.c if (sc->sc_arpcom.ac_if.if_flags & IFF_DEBUG) sc_arpcom 1139 dev/ic/elink3.c if (sc->sc_arpcom.ac_if.if_flags & IFF_DEBUG) sc_arpcom 1147 dev/ic/elink3.c if (sc->sc_arpcom.ac_if.if_flags & IFF_DEBUG) sc_arpcom 1155 dev/ic/elink3.c if (sc->sc_arpcom.ac_if.if_flags & IFF_DEBUG) sc_arpcom 1184 dev/ic/elink3.c ++sc->sc_arpcom.ac_if.if_oerrors; sc_arpcom 1186 dev/ic/elink3.c if (sc->sc_arpcom.ac_if.if_flags & IFF_DEBUG) sc_arpcom 1192 dev/ic/elink3.c ++sc->sc_arpcom.ac_if.if_oerrors; sc_arpcom 1194 dev/ic/elink3.c if (sc->sc_arpcom.ac_if.if_flags & IFF_DEBUG) sc_arpcom 1205 dev/ic/elink3.c ++sc->sc_arpcom.ac_if.if_collisions; sc_arpcom 1207 dev/ic/elink3.c sc->sc_arpcom.ac_if.if_flags &= ~IFF_OACTIVE; sc_arpcom 1220 dev/ic/elink3.c struct ifnet *ifp = &sc->sc_arpcom.ac_if; sc_arpcom 1269 dev/ic/elink3.c struct ifnet *ifp = &sc->sc_arpcom.ac_if; sc_arpcom 1376 dev/ic/elink3.c struct ifnet *ifp = &sc->sc_arpcom.ac_if; sc_arpcom 1485 dev/ic/elink3.c if ((error = ether_ioctl(ifp, &sc->sc_arpcom, cmd, data)) > 0) { sc_arpcom 1499 dev/ic/elink3.c arp_ifinit(&sc->sc_arpcom, ifa); sc_arpcom 1549 dev/ic/elink3.c ether_addmulti(ifr, &sc->sc_arpcom) : sc_arpcom 1550 dev/ic/elink3.c ether_delmulti(ifr, &sc->sc_arpcom); sc_arpcom 1590 dev/ic/elink3.c ++sc->sc_arpcom.ac_if.if_oerrors; sc_arpcom 42 dev/ic/elink3var.h struct arpcom sc_arpcom; /* Ethernet common part */ sc_arpcom 322 dev/ic/fxp.c ifp = &sc->sc_arpcom.ac_if; sc_arpcom 435 dev/ic/fxp.c ifp = &sc->sc_arpcom.ac_if; sc_arpcom 436 dev/ic/fxp.c bcopy(enaddr, sc->sc_arpcom.ac_enaddr, ETHER_ADDR_LEN); sc_arpcom 449 dev/ic/fxp.c ether_sprintf(sc->sc_arpcom.ac_enaddr)); sc_arpcom 807 dev/ic/fxp.c struct ifnet *ifp = &sc->sc_arpcom.ac_if; sc_arpcom 971 dev/ic/fxp.c struct ifnet *ifp = &sc->sc_arpcom.ac_if; sc_arpcom 1058 dev/ic/fxp.c struct ifnet *ifp = &sc->sc_arpcom.ac_if; sc_arpcom 1153 dev/ic/fxp.c struct ifnet *ifp = &sc->sc_arpcom.ac_if; sc_arpcom 1318 dev/ic/fxp.c bcopy(sc->sc_arpcom.ac_enaddr, (void *)cb_ias->macaddr, sc_arpcom 1319 dev/ic/fxp.c sizeof(sc->sc_arpcom.ac_enaddr)); sc_arpcom 1616 dev/ic/fxp.c if ((error = ether_ioctl(ifp, &sc->sc_arpcom, command, data)) > 0) { sc_arpcom 1628 dev/ic/fxp.c arp_ifinit(&sc->sc_arpcom, ifa); sc_arpcom 1655 dev/ic/fxp.c ether_addmulti(ifr, &sc->sc_arpcom) : sc_arpcom 1656 dev/ic/fxp.c ether_delmulti(ifr, &sc->sc_arpcom); sc_arpcom 1698 dev/ic/fxp.c struct ifnet *ifp = &sc->sc_arpcom.ac_if; sc_arpcom 1712 dev/ic/fxp.c ETHER_FIRST_MULTI(step, &sc->sc_arpcom, enm); sc_arpcom 113 dev/ic/fxpvar.h struct arpcom sc_arpcom; /* per-interface network data */ sc_arpcom 122 dev/ic/gem.c #define DPRINTF(sc, x) if ((sc)->sc_arpcom.ac_if.if_flags & IFF_DEBUG) \ sc_arpcom 134 dev/ic/gem.c struct ifnet *ifp = &sc->sc_arpcom.ac_if; sc_arpcom 214 dev/ic/gem.c printf(", address %s\n", ether_sprintf(sc->sc_arpcom.ac_enaddr)); sc_arpcom 387 dev/ic/gem.c struct ifnet *ifp = &sc->sc_arpcom.ac_if; sc_arpcom 844 dev/ic/gem.c ((sc->sc_arpcom.ac_enaddr[5]<<8)|sc->sc_arpcom.ac_enaddr[4])&0x3ff); sc_arpcom 886 dev/ic/gem.c (sc->sc_arpcom.ac_enaddr[4]<<8) | sc->sc_arpcom.ac_enaddr[5]); sc_arpcom 888 dev/ic/gem.c (sc->sc_arpcom.ac_enaddr[2]<<8) | sc->sc_arpcom.ac_enaddr[3]); sc_arpcom 890 dev/ic/gem.c (sc->sc_arpcom.ac_enaddr[0]<<8) | sc->sc_arpcom.ac_enaddr[1]); sc_arpcom 912 dev/ic/gem.c struct ifnet *ifp = &sc->sc_arpcom.ac_if; sc_arpcom 1086 dev/ic/gem.c struct ifnet *ifp = &sc->sc_arpcom.ac_if; sc_arpcom 1427 dev/ic/gem.c if ((error = ether_ioctl(ifp, &sc->sc_arpcom, cmd, data)) > 0) { sc_arpcom 1440 dev/ic/gem.c arp_ifinit(&sc->sc_arpcom, ifa); sc_arpcom 1476 dev/ic/gem.c ether_addmulti(ifr, &sc->sc_arpcom) : sc_arpcom 1477 dev/ic/gem.c ether_delmulti(ifr, &sc->sc_arpcom); sc_arpcom 1509 dev/ic/gem.c struct ifnet *ifp = &sc->sc_arpcom.ac_if; sc_arpcom 1520 dev/ic/gem.c struct ifnet *ifp = &sc->sc_arpcom.ac_if; sc_arpcom 1523 dev/ic/gem.c struct arpcom *ac = &sc->sc_arpcom; sc_arpcom 1661 dev/ic/gem.c struct ifnet *ifp = &sc->sc_arpcom.ac_if; sc_arpcom 123 dev/ic/gemvar.h struct arpcom sc_arpcom; /* ethernet common data */ sc_arpcom 124 dev/ic/hme.c struct ifnet *ifp = &sc->sc_arpcom.ac_if; sc_arpcom 229 dev/ic/hme.c printf(", address %s\n", ether_sprintf(sc->sc_arpcom.ac_enaddr)); sc_arpcom 326 dev/ic/hme.c struct ifnet *ifp = &sc->sc_arpcom.ac_if; sc_arpcom 478 dev/ic/hme.c struct ifnet *ifp = &sc->sc_arpcom.ac_if; sc_arpcom 520 dev/ic/hme.c ea = sc->sc_arpcom.ac_enaddr; sc_arpcom 685 dev/ic/hme.c struct ifnet *ifp = &sc->sc_arpcom.ac_if; sc_arpcom 839 dev/ic/hme.c struct ifnet *ifp = &sc->sc_arpcom.ac_if; sc_arpcom 907 dev/ic/hme.c struct ifnet *ifp = &sc->sc_arpcom.ac_if; sc_arpcom 1146 dev/ic/hme.c sc->sc_arpcom.ac_if.if_flags |= IFF_SIMPLEX; sc_arpcom 1149 dev/ic/hme.c sc->sc_arpcom.ac_if.if_flags &= ~IFF_SIMPLEX; sc_arpcom 1151 dev/ic/hme.c sc->sc_if_flags = sc->sc_arpcom.ac_if.if_flags; sc_arpcom 1222 dev/ic/hme.c if ((error = ether_ioctl(ifp, &sc->sc_arpcom, cmd, data)) > 0) { sc_arpcom 1239 dev/ic/hme.c arp_ifinit(&sc->sc_arpcom, ifa); sc_arpcom 1288 dev/ic/hme.c ether_addmulti(ifr, &sc->sc_arpcom) : sc_arpcom 1289 dev/ic/hme.c ether_delmulti(ifr, &sc->sc_arpcom); sc_arpcom 1331 dev/ic/hme.c struct ifnet *ifp = &sc->sc_arpcom.ac_if; sc_arpcom 1334 dev/ic/hme.c struct arpcom *ac = &sc->sc_arpcom; sc_arpcom 1505 dev/ic/hme.c m->m_pkthdr.rcvif = &sc->sc_arpcom.ac_if; sc_arpcom 66 dev/ic/hmevar.h struct arpcom sc_arpcom; /* Ethernet common part */ sc_arpcom 292 dev/ic/i82596.c struct ifnet *ifp = &sc->sc_arpcom.ac_if; sc_arpcom 484 dev/ic/i82596.c sc->sc_arpcom.ac_if.if_ierrors += sc_arpcom 670 dev/ic/i82596.c sc->sc_arpcom.ac_if.if_ierrors++; sc_arpcom 720 dev/ic/i82596.c sc->sc_arpcom.ac_if.if_ierrors++; sc_arpcom 726 dev/ic/i82596.c sc->sc_arpcom.ac_if.if_ierrors++; sc_arpcom 743 dev/ic/i82596.c register struct ifnet *ifp = &sc->sc_arpcom.ac_if; sc_arpcom 796 dev/ic/i82596.c sc->sc_arpcom.ac_if.if_collisions += 16; sc_arpcom 997 dev/ic/i82596.c m0->m_pkthdr.rcvif = &sc->sc_arpcom.ac_if; sc_arpcom 1099 dev/ic/i82596.c struct ifnet *ifp = &sc->sc_arpcom.ac_if; sc_arpcom 1113 dev/ic/i82596.c sc->sc_arpcom.ac_if.if_ierrors++; sc_arpcom 1220 dev/ic/i82596.c sc->sc_arpcom.ac_if.if_timer = 5; sc_arpcom 1379 dev/ic/i82596.c sc->sc_arpcom.ac_if.if_timer = 0; sc_arpcom 1380 dev/ic/i82596.c sc->sc_arpcom.ac_if.if_flags &= ~IFF_OACTIVE; sc_arpcom 1402 dev/ic/i82596.c if ((sc->sc_arpcom.ac_if.if_flags & IFF_UP) != 0) { sc_arpcom 1689 dev/ic/i82596.c (sc->memcopyout)(sc, sc->sc_arpcom.ac_enaddr, sc_arpcom 1764 dev/ic/i82596.c struct ifnet *ifp = &sc->sc_arpcom.ac_if; sc_arpcom 1881 dev/ic/i82596.c if ((error = ether_ioctl(ifp, &sc->sc_arpcom, cmd, data)) > 0) { sc_arpcom 1895 dev/ic/i82596.c arp_ifinit(&sc->sc_arpcom, ifa); sc_arpcom 1940 dev/ic/i82596.c ether_addmulti(ifr, &sc->sc_arpcom): sc_arpcom 1941 dev/ic/i82596.c ether_delmulti(ifr, &sc->sc_arpcom); sc_arpcom 1980 dev/ic/i82596.c ETHER_FIRST_MULTI(step, &sc->sc_arpcom, enm); sc_arpcom 1985 dev/ic/i82596.c sc->sc_arpcom.ac_if.if_flags |= IFF_ALLMULTI; sc_arpcom 1986 dev/ic/i82596.c i82596_ioctl(&sc->sc_arpcom.ac_if, sc_arpcom 2005 dev/ic/i82596.c ETHER_FIRST_MULTI(step, &sc->sc_arpcom, enm); sc_arpcom 203 dev/ic/i82596var.h struct arpcom sc_arpcom; /* system ethercom structure */ sc_arpcom 321 dev/ic/lemac.c !LEMAC_ADDREQUAL(eh.ether_dhost, sc->sc_arpcom.ac_enaddr)) { sc_arpcom 598 dev/ic/lemac.c LEMAC_OUTB(sc, LEMAC_REG_PA0, sc->sc_arpcom.ac_enaddr[0]); sc_arpcom 599 dev/ic/lemac.c LEMAC_OUTB(sc, LEMAC_REG_PA1, sc->sc_arpcom.ac_enaddr[1]); sc_arpcom 600 dev/ic/lemac.c LEMAC_OUTB(sc, LEMAC_REG_PA2, sc->sc_arpcom.ac_enaddr[2]); sc_arpcom 601 dev/ic/lemac.c LEMAC_OUTB(sc, LEMAC_REG_PA3, sc->sc_arpcom.ac_enaddr[3]); sc_arpcom 602 dev/ic/lemac.c LEMAC_OUTB(sc, LEMAC_REG_PA4, sc->sc_arpcom.ac_enaddr[4]); sc_arpcom 603 dev/ic/lemac.c LEMAC_OUTB(sc, LEMAC_REG_PA5, sc->sc_arpcom.ac_enaddr[5]); sc_arpcom 802 dev/ic/lemac.c if ((error = ether_ioctl(ifp, &sc->sc_arpcom, cmd, data)) > 0) { sc_arpcom 814 dev/ic/lemac.c arp_ifinit(&sc->sc_arpcom, ifa); sc_arpcom 833 dev/ic/lemac.c ether_addmulti(ifr, &sc->sc_arpcom) : sc_arpcom 834 dev/ic/lemac.c ether_delmulti(ifr, &sc->sc_arpcom); sc_arpcom 1045 dev/ic/lemac.c lemac_read_macaddr(sc->sc_arpcom.ac_enaddr, sc->sc_iot, sc->sc_ioh, sc_arpcom 1051 dev/ic/lemac.c ether_sprintf(sc->sc_arpcom.ac_enaddr), sc->sc_lastpage * 2 + 2, sc_arpcom 38 dev/ic/lemacvar.h struct arpcom sc_arpcom; /* Ethernet common part */ sc_arpcom 77 dev/ic/lemacvar.h #define sc_if sc_arpcom.ac_if sc_arpcom 93 dev/ic/mtd8xx.c struct ifnet *ifp = &sc->sc_arpcom.ac_if; sc_arpcom 158 dev/ic/mtd8xx.c bcopy(enaddr, sc->sc_arpcom.ac_enaddr, ETHER_ADDR_LEN); sc_arpcom 159 dev/ic/mtd8xx.c printf(" address %s\n", ether_sprintf(sc->sc_arpcom.ac_enaddr)); sc_arpcom 320 dev/ic/mtd8xx.c struct ifnet *ifp = &sc->sc_arpcom.ac_if; sc_arpcom 341 dev/ic/mtd8xx.c ETHER_FIRST_MULTI(step, &sc->sc_arpcom, enm); sc_arpcom 586 dev/ic/mtd8xx.c if ((error = ether_ioctl(ifp, &sc->sc_arpcom, command, data)) > 0) { sc_arpcom 598 dev/ic/mtd8xx.c arp_ifinit(&sc->sc_arpcom, ifa); sc_arpcom 622 dev/ic/mtd8xx.c ether_addmulti(ifr, &sc->sc_arpcom) : sc_arpcom 623 dev/ic/mtd8xx.c ether_delmulti(ifr, &sc->sc_arpcom); sc_arpcom 843 dev/ic/mtd8xx.c struct ifnet *ifp = &sc->sc_arpcom.ac_if; sc_arpcom 910 dev/ic/mtd8xx.c ifp = &sc->sc_arpcom.ac_if; sc_arpcom 1028 dev/ic/mtd8xx.c struct ifnet *ifp = &sc->sc_arpcom.ac_if; sc_arpcom 130 dev/ic/mtd8xxvar.h struct arpcom sc_arpcom; sc_arpcom 259 dev/ic/ne2000.c AX88190_NODEID_OFFSET, dsc->sc_arpcom.ac_enaddr, sc_arpcom 265 dev/ic/ne2000.c dsc->sc_arpcom.ac_enaddr[i] = sc_arpcom 269 dev/ic/ne2000.c bcopy(myea, dsc->sc_arpcom.ac_enaddr, ETHER_ADDR_LEN); sc_arpcom 129 dev/ic/pdq_ifsubr.c pdq_softc_t *sc = (pdq_softc_t *) ((caddr_t) ifp - offsetof(pdq_softc_t, sc_arpcom.ac_if)); sc_arpcom 223 dev/ic/pdq_ifsubr.c ETHER_FIRST_MULTI(step, &sc->sc_arpcom, enm); sc_arpcom 240 dev/ic/pdq_ifsubr.c pdq_softc_t *sc = (pdq_softc_t *) ((caddr_t) ifp - offsetof(pdq_softc_t, sc_arpcom.ac_if)); sc_arpcom 254 dev/ic/pdq_ifsubr.c arp_ifinit(&sc->sc_arpcom, ifa); sc_arpcom 267 dev/ic/pdq_ifsubr.c ina->x_host = *(union ns_host *)(sc->sc_arpcom.ac_enaddr); sc_arpcom 271 dev/ic/pdq_ifsubr.c (caddr_t)sc->sc_arpcom.ac_enaddr, sc_arpcom 272 dev/ic/pdq_ifsubr.c sizeof sc->sc_arpcom.ac_enaddr); sc_arpcom 299 dev/ic/pdq_ifsubr.c error = ether_addmulti((struct ifreq *)data, &sc->sc_arpcom); sc_arpcom 301 dev/ic/pdq_ifsubr.c error = ether_delmulti((struct ifreq *)data, &sc->sc_arpcom); sc_arpcom 207 dev/ic/pdqvar.h struct arpcom sc_arpcom; sc_arpcom 208 dev/ic/pdqvar.h #define sc_if sc_arpcom.ac_if sc_arpcom 514 dev/ic/re.c struct arpcom *ac = &sc->sc_arpcom; sc_arpcom 518 dev/ic/re.c ifp = &sc->sc_arpcom.ac_if; sc_arpcom 585 dev/ic/re.c ifp = &sc->sc_arpcom.ac_if; sc_arpcom 638 dev/ic/re.c struct ifnet *ifp = &sc->sc_arpcom.ac_if; sc_arpcom 876 dev/ic/re.c bcopy(eaddr, (char *)&sc->sc_arpcom.ac_enaddr, ETHER_ADDR_LEN); sc_arpcom 890 dev/ic/re.c ether_sprintf(sc->sc_arpcom.ac_enaddr)); sc_arpcom 995 dev/ic/re.c ifp = &sc->sc_arpcom.ac_if; sc_arpcom 1232 dev/ic/re.c ifp = &sc->sc_arpcom.ac_if; sc_arpcom 1380 dev/ic/re.c ifp = &sc->sc_arpcom.ac_if; sc_arpcom 1450 dev/ic/re.c ifp = &sc->sc_arpcom.ac_if; sc_arpcom 1480 dev/ic/re.c ifp = &sc->sc_arpcom.ac_if; sc_arpcom 1821 dev/ic/re.c bcopy(sc->sc_arpcom.ac_enaddr, eaddr.eaddr, ETHER_ADDR_LEN); sc_arpcom 1984 dev/ic/re.c if ((error = ether_ioctl(ifp, &sc->sc_arpcom, command, sc_arpcom 1997 dev/ic/re.c arp_ifinit(&sc->sc_arpcom, ifa); sc_arpcom 2025 dev/ic/re.c ether_addmulti(ifr, &sc->sc_arpcom) : sc_arpcom 2026 dev/ic/re.c ether_delmulti(ifr, &sc->sc_arpcom); sc_arpcom 85 dev/ic/rln.c struct ifnet * ifp = &sc->sc_arpcom.ac_if; sc_arpcom 129 dev/ic/rln.c if (rln_getenaddr(sc, sc->sc_arpcom.ac_enaddr)) { sc_arpcom 133 dev/ic/rln.c printf(", addr %s", ether_sprintf(sc->sc_arpcom.ac_enaddr)); sc_arpcom 155 dev/ic/rln.c struct ifnet * ifp = &sc->sc_arpcom.ac_if; sc_arpcom 398 dev/ic/rln.c ++sc->sc_arpcom.ac_if.if_oerrors; sc_arpcom 431 dev/ic/rln.c struct ifnet *ifp = &sc->sc_arpcom.ac_if; sc_arpcom 495 dev/ic/rln.c struct ifnet *ifp = &sc->sc_arpcom.ac_if; sc_arpcom 632 dev/ic/rln.c if (bcmp(syncp->enaddr, sc->sc_arpcom.ac_enaddr, sc_arpcom 697 dev/ic/rln.c struct ifnet *ifp = &sc->sc_arpcom.ac_if; sc_arpcom 816 dev/ic/rln.c if ((error = ether_ioctl(ifp, &sc->sc_arpcom, cmd, data)) != 0) { sc_arpcom 830 dev/ic/rln.c arp_ifinit(&sc->sc_arpcom, ifa); sc_arpcom 900 dev/ic/rln.c struct ifnet *ifp = &sc->sc_arpcom.ac_if; sc_arpcom 1068 dev/ic/rln.c struct ifnet *ifp = &sc->sc_arpcom.ac_if; sc_arpcom 654 dev/ic/rlnsubr.c if (sc->sc_arpcom.ac_if.if_flags & IFF_OACTIVE) sc_arpcom 31 dev/ic/rlnvar.h struct arpcom sc_arpcom; /* Ethernet common part */ sc_arpcom 88 dev/ic/rtl80x9.c struct ifnet *ifp = &sc->sc_arpcom.ac_if; sc_arpcom 119 dev/ic/rtl80x9.c struct ifnet *ifp = &sc->sc_arpcom.ac_if; sc_arpcom 469 dev/ic/rtl81x9.c struct arpcom *ac = &sc->sc_arpcom; sc_arpcom 475 dev/ic/rtl81x9.c ifp = &sc->sc_arpcom.ac_if; sc_arpcom 601 dev/ic/rtl81x9.c ifp = &sc->sc_arpcom.ac_if; sc_arpcom 742 dev/ic/rtl81x9.c ifp = &sc->sc_arpcom.ac_if; sc_arpcom 808 dev/ic/rtl81x9.c ifp = &sc->sc_arpcom.ac_if; sc_arpcom 968 dev/ic/rtl81x9.c struct ifnet *ifp = &sc->sc_arpcom.ac_if; sc_arpcom 986 dev/ic/rtl81x9.c (u_int8_t *)(&sc->sc_arpcom.ac_enaddr[0])); sc_arpcom 988 dev/ic/rtl81x9.c (u_int8_t *)(&sc->sc_arpcom.ac_enaddr[4])); sc_arpcom 1098 dev/ic/rtl81x9.c if ((error = ether_ioctl(ifp, &sc->sc_arpcom, command, data)) > 0) { sc_arpcom 1110 dev/ic/rtl81x9.c arp_ifinit(&sc->sc_arpcom, ifa); sc_arpcom 1137 dev/ic/rtl81x9.c ether_addmulti(ifr, &sc->sc_arpcom) : sc_arpcom 1138 dev/ic/rtl81x9.c ether_delmulti(ifr, &sc->sc_arpcom); sc_arpcom 1188 dev/ic/rtl81x9.c ifp = &sc->sc_arpcom.ac_if; sc_arpcom 1221 dev/ic/rtl81x9.c struct ifnet *ifp = &sc->sc_arpcom.ac_if; sc_arpcom 1241 dev/ic/rtl81x9.c rl_read_eeprom(sc, (caddr_t)sc->sc_arpcom.ac_enaddr, RL_EE_EADDR, sc_arpcom 1244 dev/ic/rtl81x9.c printf(", address %s\n", ether_sprintf(sc->sc_arpcom.ac_enaddr)); sc_arpcom 724 dev/ic/rtl81x9reg.h struct arpcom sc_arpcom; /* interface info */ sc_arpcom 132 dev/ic/smc83c170.c struct ifnet *ifp = &sc->sc_arpcom.ac_if; sc_arpcom 294 dev/ic/smc83c170.c bcopy(enaddr, sc->sc_arpcom.ac_enaddr, ETHER_ADDR_LEN); sc_arpcom 359 dev/ic/smc83c170.c epic_stop(&sc->sc_arpcom.ac_if, 1); sc_arpcom 570 dev/ic/smc83c170.c if ((error = ether_ioctl(ifp, &sc->sc_arpcom, cmd, data)) > 0) { sc_arpcom 583 dev/ic/smc83c170.c arp_ifinit(&sc->sc_arpcom, ifa); sc_arpcom 615 dev/ic/smc83c170.c ether_addmulti(ifr, &sc->sc_arpcom) : sc_arpcom 616 dev/ic/smc83c170.c ether_delmulti(ifr, &sc->sc_arpcom); sc_arpcom 650 dev/ic/smc83c170.c struct ifnet *ifp = &sc->sc_arpcom.ac_if; sc_arpcom 1012 dev/ic/smc83c170.c reg0 = sc->sc_arpcom.ac_enaddr[1] << 8 | sc->sc_arpcom.ac_enaddr[0]; sc_arpcom 1014 dev/ic/smc83c170.c reg0 = sc->sc_arpcom.ac_enaddr[3] << 8 | sc->sc_arpcom.ac_enaddr[2]; sc_arpcom 1016 dev/ic/smc83c170.c reg0 = sc->sc_arpcom.ac_enaddr[5] << 8 | sc->sc_arpcom.ac_enaddr[4]; sc_arpcom 1321 dev/ic/smc83c170.c struct arpcom *ac = &sc->sc_arpcom; sc_arpcom 1322 dev/ic/smc83c170.c struct ifnet *ifp = &sc->sc_arpcom.ac_if; sc_arpcom 108 dev/ic/smc83c170var.h struct arpcom sc_arpcom; /* ethernet common data */ sc_arpcom 214 dev/ic/smc91cxx.c struct ifnet *ifp = &sc->sc_arpcom.ac_if; sc_arpcom 249 dev/ic/smc91cxx.c sc->sc_arpcom.ac_enaddr[i + 1] = (tmp >>8) & 0xff; sc_arpcom 250 dev/ic/smc91cxx.c sc->sc_arpcom.ac_enaddr[i] = tmp & 0xff; sc_arpcom 253 dev/ic/smc91cxx.c bcopy(myea, sc->sc_arpcom.ac_enaddr, ETHER_ADDR_LEN); sc_arpcom 256 dev/ic/smc91cxx.c printf(": address %s\n", ether_sprintf(sc->sc_arpcom.ac_enaddr)); sc_arpcom 427 dev/ic/smc91cxx.c struct ifnet *ifp = &sc->sc_arpcom.ac_if; sc_arpcom 454 dev/ic/smc91cxx.c sc->sc_arpcom.ac_enaddr[i]); sc_arpcom 735 dev/ic/smc91cxx.c struct ifnet *ifp = &sc->sc_arpcom.ac_if; sc_arpcom 926 dev/ic/smc91cxx.c struct ifnet *ifp = &sc->sc_arpcom.ac_if; sc_arpcom 1062 dev/ic/smc91cxx.c arp_ifinit(&sc->sc_arpcom, ifa); sc_arpcom 1107 dev/ic/smc91cxx.c ether_addmulti(ifr, &sc->sc_arpcom) : sc_arpcom 1108 dev/ic/smc91cxx.c ether_delmulti(ifr, &sc->sc_arpcom); sc_arpcom 1159 dev/ic/smc91cxx.c ++sc->sc_arpcom.ac_if.if_oerrors; sc_arpcom 1190 dev/ic/smc91cxx.c sc->sc_arpcom.ac_if.if_timer = 0; sc_arpcom 1256 dev/ic/smc91cxx.c struct ifnet *ifp = &sc->sc_arpcom.ac_if; sc_arpcom 43 dev/ic/smc91cxxvar.h struct arpcom sc_arpcom; /* ethernet common glue */ sc_arpcom 212 dev/ic/xl.c ifp = &sc->sc_arpcom.ac_if; sc_arpcom 567 dev/ic/xl.c struct arpcom *ac = &sc->sc_arpcom; sc_arpcom 570 dev/ic/xl.c ifp = &sc->sc_arpcom.ac_if; sc_arpcom 597 dev/ic/xl.c struct arpcom *ac = &sc->sc_arpcom; sc_arpcom 603 dev/ic/xl.c ifp = &sc->sc_arpcom.ac_if; sc_arpcom 649 dev/ic/xl.c ifp = &sc->sc_arpcom.ac_if; sc_arpcom 671 dev/ic/xl.c ifp = &sc->sc_arpcom.ac_if; sc_arpcom 678 dev/ic/xl.c bcopy(&sc->sc_arpcom.ac_enaddr, sc_arpcom 680 dev/ic/xl.c bcopy(&sc->sc_arpcom.ac_enaddr, sc_arpcom 713 dev/ic/xl.c struct ifnet *ifp = &sc->sc_arpcom.ac_if; sc_arpcom 1190 dev/ic/xl.c ifp = &sc->sc_arpcom.ac_if; sc_arpcom 1321 dev/ic/xl.c ifp = &sc->sc_arpcom.ac_if; sc_arpcom 1385 dev/ic/xl.c ifp = &sc->sc_arpcom.ac_if; sc_arpcom 1501 dev/ic/xl.c ifp = &sc->sc_arpcom.ac_if; sc_arpcom 1567 dev/ic/xl.c ifp = &sc->sc_arpcom.ac_if; sc_arpcom 1936 dev/ic/xl.c struct ifnet *ifp = &sc->sc_arpcom.ac_if; sc_arpcom 1963 dev/ic/xl.c sc->sc_arpcom.ac_enaddr[i]); sc_arpcom 2273 dev/ic/xl.c if ((error = ether_ioctl(ifp, &sc->sc_arpcom, command, data)) > 0) { sc_arpcom 2285 dev/ic/xl.c arp_ifinit(&sc->sc_arpcom, ifa); sc_arpcom 2317 dev/ic/xl.c ether_addmulti(ifr, &sc->sc_arpcom) : sc_arpcom 2318 dev/ic/xl.c ether_delmulti(ifr, &sc->sc_arpcom); sc_arpcom 2434 dev/ic/xl.c ifp = &sc->sc_arpcom.ac_if; sc_arpcom 2473 dev/ic/xl.c struct ifnet *ifp = &sc->sc_arpcom.ac_if; sc_arpcom 2489 dev/ic/xl.c bcopy(enaddr, (char *)&sc->sc_arpcom.ac_enaddr, ETHER_ADDR_LEN); sc_arpcom 2545 dev/ic/xl.c printf(", address %s\n", ether_sprintf(sc->sc_arpcom.ac_enaddr)); sc_arpcom 579 dev/ic/xlreg.h struct arpcom sc_arpcom; /* interface info */ sc_arpcom 344 dev/isa/if_ec.c sc->sc_arpcom.ac_enaddr[i] = NIC_GET(nict, nich, i); sc_arpcom 78 dev/isa/if_ef_isapnp.c struct arpcom sc_arpcom; sc_arpcom 159 dev/isa/if_ef_isapnp.c struct ifnet *ifp = &sc->sc_arpcom.ac_if; sc_arpcom 184 dev/isa/if_ef_isapnp.c sc->sc_arpcom.ac_enaddr[(i << 1)] = x >> 8; sc_arpcom 185 dev/isa/if_ef_isapnp.c sc->sc_arpcom.ac_enaddr[(i << 1) + 1] = x; sc_arpcom 188 dev/isa/if_ef_isapnp.c printf(": address %s\n", ether_sprintf(sc->sc_arpcom.ac_enaddr)); sc_arpcom 349 dev/isa/if_ef_isapnp.c if ((error = ether_ioctl(ifp, &sc->sc_arpcom, cmd, data)) > 0) { sc_arpcom 361 dev/isa/if_ef_isapnp.c arp_ifinit(&sc->sc_arpcom, ifa); sc_arpcom 388 dev/isa/if_ef_isapnp.c ether_addmulti(ifr, &sc->sc_arpcom) : sc_arpcom 389 dev/isa/if_ef_isapnp.c ether_delmulti(ifr, &sc->sc_arpcom); sc_arpcom 411 dev/isa/if_ef_isapnp.c struct ifnet *ifp = &sc->sc_arpcom.ac_if; sc_arpcom 426 dev/isa/if_ef_isapnp.c sc->sc_arpcom.ac_enaddr[i]); sc_arpcom 495 dev/isa/if_ef_isapnp.c struct ifnet *ifp = &sc->sc_arpcom.ac_if; sc_arpcom 539 dev/isa/if_ef_isapnp.c struct ifnet *ifp = &sc->sc_arpcom.ac_if; sc_arpcom 554 dev/isa/if_ef_isapnp.c sc->sc_arpcom.ac_if.if_flags &= ~IFF_OACTIVE; sc_arpcom 555 dev/isa/if_ef_isapnp.c efstart(&sc->sc_arpcom.ac_if); sc_arpcom 592 dev/isa/if_ef_isapnp.c sc->sc_arpcom.ac_if.if_oerrors++; sc_arpcom 594 dev/isa/if_ef_isapnp.c if (sc->sc_arpcom.ac_if.if_flags & IFF_DEBUG) sc_arpcom 601 dev/isa/if_ef_isapnp.c sc->sc_arpcom.ac_if.if_oerrors++; sc_arpcom 603 dev/isa/if_ef_isapnp.c if (sc->sc_arpcom.ac_if.if_flags & IFF_DEBUG) sc_arpcom 615 dev/isa/if_ef_isapnp.c sc->sc_arpcom.ac_if.if_collisions++; sc_arpcom 617 dev/isa/if_ef_isapnp.c sc->sc_arpcom.ac_if.if_flags &= ~IFF_OACTIVE; sc_arpcom 654 dev/isa/if_ef_isapnp.c sc->sc_arpcom.ac_if.if_oerrors++; sc_arpcom 662 dev/isa/if_ef_isapnp.c struct ifnet *ifp = &sc->sc_arpcom.ac_if; sc_arpcom 663 dev/isa/if_ef_isapnp.c struct arpcom *ac = &sc->sc_arpcom; sc_arpcom 691 dev/isa/if_ef_isapnp.c struct ifnet *ifp = &sc->sc_arpcom.ac_if; sc_arpcom 756 dev/isa/if_ef_isapnp.c struct ifnet *ifp = &sc->sc_arpcom.ac_if; sc_arpcom 96 dev/isa/if_eg.c struct arpcom sc_arpcom; /* Ethernet common part */ sc_arpcom 386 dev/isa/if_eg.c struct ifnet *ifp = &sc->sc_arpcom.ac_if; sc_arpcom 414 dev/isa/if_eg.c bcopy(&sc->eg_pcb[2], sc->sc_arpcom.ac_enaddr, ETHER_ADDR_LEN); sc_arpcom 418 dev/isa/if_eg.c ether_sprintf(sc->sc_arpcom.ac_enaddr)); sc_arpcom 460 dev/isa/if_eg.c register struct ifnet *ifp = &sc->sc_arpcom.ac_if; sc_arpcom 654 dev/isa/if_eg.c sc->sc_arpcom.ac_if.if_oerrors++; sc_arpcom 656 dev/isa/if_eg.c sc->sc_arpcom.ac_if.if_opackets++; sc_arpcom 657 dev/isa/if_eg.c sc->sc_arpcom.ac_if.if_collisions += sc_arpcom 659 dev/isa/if_eg.c sc->sc_arpcom.ac_if.if_flags &= ~IFF_OACTIVE; sc_arpcom 660 dev/isa/if_eg.c egstart(&sc->sc_arpcom.ac_if); sc_arpcom 698 dev/isa/if_eg.c struct ifnet *ifp = &sc->sc_arpcom.ac_if; sc_arpcom 739 dev/isa/if_eg.c struct ifnet *ifp = &sc->sc_arpcom.ac_if; sc_arpcom 789 dev/isa/if_eg.c if ((error = ether_ioctl(ifp, &sc->sc_arpcom, cmd, data)) > 0) { sc_arpcom 803 dev/isa/if_eg.c arp_ifinit(&sc->sc_arpcom, ifa); sc_arpcom 870 dev/isa/if_eg.c sc->sc_arpcom.ac_if.if_oerrors++; sc_arpcom 70 dev/isa/if_el.c struct arpcom sc_arpcom; /* ethernet common */ sc_arpcom 156 dev/isa/if_el.c bcopy(station_addr, sc->sc_arpcom.ac_enaddr, ETHER_ADDR_LEN); sc_arpcom 175 dev/isa/if_el.c struct ifnet *ifp = &sc->sc_arpcom.ac_if; sc_arpcom 197 dev/isa/if_el.c printf(": address %s\n", ether_sprintf(sc->sc_arpcom.ac_enaddr)); sc_arpcom 248 dev/isa/if_el.c outb(iobase+i, sc->sc_arpcom.ac_enaddr[i]); sc_arpcom 258 dev/isa/if_el.c struct ifnet *ifp = &sc->sc_arpcom.ac_if; sc_arpcom 459 dev/isa/if_el.c if (sc->sc_arpcom.ac_if.if_flags & IFF_PROMISC) sc_arpcom 497 dev/isa/if_el.c struct ifnet *ifp = &sc->sc_arpcom.ac_if; sc_arpcom 539 dev/isa/if_el.c struct ifnet *ifp = &sc->sc_arpcom.ac_if; sc_arpcom 598 dev/isa/if_el.c if ((error = ether_ioctl(ifp, &sc->sc_arpcom, cmd, data)) > 0) { sc_arpcom 612 dev/isa/if_el.c arp_ifinit(&sc->sc_arpcom, ifa); sc_arpcom 665 dev/isa/if_el.c sc->sc_arpcom.ac_if.if_oerrors++; sc_arpcom 224 dev/isa/if_ie.c struct arpcom sc_arpcom; sc_arpcom 740 dev/isa/if_ie.c sc->sc_arpcom.ac_enaddr[1] = eaddrtemp & 0xFF; sc_arpcom 741 dev/isa/if_ie.c sc->sc_arpcom.ac_enaddr[0] = eaddrtemp >> 8; sc_arpcom 743 dev/isa/if_ie.c sc->sc_arpcom.ac_enaddr[3] = eaddrtemp & 0xFF; sc_arpcom 744 dev/isa/if_ie.c sc->sc_arpcom.ac_enaddr[2] = eaddrtemp >> 8; sc_arpcom 746 dev/isa/if_ie.c sc->sc_arpcom.ac_enaddr[5] = eaddrtemp & 0xFF; sc_arpcom 747 dev/isa/if_ie.c sc->sc_arpcom.ac_enaddr[4] = eaddrtemp >> 8; sc_arpcom 780 dev/isa/if_ie.c struct ifnet *ifp = &sc->sc_arpcom.ac_if; sc_arpcom 796 dev/isa/if_ie.c ether_sprintf(sc->sc_arpcom.ac_enaddr), sc_arpcom 814 dev/isa/if_ie.c ++sc->sc_arpcom.ac_if.if_oerrors; sc_arpcom 870 dev/isa/if_ie.c sc->sc_arpcom.ac_if.if_ierrors++; sc_arpcom 911 dev/isa/if_ie.c sc->sc_arpcom.ac_if.if_ierrors += sc_arpcom 943 dev/isa/if_ie.c struct ifnet *ifp = &sc->sc_arpcom.ac_if; sc_arpcom 1043 dev/isa/if_ie.c *to_bpf = (sc->sc_arpcom.ac_if.if_bpf != 0); /* BPF gets this packet if anybody cares */ sc_arpcom 1047 dev/isa/if_ie.c if (ether_equal(eh->ether_dhost, sc->sc_arpcom.ac_enaddr)) sc_arpcom 1056 dev/isa/if_ie.c *to_bpf = (sc->sc_arpcom.ac_if.if_bpf != 0) || sc_arpcom 1057 dev/isa/if_ie.c (sc->sc_arpcom.ac_if.if_bridge != NULL); sc_arpcom 1059 dev/isa/if_ie.c *to_bpf = (sc->sc_arpcom.ac_if.if_bridge != NULL); sc_arpcom 1062 dev/isa/if_ie.c if (ether_equal(eh->ether_dhost, sc->sc_arpcom.ac_enaddr)) sc_arpcom 1066 dev/isa/if_ie.c if (*to_bpf && sc->sc_arpcom.ac_if.if_bridge == NULL) sc_arpcom 1097 dev/isa/if_ie.c *to_bpf = (sc->sc_arpcom.ac_if.if_bpf != 0) || sc_arpcom 1098 dev/isa/if_ie.c (sc->sc_arpcom.ac_if.if_bridge != NULL); sc_arpcom 1100 dev/isa/if_ie.c *to_bpf = (sc->sc_arpcom.ac_if.if_bridge != NULL); sc_arpcom 1107 dev/isa/if_ie.c if (ether_equal(eh->ether_dhost, sc->sc_arpcom.ac_enaddr)) sc_arpcom 1112 dev/isa/if_ie.c if (*to_bpf && sc->sc_arpcom.ac_if.if_bridge == NULL) sc_arpcom 1127 dev/isa/if_ie.c *to_bpf = (sc->sc_arpcom.ac_if.if_bpf != 0); sc_arpcom 1195 dev/isa/if_ie.c if (sc->sc_arpcom.ac_if.if_bpf) sc_arpcom 1196 dev/isa/if_ie.c bpf_tap(sc->sc_arpcom.ac_if.if_bpf, sc_arpcom 1218 dev/isa/if_ie.c sc->sc_arpcom.ac_if.if_timer = 5; sc_arpcom 1261 dev/isa/if_ie.c sc->sc_arpcom.ac_if.if_ierrors--; /* just this case, it's not an error */ sc_arpcom 1268 dev/isa/if_ie.c m->m_pkthdr.rcvif = &sc->sc_arpcom.ac_if; sc_arpcom 1376 dev/isa/if_ie.c sc->sc_arpcom.ac_if.if_ierrors++; sc_arpcom 1390 dev/isa/if_ie.c bpf_mtap(sc->sc_arpcom.ac_if.if_bpf, m, BPF_DIRECTION_IN); sc_arpcom 1416 dev/isa/if_ie.c ether_input_mbuf(&sc->sc_arpcom.ac_if, m); sc_arpcom 1417 dev/isa/if_ie.c sc->sc_arpcom.ac_if.if_ipackets++; sc_arpcom 1778 dev/isa/if_ie.c u_char *addr = sc->sc_arpcom.ac_enaddr; sc_arpcom 2058 dev/isa/if_ie.c bcopy(sc->sc_arpcom.ac_enaddr, (caddr_t)&cmd->ie_address, sc_arpcom 2084 dev/isa/if_ie.c sc->sc_arpcom.ac_if.if_flags |= IFF_RUNNING; sc_arpcom 2085 dev/isa/if_ie.c sc->sc_arpcom.ac_if.if_flags &= ~IFF_OACTIVE; sc_arpcom 2129 dev/isa/if_ie.c if ((error = ether_ioctl(ifp, &sc->sc_arpcom, cmd, data)) > 0) { sc_arpcom 2143 dev/isa/if_ie.c arp_ifinit(&sc->sc_arpcom, ifa); sc_arpcom 2188 dev/isa/if_ie.c ether_addmulti(ifr, &sc->sc_arpcom): sc_arpcom 2189 dev/isa/if_ie.c ether_delmulti(ifr, &sc->sc_arpcom); sc_arpcom 2220 dev/isa/if_ie.c ETHER_FIRST_MULTI(step, &sc->sc_arpcom, enm); sc_arpcom 2224 dev/isa/if_ie.c sc->sc_arpcom.ac_if.if_flags |= IFF_ALLMULTI; sc_arpcom 2225 dev/isa/if_ie.c ieioctl(&sc->sc_arpcom.ac_if, SIOCSIFFLAGS, (void *)0); sc_arpcom 102 dev/isa/if_le_isa.c if (bcmp(lesc->sc_am7990.sc_arpcom.ac_enaddr, bogusether, sc_arpcom 178 dev/isa/if_le_isa.c for (i = 0; i < sizeof(sc->sc_arpcom.ac_enaddr); i++) sc_arpcom 179 dev/isa/if_le_isa.c sc->sc_arpcom.ac_enaddr[i] = bus_space_read_1(iot, ioh, port); sc_arpcom 183 dev/isa/if_le_isa.c (sc->sc_arpcom.ac_enaddr[0] << 2) + sc_arpcom 184 dev/isa/if_le_isa.c (sc->sc_arpcom.ac_enaddr[1] << 10) + sc_arpcom 185 dev/isa/if_le_isa.c (sc->sc_arpcom.ac_enaddr[2] << 1) + sc_arpcom 186 dev/isa/if_le_isa.c (sc->sc_arpcom.ac_enaddr[3] << 9) + sc_arpcom 187 dev/isa/if_le_isa.c (sc->sc_arpcom.ac_enaddr[4] << 0) + sc_arpcom 188 dev/isa/if_le_isa.c (sc->sc_arpcom.ac_enaddr[5] << 8); sc_arpcom 236 dev/isa/if_le_isa.c for (i = 0; i < sizeof(sc->sc_arpcom.ac_enaddr); i++) sc_arpcom 237 dev/isa/if_le_isa.c sc->sc_arpcom.ac_enaddr[i] = bus_space_read_1(iot, ioh, i); sc_arpcom 269 dev/isa/if_le_isa.c for (i = 0; i < sizeof(sc->sc_arpcom.ac_enaddr); i++) sc_arpcom 270 dev/isa/if_le_isa.c sc->sc_arpcom.ac_enaddr[i] = bus_space_read_1(iot, ioh, i * 2); sc_arpcom 101 dev/isa/if_le_isapnp.c for (i = 0; i < sizeof(sc->sc_arpcom.ac_enaddr); i++) sc_arpcom 102 dev/isa/if_le_isapnp.c sc->sc_arpcom.ac_enaddr[i] = bus_space_read_1(iot, ioh, i); sc_arpcom 420 dev/isa/if_we.c sc->sc_arpcom.ac_enaddr[i] = sc_arpcom 140 dev/pci/if_cas.c #define DPRINTF(sc, x) if ((sc)->sc_arpcom.ac_if.if_flags & IFF_DEBUG) \ sc_arpcom 273 dev/pci/if_cas.c bcopy(desc, sc->sc_arpcom.ac_enaddr, ETHER_ADDR_LEN); sc_arpcom 322 dev/pci/if_cas.c sc->sc_arpcom.ac_enaddr, ETHER_ADDR_LEN) <= 0) sc_arpcom 323 dev/pci/if_cas.c myetheraddr(sc->sc_arpcom.ac_enaddr); sc_arpcom 329 dev/pci/if_cas.c pci_ether_hw_addr(pa->pa_pc, sc->sc_arpcom.ac_enaddr); sc_arpcom 369 dev/pci/if_cas.c struct ifnet *ifp = &sc->sc_arpcom.ac_if; sc_arpcom 476 dev/pci/if_cas.c printf(", address %s\n", ether_sprintf(sc->sc_arpcom.ac_enaddr)); sc_arpcom 621 dev/pci/if_cas.c struct ifnet *ifp = &sc->sc_arpcom.ac_if; sc_arpcom 1081 dev/pci/if_cas.c ((sc->sc_arpcom.ac_enaddr[5]<<8)|sc->sc_arpcom.ac_enaddr[4])&0x3ff); sc_arpcom 1127 dev/pci/if_cas.c (sc->sc_arpcom.ac_enaddr[4]<<8) | sc->sc_arpcom.ac_enaddr[5]); sc_arpcom 1129 dev/pci/if_cas.c (sc->sc_arpcom.ac_enaddr[2]<<8) | sc->sc_arpcom.ac_enaddr[3]); sc_arpcom 1131 dev/pci/if_cas.c (sc->sc_arpcom.ac_enaddr[0]<<8) | sc->sc_arpcom.ac_enaddr[1]); sc_arpcom 1140 dev/pci/if_cas.c struct ifnet *ifp = &sc->sc_arpcom.ac_if; sc_arpcom 1316 dev/pci/if_cas.c struct ifnet *ifp = &sc->sc_arpcom.ac_if; sc_arpcom 1662 dev/pci/if_cas.c if ((error = ether_ioctl(ifp, &sc->sc_arpcom, cmd, data)) > 0) { sc_arpcom 1675 dev/pci/if_cas.c arp_ifinit(&sc->sc_arpcom, ifa); sc_arpcom 1711 dev/pci/if_cas.c ether_addmulti(ifr, &sc->sc_arpcom) : sc_arpcom 1712 dev/pci/if_cas.c ether_delmulti(ifr, &sc->sc_arpcom); sc_arpcom 1744 dev/pci/if_cas.c struct ifnet *ifp = &sc->sc_arpcom.ac_if; sc_arpcom 1755 dev/pci/if_cas.c struct ifnet *ifp = &sc->sc_arpcom.ac_if; sc_arpcom 1758 dev/pci/if_cas.c struct arpcom *ac = &sc->sc_arpcom; sc_arpcom 1896 dev/pci/if_cas.c struct ifnet *ifp = &sc->sc_arpcom.ac_if; sc_arpcom 122 dev/pci/if_casvar.h struct arpcom sc_arpcom; /* ethernet common data */ sc_arpcom 488 dev/pci/if_dc_pci.c sc->sc_arpcom.ac_enaddr, ETHER_ADDR_LEN) <= 0) sc_arpcom 489 dev/pci/if_dc_pci.c myetheraddr(sc->sc_arpcom.ac_enaddr); sc_arpcom 490 dev/pci/if_dc_pci.c if (sc->sc_arpcom.ac_enaddr[0] == 0x00 && sc_arpcom 491 dev/pci/if_dc_pci.c sc->sc_arpcom.ac_enaddr[1] == 0x03 && sc_arpcom 492 dev/pci/if_dc_pci.c sc->sc_arpcom.ac_enaddr[2] == 0xcc) sc_arpcom 171 dev/pci/if_fpa.c sc->sc_arpcom.ac_enaddr, 6); sc_arpcom 189 dev/pci/if_gem_pci.c bcopy(buf + 6, sc->sc_arpcom.ac_enaddr, ETHER_ADDR_LEN); sc_arpcom 270 dev/pci/if_gem_pci.c sc->sc_arpcom.ac_enaddr, ETHER_ADDR_LEN) <= 0) sc_arpcom 271 dev/pci/if_gem_pci.c myetheraddr(sc->sc_arpcom.ac_enaddr); sc_arpcom 277 dev/pci/if_gem_pci.c pci_ether_hw_addr(pa->pa_pc, sc->sc_arpcom.ac_enaddr); sc_arpcom 185 dev/pci/if_hme_pci.c bcopy(buf + 6, sc->sc_arpcom.ac_enaddr, ETHER_ADDR_LEN); sc_arpcom 186 dev/pci/if_hme_pci.c sc->sc_arpcom.ac_enaddr[5] += hpa->pa_device; sc_arpcom 269 dev/pci/if_hme_pci.c sc->sc_arpcom.ac_enaddr, ETHER_ADDR_LEN) <= 0) sc_arpcom 270 dev/pci/if_hme_pci.c myetheraddr(sc->sc_arpcom.ac_enaddr); sc_arpcom 276 dev/pci/if_hme_pci.c pci_ether_hw_addr(pa->pa_pc, sc->sc_arpcom.ac_enaddr); sc_arpcom 207 dev/pci/if_nfe.c nfe_get_macaddr(sc, sc->sc_arpcom.ac_enaddr); sc_arpcom 208 dev/pci/if_nfe.c printf(", address %s\n", ether_sprintf(sc->sc_arpcom.ac_enaddr)); sc_arpcom 270 dev/pci/if_nfe.c ifp = &sc->sc_arpcom.ac_if; sc_arpcom 328 dev/pci/if_nfe.c ifp = &sc->sc_arpcom.ac_if; sc_arpcom 455 dev/pci/if_nfe.c struct ifnet *ifp = &sc->sc_arpcom.ac_if; sc_arpcom 491 dev/pci/if_nfe.c if ((error = ether_ioctl(ifp, &sc->sc_arpcom, cmd, data)) > 0) { sc_arpcom 503 dev/pci/if_nfe.c arp_ifinit(&sc->sc_arpcom, ifa); sc_arpcom 536 dev/pci/if_nfe.c ether_addmulti(ifr, &sc->sc_arpcom) : sc_arpcom 537 dev/pci/if_nfe.c ether_delmulti(ifr, &sc->sc_arpcom); sc_arpcom 635 dev/pci/if_nfe.c struct ifnet *ifp = &sc->sc_arpcom.ac_if; sc_arpcom 803 dev/pci/if_nfe.c struct ifnet *ifp = &sc->sc_arpcom.ac_if; sc_arpcom 1080 dev/pci/if_nfe.c nfe_set_macaddr(sc, sc->sc_arpcom.ac_enaddr); sc_arpcom 1673 dev/pci/if_nfe.c struct arpcom *ac = &sc->sc_arpcom; sc_arpcom 69 dev/pci/if_nfevar.h struct arpcom sc_arpcom; sc_arpcom 290 dev/pci/if_pcn.c struct arpcom sc_arpcom; /* Ethernet common data */ sc_arpcom 578 dev/pci/if_pcn.c struct ifnet *ifp = &sc->sc_arpcom.ac_if; sc_arpcom 797 dev/pci/if_pcn.c ifp = &sc->sc_arpcom.ac_if; sc_arpcom 798 dev/pci/if_pcn.c bcopy(enaddr, sc->sc_arpcom.ac_enaddr, ETHER_ADDR_LEN); sc_arpcom 855 dev/pci/if_pcn.c pcn_stop(&sc->sc_arpcom.ac_if, 1); sc_arpcom 1105 dev/pci/if_pcn.c if ((error = ether_ioctl(ifp, &sc->sc_arpcom, cmd, data)) > 0) { sc_arpcom 1121 dev/pci/if_pcn.c arp_ifinit(&sc->sc_arpcom, ifa); sc_arpcom 1153 dev/pci/if_pcn.c ether_addmulti(ifr, &sc->sc_arpcom) : sc_arpcom 1154 dev/pci/if_pcn.c ether_delmulti(ifr, &sc->sc_arpcom); sc_arpcom 1193 dev/pci/if_pcn.c struct ifnet *ifp = &sc->sc_arpcom.ac_if; sc_arpcom 1284 dev/pci/if_pcn.c struct ifnet *ifp = &sc->sc_arpcom.ac_if; sc_arpcom 1388 dev/pci/if_pcn.c struct ifnet *ifp = &sc->sc_arpcom.ac_if; sc_arpcom 1906 dev/pci/if_pcn.c struct arpcom *ac = &sc->sc_arpcom; sc_arpcom 1907 dev/pci/if_pcn.c struct ifnet *ifp = &sc->sc_arpcom.ac_if; sc_arpcom 2066 dev/pci/if_pcn.c struct ifnet *ifp = &sc->sc_arpcom.ac_if; sc_arpcom 182 dev/pci/if_stge.c struct ifnet *ifp = &sc->sc_arpcom.ac_if; sc_arpcom 347 dev/pci/if_stge.c sc->sc_arpcom.ac_enaddr[0] = CSR_READ_2(sc, sc_arpcom 349 dev/pci/if_stge.c sc->sc_arpcom.ac_enaddr[1] = CSR_READ_2(sc, sc_arpcom 351 dev/pci/if_stge.c sc->sc_arpcom.ac_enaddr[2] = CSR_READ_2(sc, sc_arpcom 353 dev/pci/if_stge.c sc->sc_arpcom.ac_enaddr[3] = CSR_READ_2(sc, sc_arpcom 355 dev/pci/if_stge.c sc->sc_arpcom.ac_enaddr[4] = CSR_READ_2(sc, sc_arpcom 357 dev/pci/if_stge.c sc->sc_arpcom.ac_enaddr[5] = CSR_READ_2(sc, sc_arpcom 367 dev/pci/if_stge.c (void)memcpy(sc->sc_arpcom.ac_enaddr, myaddr, sc_arpcom 368 dev/pci/if_stge.c sizeof(sc->sc_arpcom.ac_enaddr)); sc_arpcom 372 dev/pci/if_stge.c printf(", address %s\n", ether_sprintf(sc->sc_arpcom.ac_enaddr)); sc_arpcom 397 dev/pci/if_stge.c ifp = &sc->sc_arpcom.ac_if; sc_arpcom 433 dev/pci/if_stge.c sc->sc_arpcom.ac_if.if_capabilities |= IFCAP_CSUM_IPv4 | sc_arpcom 491 dev/pci/if_stge.c stge_stop(&sc->sc_arpcom.ac_if, 1); sc_arpcom 716 dev/pci/if_stge.c if ((error = ether_ioctl(ifp, &sc->sc_arpcom, cmd, data)) > 0) { sc_arpcom 732 dev/pci/if_stge.c arp_ifinit(&sc->sc_arpcom, ifa); sc_arpcom 763 dev/pci/if_stge.c ether_addmulti(ifr, &sc->sc_arpcom) : sc_arpcom 764 dev/pci/if_stge.c ether_delmulti(ifr, &sc->sc_arpcom); sc_arpcom 802 dev/pci/if_stge.c struct ifnet *ifp = &sc->sc_arpcom.ac_if; sc_arpcom 888 dev/pci/if_stge.c struct ifnet *ifp = &sc->sc_arpcom.ac_if; sc_arpcom 936 dev/pci/if_stge.c struct ifnet *ifp = &sc->sc_arpcom.ac_if; sc_arpcom 1117 dev/pci/if_stge.c struct ifnet *ifp = &sc->sc_arpcom.ac_if; sc_arpcom 1242 dev/pci/if_stge.c sc->sc_arpcom.ac_enaddr[i]); sc_arpcom 1553 dev/pci/if_stge.c struct arpcom *ac = &sc->sc_arpcom; sc_arpcom 1554 dev/pci/if_stge.c struct ifnet *ifp = &sc->sc_arpcom.ac_if; sc_arpcom 538 dev/pci/if_stgereg.h struct arpcom sc_arpcom; /* ethernet common data */ sc_arpcom 164 dev/pci/if_txp.c struct ifnet *ifp = &sc->sc_arpcom.ac_if; sc_arpcom 203 dev/pci/if_txp.c sc->sc_arpcom.ac_enaddr[0] = ((u_int8_t *)&p1)[1]; sc_arpcom 204 dev/pci/if_txp.c sc->sc_arpcom.ac_enaddr[1] = ((u_int8_t *)&p1)[0]; sc_arpcom 206 dev/pci/if_txp.c sc->sc_arpcom.ac_enaddr[2] = ((u_int8_t *)&p2)[3]; sc_arpcom 207 dev/pci/if_txp.c sc->sc_arpcom.ac_enaddr[3] = ((u_int8_t *)&p2)[2]; sc_arpcom 208 dev/pci/if_txp.c sc->sc_arpcom.ac_enaddr[4] = ((u_int8_t *)&p2)[1]; sc_arpcom 209 dev/pci/if_txp.c sc->sc_arpcom.ac_enaddr[5] = ((u_int8_t *)&p2)[0]; sc_arpcom 211 dev/pci/if_txp.c printf("address %s\n", ether_sprintf(sc->sc_arpcom.ac_enaddr)); sc_arpcom 613 dev/pci/if_txp.c txp_start(&sc->sc_arpcom.ac_if); sc_arpcom 624 dev/pci/if_txp.c struct ifnet *ifp = &sc->sc_arpcom.ac_if; sc_arpcom 768 dev/pci/if_txp.c struct ifnet *ifp = &sc->sc_arpcom.ac_if; sc_arpcom 852 dev/pci/if_txp.c struct ifnet *ifp = &sc->sc_arpcom.ac_if; sc_arpcom 922 dev/pci/if_txp.c struct ifnet *ifp = &sc->sc_arpcom.ac_if; sc_arpcom 1245 dev/pci/if_txp.c if ((error = ether_ioctl(ifp, &sc->sc_arpcom, command, data)) > 0) { sc_arpcom 1257 dev/pci/if_txp.c arp_ifinit(&sc->sc_arpcom, ifa); sc_arpcom 1276 dev/pci/if_txp.c ether_addmulti(ifr, &sc->sc_arpcom) : sc_arpcom 1277 dev/pci/if_txp.c ether_delmulti(ifr, &sc->sc_arpcom); sc_arpcom 1307 dev/pci/if_txp.c struct ifnet *ifp = &sc->sc_arpcom.ac_if; sc_arpcom 1341 dev/pci/if_txp.c struct ifnet *ifp = &sc->sc_arpcom.ac_if; sc_arpcom 1942 dev/pci/if_txp.c struct arpcom *ac = &sc->sc_arpcom; sc_arpcom 1943 dev/pci/if_txp.c struct ifnet *ifp = &sc->sc_arpcom.ac_if; sc_arpcom 2006 dev/pci/if_txp.c struct ifnet *ifp = &sc->sc_arpcom.ac_if; sc_arpcom 566 dev/pci/if_txpreg.h struct arpcom sc_arpcom; /* ethernet common */ sc_arpcom 178 dev/pci/if_xge.c struct arpcom sc_arpcom; sc_arpcom 631 dev/pci/if_xge.c ifp = &sc->sc_arpcom.ac_if; sc_arpcom 633 dev/pci/if_xge.c memcpy(sc->sc_arpcom.ac_enaddr, enaddr, ETHER_ADDR_LEN); sc_arpcom 816 dev/pci/if_xge.c struct ifnet *ifp = &sc->sc_arpcom.ac_if; sc_arpcom 826 dev/pci/if_xge.c struct ifnet *ifp = &sc->sc_arpcom.ac_if; sc_arpcom 967 dev/pci/if_xge.c if ((error = ether_ioctl(ifp, &sc->sc_arpcom, cmd, data)) > 0) { sc_arpcom 979 dev/pci/if_xge.c arp_ifinit(&sc->sc_arpcom, ifa); sc_arpcom 1007 dev/pci/if_xge.c ? ether_addmulti(ifr, &sc->sc_arpcom) sc_arpcom 1008 dev/pci/if_xge.c : ether_delmulti(ifr, &sc->sc_arpcom); sc_arpcom 1032 dev/pci/if_xge.c struct ifnet *ifp = &sc->sc_arpcom.ac_if; sc_arpcom 1033 dev/pci/if_xge.c struct arpcom *ac = &sc->sc_arpcom; sc_arpcom 1086 dev/pci/if_xge.c struct ifnet *ifp = &sc->sc_arpcom.ac_if; sc_arpcom 361 dev/pcmcia/if_awi_pcmcia.c sc->sc_ifp = &sc->sc_arpcom.ac_if; sc_arpcom 114 dev/pcmcia/if_cnw.c struct arpcom sc_arpcom; /* Ethernet common part */ sc_arpcom 257 dev/pcmcia/if_cnw.c if (sc->sc_arpcom.ac_if.if_flags & IFF_DEBUG) sc_arpcom 315 dev/pcmcia/if_cnw.c struct ifnet *ifp = &sc->sc_arpcom.ac_if; sc_arpcom 341 dev/pcmcia/if_cnw.c struct ifnet *ifp = &sc->sc_arpcom.ac_if; sc_arpcom 380 dev/pcmcia/if_cnw.c struct ifnet *ifp = &sc->sc_arpcom.ac_if; sc_arpcom 424 dev/pcmcia/if_cnw.c sc->sc_arpcom.ac_enaddr[i] = bus_space_read_1(sc->sc_memt, sc_arpcom 427 dev/pcmcia/if_cnw.c ether_sprintf(sc->sc_arpcom.ac_enaddr)); sc_arpcom 458 dev/pcmcia/if_cnw.c if (sc->sc_arpcom.ac_if.if_flags & IFF_DEBUG) sc_arpcom 468 dev/pcmcia/if_cnw.c if (sc->sc_arpcom.ac_if.if_flags & IFF_DEBUG) sc_arpcom 507 dev/pcmcia/if_cnw.c if (sc->sc_arpcom.ac_if.if_flags & IFF_DEBUG) sc_arpcom 526 dev/pcmcia/if_cnw.c if (sc->sc_arpcom.ac_if.if_flags & IFF_DEBUG) sc_arpcom 562 dev/pcmcia/if_cnw.c if (sc->sc_arpcom.ac_if.if_flags & IFF_DEBUG) sc_arpcom 572 dev/pcmcia/if_cnw.c m->m_pkthdr.rcvif = &sc->sc_arpcom.ac_if; sc_arpcom 613 dev/pcmcia/if_cnw.c if (sc->sc_arpcom.ac_if.if_flags & IFF_DEBUG) sc_arpcom 644 dev/pcmcia/if_cnw.c struct ifnet *ifp = &sc->sc_arpcom.ac_if; sc_arpcom 680 dev/pcmcia/if_cnw.c bcmp(sc->sc_arpcom.ac_enaddr, eh->ether_dhost, sc_arpcom 699 dev/pcmcia/if_cnw.c struct ifnet *ifp = &sc->sc_arpcom.ac_if; sc_arpcom 702 dev/pcmcia/if_cnw.c if (!(sc->sc_arpcom.ac_if.if_flags & IFF_RUNNING)) sc_arpcom 764 dev/pcmcia/if_cnw.c cnw_start(&sc->sc_arpcom.ac_if); sc_arpcom 796 dev/pcmcia/if_cnw.c arp_ifinit(&sc->sc_arpcom, ifa); sc_arpcom 850 dev/pcmcia/if_cnw.c struct ifnet *ifp = &sc->sc_arpcom.ac_if; sc_arpcom 870 dev/pcmcia/if_cnw.c struct ifnet *ifp = &sc->sc_arpcom.ac_if; sc_arpcom 417 dev/pcmcia/if_ep_pcmcia.c struct ifnet *ifp = &esc->sc_arpcom.ac_if; sc_arpcom 855 dev/pcmcia/if_ne_pcmcia.c struct ifnet *ifp = &esc->sc_arpcom.ac_if; sc_arpcom 251 dev/pcmcia/if_rln_pcmcia.c struct ifnet *ifp = &sc->sc_arpcom.ac_if; sc_arpcom 270 dev/pcmcia/if_rln_pcmcia.c struct ifnet *ifp = &sc->sc_arpcom.ac_if; sc_arpcom 243 dev/pcmcia/if_sm_pcmcia.c struct ifnet *ifp = &psc->sc_smc.sc_arpcom.ac_if; sc_arpcom 261 dev/pcmcia/if_sm_pcmcia.c struct ifnet *ifp = &sc->sc_smc.sc_arpcom.ac_if; sc_arpcom 128 dev/pcmcia/if_xe.c struct arpcom sc_arpcom; /* Ethernet common part */ sc_arpcom 359 dev/pcmcia/if_xe.c ifp = &sc->sc_arpcom.ac_if; sc_arpcom 361 dev/pcmcia/if_xe.c bcopy(enaddr, sc->sc_arpcom.ac_enaddr, ETHER_ADDR_LEN); sc_arpcom 385 dev/pcmcia/if_xe.c ether_sprintf(sc->sc_arpcom.ac_enaddr)); sc_arpcom 449 dev/pcmcia/if_xe.c struct ifnet *ifp = &sc->sc_arpcom.ac_if; sc_arpcom 470 dev/pcmcia/if_xe.c struct ifnet *ifp = &sc->sc_xe.sc_arpcom.ac_if; sc_arpcom 638 dev/pcmcia/if_xe.c struct ifnet *ifp = &sc->sc_arpcom.ac_if; sc_arpcom 758 dev/pcmcia/if_xe.c struct ifnet *ifp = &sc->sc_arpcom.ac_if; sc_arpcom 1037 dev/pcmcia/if_xe.c ++sc->sc_arpcom.ac_if.if_oerrors; sc_arpcom 1059 dev/pcmcia/if_xe.c sc->sc_arpcom.ac_if.if_timer = 0; sc_arpcom 1066 dev/pcmcia/if_xe.c struct ifnet *ifp = &sc->sc_arpcom.ac_if; sc_arpcom 1184 dev/pcmcia/if_xe.c arp_ifinit(&sc->sc_arpcom, ifa); sc_arpcom 1249 dev/pcmcia/if_xe.c ether_addmulti(ifr, &sc->sc_arpcom) : sc_arpcom 1250 dev/pcmcia/if_xe.c ether_delmulti(ifr, &sc->sc_arpcom); sc_arpcom 1291 dev/pcmcia/if_xe.c struct arpcom *arp = &sc->sc_arpcom; sc_arpcom 1294 dev/pcmcia/if_xe.c struct ifnet *ifp = &sc->sc_arpcom.ac_if; sc_arpcom 1300 dev/pcmcia/if_xe.c sc->sc_arpcom.ac_enaddr[(sc->sc_flags & XEF_MOHAWK) ? sc_arpcom 115 dev/sbus/be.c struct arpcom sc_arpcom; sc_arpcom 218 dev/sbus/be.c struct ifnet *ifp = &sc->sc_arpcom.ac_if; sc_arpcom 287 dev/sbus/be.c myetheraddr(sc->sc_arpcom.ac_enaddr); sc_arpcom 288 dev/sbus/be.c printf(" address %s\n", ether_sprintf(sc->sc_arpcom.ac_enaddr)); sc_arpcom 493 dev/sbus/be.c struct ifnet *ifp = &sc->sc_arpcom.ac_if; sc_arpcom 544 dev/sbus/be.c struct ifnet *ifp = &sc->sc_arpcom.ac_if; sc_arpcom 681 dev/sbus/be.c if ((sc->sc_arpcom.ac_if.if_flags & IFF_UP) != 0) sc_arpcom 692 dev/sbus/be.c ++sc->sc_arpcom.ac_if.if_oerrors; sc_arpcom 845 dev/sbus/be.c struct ifnet *ifp = &sc->sc_arpcom.ac_if; sc_arpcom 943 dev/sbus/be.c if ((error = ether_ioctl(ifp, &sc->sc_arpcom, cmd, data)) > 0) { sc_arpcom 955 dev/sbus/be.c arp_ifinit(&sc->sc_arpcom, ifa); sc_arpcom 999 dev/sbus/be.c ether_addmulti(ifr, &sc->sc_arpcom): sc_arpcom 1000 dev/sbus/be.c ether_delmulti(ifr, &sc->sc_arpcom); sc_arpcom 1028 dev/sbus/be.c struct ifnet *ifp = &sc->sc_arpcom.ac_if; sc_arpcom 1044 dev/sbus/be.c ea = sc->sc_arpcom.ac_enaddr; sc_arpcom 1122 dev/sbus/be.c struct arpcom *ac = &sc->sc_arpcom; sc_arpcom 1123 dev/sbus/be.c struct ifnet *ifp = &sc->sc_arpcom.ac_if; sc_arpcom 143 dev/sbus/if_gem_sbus.c sc->sc_arpcom.ac_enaddr, ETHER_ADDR_LEN) <= 0) sc_arpcom 144 dev/sbus/if_gem_sbus.c myetheraddr(sc->sc_arpcom.ac_enaddr); sc_arpcom 161 dev/sbus/if_hme_sbus.c sc->sc_arpcom.ac_enaddr, ETHER_ADDR_LEN) <= 0) sc_arpcom 162 dev/sbus/if_hme_sbus.c myetheraddr(sc->sc_arpcom.ac_enaddr); sc_arpcom 236 dev/sbus/if_le.c myetheraddr(sc->sc_arpcom.ac_enaddr); sc_arpcom 176 dev/sbus/if_le_lebuffer.c myetheraddr(sc->sc_arpcom.ac_enaddr); sc_arpcom 391 dev/sbus/if_le_ledma.c myetheraddr(sc->sc_arpcom.ac_enaddr); sc_arpcom 121 dev/sbus/qe.c struct arpcom sc_arpcom; sc_arpcom 194 dev/sbus/qe.c struct ifnet *ifp = &sc->sc_arpcom.ac_if; sc_arpcom 244 dev/sbus/qe.c myetheraddr(sc->sc_arpcom.ac_enaddr); sc_arpcom 319 dev/sbus/qe.c printf(" address %s\n", ether_sprintf(sc->sc_arpcom.ac_enaddr)); sc_arpcom 333 dev/sbus/qe.c struct ifnet *ifp = &sc->sc_arpcom.ac_if; sc_arpcom 415 dev/sbus/qe.c struct ifnet *ifp = &sc->sc_arpcom.ac_if; sc_arpcom 642 dev/sbus/qe.c struct ifnet *ifp = &sc->sc_arpcom.ac_if; sc_arpcom 737 dev/sbus/qe.c struct ifnet *ifp = &sc->sc_arpcom.ac_if; sc_arpcom 915 dev/sbus/qe.c if ((error = ether_ioctl(ifp, &sc->sc_arpcom, cmd, data)) > 0) { sc_arpcom 927 dev/sbus/qe.c arp_ifinit(&sc->sc_arpcom, ifa); sc_arpcom 968 dev/sbus/qe.c ether_addmulti(ifr, &sc->sc_arpcom): sc_arpcom 969 dev/sbus/qe.c ether_delmulti(ifr, &sc->sc_arpcom); sc_arpcom 1001 dev/sbus/qe.c struct ifnet *ifp = &sc->sc_arpcom.ac_if; sc_arpcom 1067 dev/sbus/qe.c ea = sc->sc_arpcom.ac_enaddr; sc_arpcom 1106 dev/sbus/qe.c struct arpcom *ac = &sc->sc_arpcom; sc_arpcom 1107 dev/sbus/qe.c struct ifnet *ifp = &sc->sc_arpcom.ac_if; sc_arpcom 113 dev/tc/if_fta.c sc->sc_arpcom.ac_enaddr, 6); sc_arpcom 79 dev/usb/if_cdcef.c struct arpcom sc_arpcom; sc_arpcom 80 dev/usb/if_cdcef.c #define GET_IFP(sc) (&(sc)->sc_arpcom.ac_if) sc_arpcom 249 dev/usb/if_cdcef.c bcopy(&macaddr_hi, &sc->sc_arpcom.ac_enaddr[0], sizeof(u_int16_t)); sc_arpcom 250 dev/usb/if_cdcef.c bcopy(&ticks, &sc->sc_arpcom.ac_enaddr[2], sizeof(u_int32_t)); sc_arpcom 251 dev/usb/if_cdcef.c sc->sc_arpcom.ac_enaddr[5] = (u_int8_t)(sc->sc_unit); sc_arpcom 254 dev/usb/if_cdcef.c ether_sprintf(sc->sc_arpcom.ac_enaddr)); sc_arpcom 493 dev/usb/if_cdcef.c arp_ifinit(&sc->sc_arpcom, ifa); sc_arpcom 519 dev/usb/if_cdcef.c ether_addmulti(ifr, &sc->sc_arpcom) : sc_arpcom 520 dev/usb/if_cdcef.c ether_delmulti(ifr, &sc->sc_arpcom);