sys/arch/amd64/amd64/autoconf.c
200
((struct arpcom *)ifp)->ac_enaddr,
sys/arch/arm64/arm64/autoconf.c
91
memcmp(bootmac, ((struct arpcom *)ifp)->ac_enaddr,
sys/arch/armv7/armv7/autoconf.c
132
memcmp(bootmac, ((struct arpcom *)ifp)->ac_enaddr,
sys/arch/armv7/omap/if_cpsw.c
139
struct arpcom sc_ac;
sys/arch/armv7/omap/if_cpsw.c
334
struct arpcom * const ac = &sc->sc_ac;
sys/arch/armv7/omap/if_cpsw.c
808
struct arpcom *ac = &sc->sc_ac;
sys/arch/armv7/sunxi/sxie.c
155
struct arpcom sc_ac;
sys/arch/i386/i386/autoconf.c
226
((struct arpcom *)ifp)->ac_enaddr,
sys/arch/macppc/dev/if_bm.c
185
struct ifnet *ifp = &sc->arpcom.ac_if;
sys/arch/macppc/dev/if_bm.c
210
bcopy(laddr, sc->arpcom.ac_enaddr, 6);
sys/arch/macppc/dev/if_bm.c
336
struct ifnet *ifp = &sc->arpcom.ac_if;
sys/arch/macppc/dev/if_bm.c
400
p = (u_short *)sc->arpcom.ac_enaddr;
sys/arch/macppc/dev/if_bm.c
430
bcopy(sc->arpcom.ac_enaddr, eh->ether_dhost, ETHER_ADDR_LEN);
sys/arch/macppc/dev/if_bm.c
431
bcopy(sc->arpcom.ac_enaddr, eh->ether_shost, ETHER_ADDR_LEN);
sys/arch/macppc/dev/if_bm.c
470
struct ifnet *ifp = &sc->arpcom.ac_if;
sys/arch/macppc/dev/if_bm.c
499
struct ifnet *ifp = &sc->arpcom.ac_if;
sys/arch/macppc/dev/if_bm.c
579
struct ifnet *ifp = &sc->arpcom.ac_if;
sys/arch/macppc/dev/if_bm.c
71
struct arpcom arpcom; /* per-instance network data */
sys/arch/macppc/dev/if_bm.c
788
error = ether_ioctl(ifp, &sc->arpcom, cmd, data);
sys/arch/macppc/dev/if_bm.c
828
struct arpcom *ac = &sc->arpcom;
sys/arch/macppc/dev/if_bm.c
829
struct ifnet *ifp = &sc->arpcom.ac_if;
sys/arch/macppc/dev/if_mc.c
1089
struct arpcom *ac = &sc->sc_arpcom;
sys/arch/macppc/dev/if_mc.c
265
struct arpcom sc_arpcom; /* Ethernet common part */
sys/arch/octeon/dev/cn30xxgmx.c
628
struct arpcom *ac = sc->sc_port_ac;
sys/arch/octeon/dev/cn30xxgmxvar.h
66
struct arpcom *sc_port_ac;
sys/arch/octeon/dev/if_cnmacvar.h
77
struct arpcom sc_arpcom;
sys/arch/octeon/dev/if_ogx.c
70
struct arpcom sc_ac;
sys/arch/octeon/dev/if_ogx.c
897
struct arpcom *ac = &sc->sc_ac;
sys/arch/powerpc64/powerpc64/autoconf.c
59
memcmp(bootmac, ((struct arpcom *)ifp)->ac_enaddr,
sys/arch/riscv64/riscv64/autoconf.c
77
memcmp(bootmac, ((struct arpcom *)ifp)->ac_enaddr,
sys/arch/sparc64/dev/vnet.c
1370
struct arpcom *ac = &sc->sc_ac;
sys/arch/sparc64/dev/vnet.c
183
struct arpcom sc_ac;
sys/dev/fdt/if_cad.c
1087
struct arpcom *ac = &sc->sc_ac;
sys/dev/fdt/if_cad.c
267
struct arpcom sc_ac;
sys/dev/fdt/if_dwge.c
1314
struct arpcom *ac = &sc->sc_ac;
sys/dev/fdt/if_dwge.c
273
struct arpcom sc_ac;
sys/dev/fdt/if_dwxe.c
1206
struct arpcom *ac = &sc->sc_ac;
sys/dev/fdt/if_dwxe.c
280
struct arpcom sc_ac;
sys/dev/fdt/if_fec.c
218
struct arpcom sc_ac;
sys/dev/fdt/if_fec.c
779
struct arpcom *ac = &sc->sc_ac;
sys/dev/fdt/if_mvneta.c
140
struct arpcom sc_ac;
sys/dev/fdt/if_mvneta.c
1627
struct arpcom *ac = &sc->sc_ac;
sys/dev/fdt/if_mvpp.c
191
struct arpcom sc_ac;
sys/dev/fdt/if_mvpp.c
3052
struct arpcom *ac = &sc->sc_ac;
sys/dev/ic/aic6915.c
1281
struct arpcom *ac = &sc->sc_arpcom;
sys/dev/ic/aic6915.h
765
struct arpcom sc_arpcom; /* ethernet common data */
sys/dev/ic/ath.c
1087
struct arpcom *ac = &sc->sc_ic.ic_ac;
sys/dev/ic/athn.c
2892
struct arpcom *ac = &sc->sc_ic.ic_ac;
sys/dev/ic/atw.c
2019
struct arpcom *ac = &ic->ic_ac;
sys/dev/ic/bcmgenet.c
392
struct arpcom *ac = &sc->sc_ac;
sys/dev/ic/bcmgenetvar.h
68
struct arpcom sc_ac;
sys/dev/ic/bwfm.c
457
((struct arpcom *)ifp)->ac_enaddr);
sys/dev/ic/bwfm.c
609
struct arpcom *ac = &sc->sc_ic.ic_ac;
sys/dev/ic/dc.c
1021
struct arpcom *ac = &sc->sc_arpcom;
sys/dev/ic/dc.c
1076
struct arpcom *ac = &sc->sc_arpcom;
sys/dev/ic/dc.c
892
struct arpcom *ac = &sc->sc_arpcom;
sys/dev/ic/dc.c
974
struct arpcom *ac = &sc->sc_arpcom;
sys/dev/ic/dcreg.h
721
struct arpcom sc_arpcom; /* interface info */
sys/dev/ic/dp8390.c
871
dp8390_getmcaf(struct arpcom *ac, u_int8_t *af)
sys/dev/ic/dp8390var.h
174
void dp8390_getmcaf(struct arpcom *, u_int8_t *);
sys/dev/ic/dp8390var.h
33
struct arpcom sc_arpcom; /* ethernet common */
sys/dev/ic/dwqe.c
1121
struct arpcom *ac = &sc->sc_ac;
sys/dev/ic/dwqevar.h
58
struct arpcom sc_ac;
sys/dev/ic/elink3var.h
42
struct arpcom sc_arpcom; /* Ethernet common part */
sys/dev/ic/fxp.c
1678
struct arpcom *ac = &sc->sc_arpcom;
sys/dev/ic/fxpvar.h
113
struct arpcom sc_arpcom; /* per-interface network data */
sys/dev/ic/gem.c
1582
struct arpcom *ac = &sc->sc_arpcom;
sys/dev/ic/gemvar.h
123
struct arpcom sc_arpcom; /* ethernet common data */
sys/dev/ic/hme.c
1209
struct arpcom *ac = &sc->sc_arpcom;
sys/dev/ic/hmevar.h
59
struct arpcom sc_arpcom; /* Ethernet common part */
sys/dev/ic/i82596.c
1871
struct arpcom *ac = &sc->sc_arpcom;
sys/dev/ic/i82596var.h
196
struct arpcom sc_arpcom; /* system ethercom structure */
sys/dev/ic/if_wi.c
1378
struct arpcom *ac = &sc->sc_ic.ic_ac;
sys/dev/ic/if_wi.c
420
memcpy(((struct arpcom *)ifp)->ac_enaddr, ic->ic_myaddr,
sys/dev/ic/lance.c
564
lance_setladrf(struct arpcom *ac, uint16_t *af)
sys/dev/ic/lancevar.h
117
void lance_setladrf(struct arpcom *, uint16_t *);
sys/dev/ic/lancevar.h
36
struct arpcom sc_arpcom; /* Ethernet common part */
sys/dev/ic/lemac.c
466
struct arpcom *ac = &sc->sc_ec;
sys/dev/ic/lemacvar.h
38
struct arpcom sc_arpcom; /* Ethernet common part */
sys/dev/ic/mtd8xx.c
314
struct arpcom *ac = &sc->sc_arpcom;
sys/dev/ic/mtd8xxvar.h
130
struct arpcom sc_arpcom;
sys/dev/ic/pgt.c
2528
struct arpcom *ac = &ic->ic_ac;
sys/dev/ic/qwx.c
296
((struct arpcom *)ifp)->ac_enaddr);
sys/dev/ic/qwz.c
258
((struct arpcom *)ifp)->ac_enaddr);
sys/dev/ic/re.c
580
struct arpcom *ac = &sc->sc_arpcom;
sys/dev/ic/rtl81x9.c
444
struct arpcom *ac = &sc->sc_arpcom;
sys/dev/ic/rtl81x9reg.h
871
struct arpcom sc_arpcom; /* interface info */
sys/dev/ic/rtw.c
2278
struct arpcom *ac = &ic->ic_ac;
sys/dev/ic/smc83c170.c
1238
struct arpcom *ac = &sc->sc_arpcom;
sys/dev/ic/smc83c170var.h
101
struct arpcom sc_arpcom; /* ethernet common data */
sys/dev/ic/smc91cxxvar.h
36
struct arpcom sc_arpcom; /* ethernet common glue */
sys/dev/ic/ti.c
1210
ifp = &sc->arpcom.ac_if;
sys/dev/ic/ti.c
1393
if (ti_read_eeprom(sc, (caddr_t)&sc->arpcom.ac_enaddr,
sys/dev/ic/ti.c
1403
printf(", address %s\n", ether_sprintf(sc->arpcom.ac_enaddr));
sys/dev/ic/ti.c
1439
ifp = &sc->arpcom.ac_if;
sys/dev/ic/ti.c
1523
ifp = &sc->arpcom.ac_if;
sys/dev/ic/ti.c
1626
ifp = &sc->arpcom.ac_if;
sys/dev/ic/ti.c
1672
ifp = &sc->arpcom.ac_if;
sys/dev/ic/ti.c
1714
ifp = &sc->arpcom.ac_if;
sys/dev/ic/ti.c
1752
ifp = &sc->arpcom.ac_if;
sys/dev/ic/ti.c
2027
ifp = &sc->arpcom.ac_if;
sys/dev/ic/ti.c
2036
m = (u_int16_t *)&sc->arpcom.ac_enaddr[0];
sys/dev/ic/ti.c
2241
error = ether_ioctl(ifp, &sc->arpcom, command, data);
sys/dev/ic/ti.c
2278
ifp = &sc->arpcom.ac_if;
sys/dev/ic/ti.c
485
struct ifnet *ifp = &sc->arpcom.ac_if;
sys/dev/ic/ti.c
970
struct ifnet *ifp = &sc->arpcom.ac_if;
sys/dev/ic/ti.c
971
struct arpcom *ac = &sc->arpcom;
sys/dev/ic/tireg.h
1114
struct arpcom arpcom; /* interface info */
sys/dev/ic/xl.c
565
struct arpcom *ac = &sc->sc_arpcom;
sys/dev/ic/xl.c
601
struct arpcom *ac = &sc->sc_arpcom;
sys/dev/ic/xlreg.h
588
struct arpcom sc_arpcom; /* interface info */
sys/dev/isa/if_ef_isapnp.c
613
struct arpcom *ac = &sc->sc_arpcom;
sys/dev/isa/if_ef_isapnp.c
69
struct arpcom sc_arpcom;
sys/dev/isa/if_eg.c
86
struct arpcom sc_arpcom; /* Ethernet common part */
sys/dev/isa/if_el.c
63
struct arpcom sc_arpcom; /* ethernet common */
sys/dev/isa/if_ex.c
208
sc->arpcom.ac_enaddr[5] = eaddr_tmp & 0xff;
sys/dev/isa/if_ex.c
209
sc->arpcom.ac_enaddr[4] = eaddr_tmp >> 8;
sys/dev/isa/if_ex.c
211
sc->arpcom.ac_enaddr[3] = eaddr_tmp & 0xff;
sys/dev/isa/if_ex.c
212
sc->arpcom.ac_enaddr[2] = eaddr_tmp >> 8;
sys/dev/isa/if_ex.c
214
sc->arpcom.ac_enaddr[1] = eaddr_tmp & 0xff;
sys/dev/isa/if_ex.c
215
sc->arpcom.ac_enaddr[0] = eaddr_tmp >> 8;
sys/dev/isa/if_ex.c
243
struct ifnet *ifp = &sc->arpcom.ac_if;
sys/dev/isa/if_ex.c
277
ether_sprintf(sc->arpcom.ac_enaddr));
sys/dev/isa/if_ex.c
289
struct ifnet *ifp = &sc->arpcom.ac_if;
sys/dev/isa/if_ex.c
296
sc->arpcom.ac_if.if_timer = 0;
sys/dev/isa/if_ex.c
306
CSR_WRITE_1(sc, I_ADDR_REG0 + i, sc->arpcom.ac_enaddr[i]);
sys/dev/isa/if_ex.c
562
struct ifnet *ifp = &sc->arpcom.ac_if;
sys/dev/isa/if_ex.c
606
struct ifnet *ifp = &sc->arpcom.ac_if;
sys/dev/isa/if_ex.c
638
struct ifnet *ifp = &sc->arpcom.ac_if;
sys/dev/isa/if_ex.c
758
error = ether_ioctl(ifp, &sc->arpcom, cmd, data);
sys/dev/isa/if_ex.c
77
struct arpcom arpcom; /* Ethernet common data */
sys/dev/isa/if_ex.c
775
struct arpcom *ac = &sc->arpcom;
sys/dev/isa/if_ex.c
776
struct ifnet *ifp = &sc->arpcom.ac_if;
sys/dev/isa/if_ex.c
833
addr = (uint16_t*) sc->arpcom.ac_enaddr;
sys/dev/isa/if_ie.c
2005
struct arpcom *ac = &sc->sc_arpcom;
sys/dev/isa/if_ie.c
214
struct arpcom sc_arpcom;
sys/dev/pci/if_age.c
2161
struct arpcom *ac = &sc->sc_arpcom;
sys/dev/pci/if_agereg.h
819
struct arpcom sc_arpcom;
sys/dev/pci/if_alc.c
3335
struct arpcom *ac = &sc->sc_arpcom;
sys/dev/pci/if_alcreg.h
1425
struct arpcom sc_arpcom;
sys/dev/pci/if_ale.c
1965
struct arpcom *ac = &sc->sc_arpcom;
sys/dev/pci/if_alereg.h
903
struct arpcom sc_arpcom;
sys/dev/pci/if_aq_pci.c
1017
struct arpcom sc_arpcom;
sys/dev/pci/if_aq_pci.c
3904
struct arpcom *ac = &sc->sc_arpcom;
sys/dev/pci/if_bce.c
106
struct arpcom bce_ac; /* interface info */
sys/dev/pci/if_bce.c
1171
struct arpcom *ac = &sc->bce_ac;
sys/dev/pci/if_bge.c
1575
struct arpcom *ac = &sc->arpcom;
sys/dev/pci/if_bge.c
2202
(sc->arpcom.ac_enaddr[0] + sc->arpcom.ac_enaddr[1] +
sys/dev/pci/if_bge.c
2203
sc->arpcom.ac_enaddr[2] + sc->arpcom.ac_enaddr[3] +
sys/dev/pci/if_bge.c
2204
sc->arpcom.ac_enaddr[4] + sc->arpcom.ac_enaddr[5]) &
sys/dev/pci/if_bge.c
2947
sc->arpcom.ac_enaddr, ETHER_ADDR_LEN) == ETHER_ADDR_LEN)
sys/dev/pci/if_bge.c
2958
sc->arpcom.ac_enaddr[0] = (u_char)(mac_addr >> 8);
sys/dev/pci/if_bge.c
2959
sc->arpcom.ac_enaddr[1] = (u_char)mac_addr;
sys/dev/pci/if_bge.c
2961
sc->arpcom.ac_enaddr[2] = (u_char)(mac_addr >> 24);
sys/dev/pci/if_bge.c
2962
sc->arpcom.ac_enaddr[3] = (u_char)(mac_addr >> 16);
sys/dev/pci/if_bge.c
2963
sc->arpcom.ac_enaddr[4] = (u_char)(mac_addr >> 8);
sys/dev/pci/if_bge.c
2964
sc->arpcom.ac_enaddr[5] = (u_char)mac_addr;
sys/dev/pci/if_bge.c
2974
if (bge_read_nvram(sc, (caddr_t)&sc->arpcom.ac_enaddr,
sys/dev/pci/if_bge.c
2979
if (bge_read_eeprom(sc, (caddr_t)&sc->arpcom.ac_enaddr,
sys/dev/pci/if_bge.c
2988
myetheraddr(sc->arpcom.ac_enaddr);
sys/dev/pci/if_bge.c
3054
ifp = &sc->arpcom.ac_if;
sys/dev/pci/if_bge.c
3145
ether_sprintf(sc->arpcom.ac_enaddr));
sys/dev/pci/if_bge.c
3218
struct ifnet *ifp = &sc->arpcom.ac_if;
sys/dev/pci/if_bge.c
3253
struct ifnet *ifp = &sc->arpcom.ac_if;
sys/dev/pci/if_bge.c
3529
ifp = &sc->arpcom.ac_if;
sys/dev/pci/if_bge.c
3692
ifp = &sc->arpcom.ac_if;
sys/dev/pci/if_bge.c
3756
ifp = &sc->arpcom.ac_if;
sys/dev/pci/if_bge.c
3855
struct ifnet *ifp = &sc->arpcom.ac_if;
sys/dev/pci/if_bge.c
3932
struct ifnet *ifp = &sc->arpcom.ac_if;
sys/dev/pci/if_bge.c
4273
ifp = &sc->arpcom.ac_if;
sys/dev/pci/if_bge.c
4303
m = (u_int16_t *)&sc->arpcom.ac_enaddr[0];
sys/dev/pci/if_bge.c
4586
error = ether_ioctl(ifp, &sc->arpcom, command, data);
sys/dev/pci/if_bge.c
4664
struct ifnet *ifp = &sc->arpcom.ac_if;
sys/dev/pci/if_bge.c
4777
struct ifnet *ifp = &sc->arpcom.ac_if;
sys/dev/pci/if_bgereg.h
2841
struct arpcom arpcom; /* interface info */
sys/dev/pci/if_bnx.c
3253
struct ifnet *ifp = &sc->arpcom.ac_if;
sys/dev/pci/if_bnx.c
4227
struct ifnet *ifp = &sc->arpcom.ac_if;
sys/dev/pci/if_bnx.c
4499
struct ifnet *ifp = &sc->arpcom.ac_if;
sys/dev/pci/if_bnx.c
4630
struct ifnet *ifp = &sc->arpcom.ac_if;
sys/dev/pci/if_bnx.c
4656
bcopy(sc->arpcom.ac_enaddr, sc->eaddr, ETHER_ADDR_LEN);
sys/dev/pci/if_bnx.c
4709
struct ifnet *ifp = &sc->arpcom.ac_if;
sys/dev/pci/if_bnx.c
5014
error = ether_ioctl(ifp, &sc->arpcom, command, data);
sys/dev/pci/if_bnx.c
5073
struct ifnet *ifp = &sc->arpcom.ac_if;
sys/dev/pci/if_bnx.c
5175
struct arpcom *ac = &sc->arpcom;
sys/dev/pci/if_bnx.c
5263
struct ifnet *ifp = &sc->arpcom.ac_if;
sys/dev/pci/if_bnx.c
5459
struct ifnet *ifp = &sc->arpcom.ac_if;
sys/dev/pci/if_bnx.c
871
ifp = &sc->arpcom.ac_if;
sys/dev/pci/if_bnx.c
881
bcopy(sc->eaddr, sc->arpcom.ac_enaddr, ETHER_ADDR_LEN);
sys/dev/pci/if_bnx.c
893
ether_sprintf(sc->arpcom.ac_enaddr));
sys/dev/pci/if_bnx.c
961
struct ifnet *ifp = &sc->arpcom.ac_if;
sys/dev/pci/if_bnxreg.h
4757
struct arpcom arpcom;
sys/dev/pci/if_bnxt.c
255
struct arpcom sc_ac;
sys/dev/pci/if_cas.c
1708
struct arpcom *ac = &sc->sc_arpcom;
sys/dev/pci/if_casvar.h
125
struct arpcom sc_arpcom; /* ethernet common data */
sys/dev/pci/if_de.c
2875
struct arpcom *ac = &sc->tulip_ac;
sys/dev/pci/if_devar.h
443
struct arpcom tulip_ac;
sys/dev/pci/if_em.c
1461
struct arpcom *ac = &sc->sc_ac;
sys/dev/pci/if_em.h
385
struct arpcom sc_ac;
sys/dev/pci/if_et.c
1181
struct arpcom *ac = &sc->sc_arpcom;
sys/dev/pci/if_etreg.h
485
struct arpcom sc_arpcom;
sys/dev/pci/if_iavf.c
619
struct arpcom sc_ac;
sys/dev/pci/if_ice.c
272
struct arpcom sc_ac;
sys/dev/pci/if_ice.c
7965
uint8_t *lladdr = ((struct arpcom *)ifp)->ac_enaddr;
sys/dev/pci/if_igc.c
1586
struct arpcom *ac = &sc->sc_ac;
sys/dev/pci/if_igc.h
292
struct arpcom sc_ac;
sys/dev/pci/if_iwm.c
11655
((struct arpcom *)ifp)->ac_enaddr);
sys/dev/pci/if_iwx.c
11992
((struct arpcom *)ifp)->ac_enaddr);
sys/dev/pci/if_ix.c
1096
struct ifnet *ifp = &sc->arpcom.ac_if;
sys/dev/pci/if_ix.c
1121
struct ifnet *ifp = &sc->arpcom.ac_if;
sys/dev/pci/if_ix.c
1144
struct ifnet *ifp = &sc->arpcom.ac_if;
sys/dev/pci/if_ix.c
1533
struct ifnet *ifp = &sc->arpcom.ac_if;
sys/dev/pci/if_ix.c
1534
struct arpcom *ac = &sc->arpcom;
sys/dev/pci/if_ix.c
1559
ETHER_FIRST_MULTI(step, &sc->arpcom, enm);
sys/dev/pci/if_ix.c
1597
struct ifnet *ifp = &sc->arpcom.ac_if;
sys/dev/pci/if_ix.c
1645
struct ifnet *ifp = &sc->arpcom.ac_if;
sys/dev/pci/if_ix.c
1926
struct ifnet *ifp = &sc->arpcom.ac_if;
sys/dev/pci/if_ix.c
2084
struct ifnet *ifp = &sc->arpcom.ac_if;
sys/dev/pci/if_ix.c
2163
struct ifnet *ifp = &sc->arpcom.ac_if;
sys/dev/pci/if_ix.c
2278
struct ifnet *ifp = &sc->arpcom.ac_if;
sys/dev/pci/if_ix.c
2370
struct ifnet *ifp = &sc->arpcom.ac_if;
sys/dev/pci/if_ix.c
2644
struct ifnet *ifp = &sc->arpcom.ac_if;
sys/dev/pci/if_ix.c
2764
struct ifnet *ifp = &sc->arpcom.ac_if;
sys/dev/pci/if_ix.c
2805
struct ifnet *ifp = &sc->arpcom.ac_if;
sys/dev/pci/if_ix.c
2912
struct ifnet *ifp = &sc->arpcom.ac_if;
sys/dev/pci/if_ix.c
312
bcopy(sc->hw.mac.addr, sc->arpcom.ac_enaddr,
sys/dev/pci/if_ix.c
3149
struct ifnet *ifp = &sc->arpcom.ac_if;
sys/dev/pci/if_ix.c
372
struct ifnet *ifp = &sc->arpcom.ac_if;
sys/dev/pci/if_ix.c
403
struct ifnet *ifp = &sc->arpcom.ac_if;
sys/dev/pci/if_ix.c
588
error = ether_ioctl(ifp, &sc->arpcom, command, data);
sys/dev/pci/if_ix.c
748
struct ifnet *ifp = &sc->arpcom.ac_if;
sys/dev/pci/if_ix.c
763
bcopy(sc->arpcom.ac_enaddr, sc->hw.mac.addr,
sys/dev/pci/if_ix.h
220
struct arpcom arpcom;
sys/dev/pci/if_ixgb.c
746
struct arpcom *ac = &sc->interface_data;
sys/dev/pci/if_ixgb.h
226
struct arpcom interface_data;
sys/dev/pci/if_ixl.c
1206
struct arpcom sc_ac;
sys/dev/pci/if_ixv.c
1230
error = ether_ioctl(ifp, &sc->arpcom, command, data);
sys/dev/pci/if_ixv.c
307
ether_fakeaddr(&sc->arpcom.ac_if);
sys/dev/pci/if_ixv.c
308
bcopy(sc->arpcom.ac_enaddr, hw->mac.addr, ETHER_ADDR_LEN);
sys/dev/pci/if_ixv.c
309
bcopy(sc->arpcom.ac_enaddr, hw->mac.perm_addr, ETHER_ADDR_LEN);
sys/dev/pci/if_ixv.c
311
bcopy(hw->mac.addr, sc->arpcom.ac_enaddr, ETHER_ADDR_LEN);
sys/dev/pci/if_ixv.c
357
struct ifnet *ifp = &sc->arpcom.ac_if;
sys/dev/pci/if_ixv.c
431
struct ifnet *ifp = &sc->arpcom.ac_if;
sys/dev/pci/if_ixv.c
448
bcopy(sc->arpcom.ac_enaddr, sc->hw.mac.addr,
sys/dev/pci/if_ixv.c
563
struct ifnet *ifp = &sc->arpcom.ac_if;
sys/dev/pci/if_ixv.c
637
struct ifnet *ifp = &sc->arpcom.ac_if;
sys/dev/pci/if_ixv.c
639
struct arpcom *ac = &sc->arpcom;
sys/dev/pci/if_ixv.c
656
ETHER_FIRST_MULTI(step, &sc->arpcom, enm);
sys/dev/pci/if_ixv.c
714
struct ifnet *ifp = &sc->arpcom.ac_if;
sys/dev/pci/if_ixv.c
766
ifp = &sc->arpcom.ac_if;
sys/dev/pci/if_ixv.c
831
struct ifnet *ifp = &sc->arpcom.ac_if;
sys/dev/pci/if_jme.c
2251
struct arpcom *ac = &sc->sc_arpcom;
sys/dev/pci/if_jmevar.h
167
struct arpcom sc_arpcom;
sys/dev/pci/if_lge.c
1002
CSR_WRITE_4(sc, LGE_PAR0, *(u_int32_t *)(&sc->arpcom.ac_enaddr[0]));
sys/dev/pci/if_lge.c
1003
CSR_WRITE_4(sc, LGE_PAR1, *(u_int32_t *)(&sc->arpcom.ac_enaddr[4]));
sys/dev/pci/if_lge.c
1199
error = ether_ioctl(ifp, &sc->arpcom, command, data);
sys/dev/pci/if_lge.c
1240
ifp = &sc->arpcom.ac_if;
sys/dev/pci/if_lge.c
306
struct arpcom *ac = &sc->arpcom;
sys/dev/pci/if_lge.c
457
bcopy(eaddr, &sc->arpcom.ac_enaddr, ETHER_ADDR_LEN);
sys/dev/pci/if_lge.c
491
ifp = &sc->arpcom.ac_if;
sys/dev/pci/if_lge.c
684
ifp = &sc->arpcom.ac_if;
sys/dev/pci/if_lge.c
761
ifp = &sc->arpcom.ac_if;
sys/dev/pci/if_lge.c
798
struct ifnet *ifp = &sc->arpcom.ac_if;
sys/dev/pci/if_lge.c
832
ifp = &sc->arpcom.ac_if;
sys/dev/pci/if_lge.c
990
struct ifnet *ifp = &sc->arpcom.ac_if;
sys/dev/pci/if_lgereg.h
509
struct arpcom arpcom; /* interface info */
sys/dev/pci/if_lii.c
106
struct arpcom sc_ac;
sys/dev/pci/if_lii.c
1107
struct arpcom *ac = &sc->sc_ac;
sys/dev/pci/if_mcx.c
2445
struct arpcom sc_ac;
sys/dev/pci/if_msk.c
1059
ifp = &sc_if->arpcom.ac_if;
sys/dev/pci/if_msk.c
1140
struct ifnet *ifp= &sc_if->arpcom.ac_if;
sys/dev/pci/if_msk.c
1175
struct ifnet *ifp = &sc_if->arpcom.ac_if;
sys/dev/pci/if_msk.c
1720
struct ifnet *ifp = &sc_if->arpcom.ac_if;
sys/dev/pci/if_msk.c
1769
struct ifnet *ifp = &sc_if->arpcom.ac_if;
sys/dev/pci/if_msk.c
1905
ifp0 = &sc_if0->arpcom.ac_if;
sys/dev/pci/if_msk.c
1907
ifp1 = &sc_if1->arpcom.ac_if;
sys/dev/pci/if_msk.c
2046
sc_if->arpcom.ac_enaddr[i * 2] |
sys/dev/pci/if_msk.c
2047
sc_if->arpcom.ac_enaddr[i * 2 + 1] << 8);
sys/dev/pci/if_msk.c
2100
struct ifnet *ifp = &sc_if->arpcom.ac_if;
sys/dev/pci/if_msk.c
2221
struct ifnet *ifp = &sc_if->arpcom.ac_if;
sys/dev/pci/if_msk.c
483
struct ifnet *ifp = &sc_if->arpcom.ac_if;
sys/dev/pci/if_msk.c
484
struct arpcom *ac = &sc_if->arpcom;
sys/dev/pci/if_msk.c
720
error = ether_ioctl(ifp, &sc_if->arpcom, command, data);
sys/dev/pci/if_msk.c
989
sc_if->arpcom.ac_enaddr[i] =
sys/dev/pci/if_msk.c
993
ether_sprintf(sc_if->arpcom.ac_enaddr));
sys/dev/pci/if_mskvar.h
189
struct arpcom arpcom; /* interface info */
sys/dev/pci/if_myx.c
109
struct arpcom sc_ac;
sys/dev/pci/if_nep.c
1738
struct arpcom *ac = &sc->sc_ac;
sys/dev/pci/if_nep.c
419
struct arpcom sc_ac;
sys/dev/pci/if_nfe.c
1487
struct arpcom *ac = &sc->sc_arpcom;
sys/dev/pci/if_nfevar.h
58
struct arpcom sc_arpcom;
sys/dev/pci/if_ngbe.c
1520
struct arpcom *ac = &sc->sc_ac;
sys/dev/pci/if_ngbereg.h
1038
struct arpcom sc_ac;
sys/dev/pci/if_nge.c
1001
ifp = &sc->arpcom.ac_if;
sys/dev/pci/if_nge.c
1112
ifp = &sc->arpcom.ac_if;
sys/dev/pci/if_nge.c
1163
struct ifnet *ifp = &sc->arpcom.ac_if;
sys/dev/pci/if_nge.c
1245
ifp = &sc->arpcom.ac_if;
sys/dev/pci/if_nge.c
1444
struct ifnet *ifp = &sc->arpcom.ac_if;
sys/dev/pci/if_nge.c
1465
((u_int16_t *)sc->arpcom.ac_enaddr)[0]);
sys/dev/pci/if_nge.c
1468
((u_int16_t *)sc->arpcom.ac_enaddr)[1]);
sys/dev/pci/if_nge.c
1471
((u_int16_t *)sc->arpcom.ac_enaddr)[2]);
sys/dev/pci/if_nge.c
1820
error = ether_ioctl(ifp, &sc->arpcom, command, data);
sys/dev/pci/if_nge.c
1863
ifp = &sc->arpcom.ac_if;
sys/dev/pci/if_nge.c
564
struct arpcom *ac = &sc->arpcom;
sys/dev/pci/if_nge.c
749
bcopy(eaddr, &sc->arpcom.ac_enaddr, ETHER_ADDR_LEN);
sys/dev/pci/if_nge.c
784
ifp = &sc->arpcom.ac_if;
sys/dev/pci/if_ngereg.h
637
struct arpcom arpcom; /* interface info */
sys/dev/pci/if_nxe.c
698
struct arpcom sc_ac;
sys/dev/pci/if_oce.c
311
struct arpcom sc_ac;
sys/dev/pci/if_oce.c
924
struct arpcom *ac = &sc->sc_ac;
sys/dev/pci/if_pcn.c
1757
struct arpcom *ac = &sc->sc_arpcom;
sys/dev/pci/if_pcn.c
276
struct arpcom sc_arpcom; /* Ethernet common data */
sys/dev/pci/if_rge.c
1577
struct arpcom *ac = &sc->sc_arpcom;
sys/dev/pci/if_rgereg.h
409
struct arpcom sc_arpcom; /* Ethernet common data */
sys/dev/pci/if_se.c
114
struct arpcom sc_ac;
sys/dev/pci/if_se.c
441
struct arpcom *ac = &sc->sc_ac;
sys/dev/pci/if_se.c
523
struct arpcom *ac = &sc->sc_ac;
sys/dev/pci/if_sis.c
1084
bcopy(&tmp[1], sc->arpcom.ac_enaddr,
sys/dev/pci/if_sis.c
1108
sis_read_cmos(sc, pa, (caddr_t)&sc->arpcom.ac_enaddr,
sys/dev/pci/if_sis.c
1119
sis_read_eeprom(sc, (caddr_t)&sc->arpcom.ac_enaddr,
sys/dev/pci/if_sis.c
1125
ether_sprintf(sc->arpcom.ac_enaddr));
sys/dev/pci/if_sis.c
1178
ifp = &sc->arpcom.ac_if;
sys/dev/pci/if_sis.c
1221
struct ifnet *ifp = &sc->arpcom.ac_if;
sys/dev/pci/if_sis.c
1362
ifp = &sc->arpcom.ac_if;
sys/dev/pci/if_sis.c
1458
ifp = &sc->arpcom.ac_if;
sys/dev/pci/if_sis.c
1539
struct ifnet *ifp = &sc->arpcom.ac_if;
sys/dev/pci/if_sis.c
1721
struct ifnet *ifp = &sc->arpcom.ac_if;
sys/dev/pci/if_sis.c
1749
htole16(((u_int16_t *)sc->arpcom.ac_enaddr)[0]));
sys/dev/pci/if_sis.c
1752
htole16(((u_int16_t *)sc->arpcom.ac_enaddr)[1]));
sys/dev/pci/if_sis.c
1755
htole16(((u_int16_t *)sc->arpcom.ac_enaddr)[2]));
sys/dev/pci/if_sis.c
1759
htole16(((u_int16_t *)sc->arpcom.ac_enaddr)[0]));
sys/dev/pci/if_sis.c
1762
htole16(((u_int16_t *)sc->arpcom.ac_enaddr)[1]));
sys/dev/pci/if_sis.c
1765
htole16(((u_int16_t *)sc->arpcom.ac_enaddr)[2]));
sys/dev/pci/if_sis.c
1930
error = ether_ioctl(ifp, &sc->arpcom, command, data);
sys/dev/pci/if_sis.c
1979
ifp = &sc->arpcom.ac_if;
sys/dev/pci/if_sis.c
329
u_int16_t *enaddr = (u_int16_t *) &sc->arpcom.ac_enaddr;
sys/dev/pci/if_sis.c
359
sis_read_eeprom(sc, (caddr_t)&sc->arpcom.ac_enaddr,
sys/dev/pci/if_sis.c
664
struct ifnet *ifp = &sc->arpcom.ac_if;
sys/dev/pci/if_sis.c
781
struct ifnet *ifp = &sc->arpcom.ac_if;
sys/dev/pci/if_sis.c
782
struct arpcom *ac = &sc->arpcom;
sys/dev/pci/if_sis.c
854
struct ifnet *ifp = &sc->arpcom.ac_if;
sys/dev/pci/if_sis.c
855
struct arpcom *ac = &sc->arpcom;
sys/dev/pci/if_sisreg.h
451
struct arpcom arpcom; /* interface info */
sys/dev/pci/if_sk.c
1097
struct ifnet *ifp= &sc_if->arpcom.ac_if;
sys/dev/pci/if_sk.c
1128
struct ifnet *ifp = &sc_if->arpcom.ac_if;
sys/dev/pci/if_sk.c
1576
struct ifnet *ifp = &sc_if->arpcom.ac_if;
sys/dev/pci/if_sk.c
1646
struct ifnet *ifp = &sc_if->arpcom.ac_if;
sys/dev/pci/if_sk.c
1701
struct ifnet *ifp = &sc_if->arpcom.ac_if;
sys/dev/pci/if_sk.c
1755
struct ifnet *ifp = &sc_if->arpcom.ac_if;
sys/dev/pci/if_sk.c
1863
ifp0 = &sc_if0->arpcom.ac_if;
sys/dev/pci/if_sk.c
1865
ifp1 = &sc_if1->arpcom.ac_if;
sys/dev/pci/if_sk.c
2001
letoh16(*(u_int16_t *)(&sc_if->arpcom.ac_enaddr[0])));
sys/dev/pci/if_sk.c
2003
letoh16(*(u_int16_t *)(&sc_if->arpcom.ac_enaddr[2])));
sys/dev/pci/if_sk.c
2005
letoh16(*(u_int16_t *)(&sc_if->arpcom.ac_enaddr[4])));
sys/dev/pci/if_sk.c
2186
sc_if->arpcom.ac_enaddr[i * 2] |
sys/dev/pci/if_sk.c
2187
sc_if->arpcom.ac_enaddr[i * 2 + 1] << 8);
sys/dev/pci/if_sk.c
2241
struct ifnet *ifp = &sc_if->arpcom.ac_if;
sys/dev/pci/if_sk.c
2405
struct ifnet *ifp = &sc_if->arpcom.ac_if;
sys/dev/pci/if_sk.c
416
struct ifnet *ifp = &sc_if->arpcom.ac_if;
sys/dev/pci/if_sk.c
417
struct arpcom *ac = &sc_if->arpcom;
sys/dev/pci/if_sk.c
472
struct ifnet *ifp = &sc_if->arpcom.ac_if;
sys/dev/pci/if_sk.c
473
struct arpcom *ac = &sc_if->arpcom;
sys/dev/pci/if_sk.c
727
error = ether_ioctl(ifp, &sc_if->arpcom, command, data);
sys/dev/pci/if_sk.c
877
sc_if->arpcom.ac_enaddr[i] =
sys/dev/pci/if_sk.c
881
ether_sprintf(sc_if->arpcom.ac_enaddr));
sys/dev/pci/if_sk.c
992
ifp = &sc_if->arpcom.ac_if;
sys/dev/pci/if_skvar.h
196
struct arpcom arpcom; /* interface info */
sys/dev/pci/if_ste.c
1027
struct ifnet *ifp = &sc->arpcom.ac_if;
sys/dev/pci/if_ste.c
1041
CSR_WRITE_1(sc, STE_PAR0 + i, sc->arpcom.ac_enaddr[i]);
sys/dev/pci/if_ste.c
1125
ifp = &sc->arpcom.ac_if;
sys/dev/pci/if_ste.c
1224
error = ether_ioctl(ifp, &sc->arpcom, command, data);
sys/dev/pci/if_ste.c
493
struct ifnet *ifp = &sc->arpcom.ac_if;
sys/dev/pci/if_ste.c
494
struct arpcom *ac = &sc->arpcom;
sys/dev/pci/if_ste.c
552
ifp = &sc->arpcom.ac_if;
sys/dev/pci/if_ste.c
632
ifp = &sc->arpcom.ac_if;
sys/dev/pci/if_ste.c
701
ifp = &sc->arpcom.ac_if;
sys/dev/pci/if_ste.c
737
ifp = &sc->arpcom.ac_if;
sys/dev/pci/if_ste.c
769
ifp = &sc->arpcom.ac_if;
sys/dev/pci/if_ste.c
876
if (ste_read_eeprom(sc, (caddr_t)&sc->arpcom.ac_enaddr,
sys/dev/pci/if_ste.c
882
printf(", address %s\n", ether_sprintf(sc->arpcom.ac_enaddr));
sys/dev/pci/if_ste.c
894
ifp = &sc->arpcom.ac_if;
sys/dev/pci/if_stereg.h
503
struct arpcom arpcom;
sys/dev/pci/if_stge.c
1467
struct arpcom *ac = &sc->sc_arpcom;
sys/dev/pci/if_stgereg.h
531
struct arpcom sc_arpcom; /* ethernet common data */
sys/dev/pci/if_tht.c
478
struct arpcom sc_ac;
sys/dev/pci/if_tl.c
1035
ifp = &sc->arpcom.ac_if;
sys/dev/pci/if_tl.c
1068
if (!bcmp(eh->ether_shost, sc->arpcom.ac_enaddr,
sys/dev/pci/if_tl.c
1170
ifp = &sc->arpcom.ac_if;
sys/dev/pci/if_tl.c
1251
ifp = &sc->arpcom.ac_if;
sys/dev/pci/if_tl.c
1315
ifp = &sc->arpcom.ac_if;
sys/dev/pci/if_tl.c
1536
struct ifnet *ifp = &sc->arpcom.ac_if;
sys/dev/pci/if_tl.c
1556
tl_setfilt(sc, (caddr_t)&sc->arpcom.ac_enaddr, 0);
sys/dev/pci/if_tl.c
1681
error = ether_ioctl(ifp, &sc->arpcom, command, data);
sys/dev/pci/if_tl.c
1719
ifp = &sc->arpcom.ac_if;
sys/dev/pci/if_tl.c
1820
struct ifnet *ifp = &sc->arpcom.ac_if;
sys/dev/pci/if_tl.c
1937
if (tl_read_eeprom(sc, (caddr_t)&sc->arpcom.ac_enaddr,
sys/dev/pci/if_tl.c
1949
p = (u_int16_t *)&sc->arpcom.ac_enaddr[i];
sys/dev/pci/if_tl.c
1954
printf(" address %s\n", ether_sprintf(sc->arpcom.ac_enaddr));
sys/dev/pci/if_tl.c
1956
ifp = &sc->arpcom.ac_if;
sys/dev/pci/if_tl.c
2015
struct ifnet *ifp = &sc->arpcom.ac_if;
sys/dev/pci/if_tl.c
794
struct ifnet *ifp = &sc->arpcom.ac_if;
sys/dev/pci/if_tl.c
795
struct arpcom *ac = &sc->arpcom;
sys/dev/pci/if_tlreg.h
122
struct arpcom arpcom; /* interface info */
sys/dev/pci/if_txp.c
1776
struct arpcom *ac = &sc->sc_arpcom;
sys/dev/pci/if_txpreg.h
566
struct arpcom sc_arpcom; /* ethernet common */
sys/dev/pci/if_vge.c
1157
ifp = &sc->arpcom.ac_if;
sys/dev/pci/if_vge.c
1208
struct ifnet *ifp = &sc->arpcom.ac_if;
sys/dev/pci/if_vge.c
1247
ifp = &sc->arpcom.ac_if;
sys/dev/pci/if_vge.c
1515
CSR_WRITE_1(sc, VGE_PAR0 + i, sc->arpcom.ac_enaddr[i]);
sys/dev/pci/if_vge.c
1760
error = ether_ioctl(ifp, &sc->arpcom, command, data);
sys/dev/pci/if_vge.c
1801
ifp = &sc->arpcom.ac_if;
sys/dev/pci/if_vge.c
464
struct arpcom *ac = &sc->arpcom;
sys/dev/pci/if_vge.c
758
bcopy(eaddr, &sc->arpcom.ac_enaddr, ETHER_ADDR_LEN);
sys/dev/pci/if_vge.c
761
ether_sprintf(sc->arpcom.ac_enaddr));
sys/dev/pci/if_vge.c
768
ifp = &sc->arpcom.ac_if;
sys/dev/pci/if_vge.c
819
struct ifnet *ifp = &sc->arpcom.ac_if;
sys/dev/pci/if_vge.c
984
ifp = &sc->arpcom.ac_if;
sys/dev/pci/if_vgevar.h
78
struct arpcom arpcom; /* interface info */
sys/dev/pci/if_vic.c
269
struct arpcom sc_ac;
sys/dev/pci/if_vic.c
926
struct arpcom *ac = &sc->sc_ac;
sys/dev/pci/if_vmx.c
1241
struct arpcom *ac = &sc->sc_arpcom;
sys/dev/pci/if_vmx.c
153
struct arpcom sc_arpcom;
sys/dev/pci/if_vr.c
1088
ifp = &sc->arpcom.ac_if;
sys/dev/pci/if_vr.c
1382
struct ifnet *ifp = &sc->arpcom.ac_if;
sys/dev/pci/if_vr.c
1398
CSR_WRITE_1(sc, VR_PAR0 + i, sc->arpcom.ac_enaddr[i]);
sys/dev/pci/if_vr.c
1547
error = ether_ioctl(ifp, &sc->arpcom, command, data);
sys/dev/pci/if_vr.c
1595
ifp = &sc->arpcom.ac_if;
sys/dev/pci/if_vr.c
330
struct arpcom *ac = &sc->arpcom;
sys/dev/pci/if_vr.c
331
struct ifnet *ifp = &sc->arpcom.ac_if;
sys/dev/pci/if_vr.c
535
struct ifnet *ifp = &sc->arpcom.ac_if;
sys/dev/pci/if_vr.c
591
sc->arpcom.ac_enaddr[i] = CSR_READ_1(sc, VR_PAR0 + i);
sys/dev/pci/if_vr.c
596
printf(", address %s\n", ether_sprintf(sc->arpcom.ac_enaddr));
sys/dev/pci/if_vr.c
615
ifp = &sc->arpcom.ac_if;
sys/dev/pci/if_vr.c
683
struct ifnet *ifp = &sc->arpcom.ac_if;
sys/dev/pci/if_vr.c
820
ifp = &sc->arpcom.ac_if;
sys/dev/pci/if_vr.c
945
ifp = &sc->arpcom.ac_if;
sys/dev/pci/if_vr.c
981
ifp = &sc->arpcom.ac_if;
sys/dev/pci/if_vrreg.h
518
struct arpcom arpcom; /* interface info */
sys/dev/pci/if_vte.c
1423
struct arpcom *ac = &sc->sc_arpcom;
sys/dev/pci/if_vtereg.h
429
struct arpcom sc_arpcom;
sys/dev/pci/if_wb.c
1027
ifp = &sc->arpcom.ac_if;
sys/dev/pci/if_wb.c
1054
ifp = &sc->arpcom.ac_if;
sys/dev/pci/if_wb.c
1329
struct ifnet *ifp = &sc->arpcom.ac_if;
sys/dev/pci/if_wb.c
1374
CSR_WRITE_1(sc, WB_NODE0 + i, sc->arpcom.ac_enaddr[i]);
sys/dev/pci/if_wb.c
1500
error = ether_ioctl(ifp, &sc->arpcom, command, data);
sys/dev/pci/if_wb.c
1546
ifp = &sc->arpcom.ac_if;
sys/dev/pci/if_wb.c
500
struct arpcom *ac = &sc->arpcom;
sys/dev/pci/if_wb.c
506
ifp = &sc->arpcom.ac_if;
sys/dev/pci/if_wb.c
673
struct ifnet *ifp = &sc->arpcom.ac_if;
sys/dev/pci/if_wb.c
725
wb_read_eeprom(sc, (caddr_t)&sc->arpcom.ac_enaddr, 0, 3, 0);
sys/dev/pci/if_wb.c
726
printf(", address %s\n", ether_sprintf(sc->arpcom.ac_enaddr));
sys/dev/pci/if_wb.c
894
ifp = &sc->arpcom.ac_if;
sys/dev/pci/if_wb.c
973
ifp = &sc->arpcom.ac_if;
sys/dev/pci/if_wbreg.h
368
struct arpcom arpcom; /* interface info */
sys/dev/pci/if_xge.c
1038
struct arpcom *ac = &sc->sc_arpcom;
sys/dev/pci/if_xge.c
164
struct arpcom sc_arpcom;
sys/dev/pcmcia/if_xe.c
119
struct arpcom sc_arpcom; /* Ethernet common part */
sys/dev/pcmcia/if_xe.c
1200
struct arpcom *arp = &sc->sc_arpcom;
sys/dev/pv/if_hvn.c
127
struct arpcom sc_ac;
sys/dev/pv/if_vio.c
2116
struct arpcom *ac = &sc->sc_ac;
sys/dev/pv/if_vio.c
273
struct arpcom sc_ac;
sys/dev/pv/if_vio.c
332
void vio_get_lladdr(struct arpcom *ac, struct virtio_softc *vsc);
sys/dev/pv/if_vio.c
604
vio_get_lladdr(struct arpcom *ac, struct virtio_softc *vsc)
sys/dev/pv/if_xnf.c
159
struct arpcom sc_ac;
sys/dev/sbus/be.c
100
struct arpcom sc_arpcom;
sys/dev/sbus/be.c
1069
struct arpcom *ac = &sc->sc_arpcom;
sys/dev/sbus/qe.c
1024
struct arpcom *ac = &sc->sc_arpcom;
sys/dev/sbus/qe.c
106
struct arpcom sc_arpcom;
sys/dev/usb/if_aue.c
1290
eaddr = sc->arpcom.ac_enaddr;
sys/dev/usb/if_aue.c
1458
error = ether_ioctl(ifp, &sc->arpcom, command, data);
sys/dev/usb/if_aue.c
577
struct arpcom *ac = &sc->arpcom;
sys/dev/usb/if_aue.c
772
bcopy(eaddr, (char *)&sc->arpcom.ac_enaddr, ETHER_ADDR_LEN);
sys/dev/usb/if_auereg.h
227
struct arpcom arpcom;
sys/dev/usb/if_auereg.h
229
#define GET_IFP(sc) (&(sc)->arpcom.ac_if)
sys/dev/usb/if_axe.c
1097
ifp = &sc->arpcom.ac_if;
sys/dev/usb/if_axe.c
1281
struct ifnet *ifp = &sc->arpcom.ac_if;
sys/dev/usb/if_axe.c
1298
&sc->arpcom.ac_enaddr);
sys/dev/usb/if_axe.c
1416
error = ether_ioctl(ifp, &sc->arpcom, cmd, data);
sys/dev/usb/if_axe.c
1465
ifp = &sc->arpcom.ac_if;
sys/dev/usb/if_axe.c
445
struct arpcom *ac = &sc->arpcom;
sys/dev/usb/if_axe.c
792
bcopy(eaddr, (char *)&sc->arpcom.ac_enaddr, ETHER_ADDR_LEN);
sys/dev/usb/if_axe.c
795
ifp = &sc->arpcom.ac_if;
sys/dev/usb/if_axen.c
1090
ifp = &sc->arpcom.ac_if;
sys/dev/usb/if_axen.c
1275
struct ifnet *ifp = &sc->arpcom.ac_if;
sys/dev/usb/if_axen.c
1401
error = ether_ioctl(ifp, &sc->arpcom, cmd, data);
sys/dev/usb/if_axen.c
1451
ifp = &sc->arpcom.ac_if;
sys/dev/usb/if_axen.c
340
struct arpcom *ac = &sc->arpcom;
sys/dev/usb/if_axen.c
506
AXEN_CMD_MAC_NODE_ID, &sc->arpcom.ac_enaddr);
sys/dev/usb/if_axen.c
700
bcopy(eaddr, (char *)&sc->arpcom.ac_enaddr, ETHER_ADDR_LEN);
sys/dev/usb/if_axen.c
705
ifp = &sc->arpcom.ac_if;
sys/dev/usb/if_axenreg.h
270
struct arpcom arpcom;
sys/dev/usb/if_axenreg.h
271
#define GET_IFP(sc) (&(sc)->arpcom.ac_if)
sys/dev/usb/if_axereg.h
235
struct arpcom arpcom;
sys/dev/usb/if_axereg.h
236
#define GET_IFP(sc) (&(sc)->arpcom.ac_if)
sys/dev/usb/if_cdcereg.h
70
struct arpcom cdce_arpcom;
sys/dev/usb/if_cue.c
1067
error = ether_ioctl(ifp, &sc->arpcom, command, data);
sys/dev/usb/if_cue.c
333
struct arpcom *ac = &sc->arpcom;
sys/dev/usb/if_cue.c
500
bcopy(eaddr, (char *)&sc->arpcom.ac_enaddr, ETHER_ADDR_LEN);
sys/dev/usb/if_cue.c
934
eaddr = sc->arpcom.ac_enaddr;
sys/dev/usb/if_cuereg.h
170
struct arpcom arpcom;
sys/dev/usb/if_cuereg.h
171
#define GET_IFP(sc) (&(sc)->arpcom.ac_if)
sys/dev/usb/if_kue.c
1040
error = ether_ioctl(ifp, &sc->arpcom, command, data);
sys/dev/usb/if_kue.c
324
struct arpcom *ac = &sc->arpcom;
sys/dev/usb/if_kue.c
481
(char *)&sc->arpcom.ac_enaddr, ETHER_ADDR_LEN);
sys/dev/usb/if_kue.c
896
eaddr = sc->arpcom.ac_enaddr;
sys/dev/usb/if_kuereg.h
169
struct arpcom arpcom;
sys/dev/usb/if_kuereg.h
170
#define GET_IFP(sc) (&(sc)->arpcom.ac_if)
sys/dev/usb/if_mos.c
1154
struct ifnet *ifp = &sc->arpcom.ac_if;
sys/dev/usb/if_mos.c
1170
mos_writemac(sc, sc->arpcom.ac_enaddr);
sys/dev/usb/if_mos.c
1275
error = ether_ioctl(ifp, &sc->arpcom, cmd, data);
sys/dev/usb/if_mos.c
1325
ifp = &sc->arpcom.ac_if;
sys/dev/usb/if_mos.c
516
struct arpcom *ac = &sc->arpcom;
sys/dev/usb/if_mos.c
694
bcopy(eaddr, (char *)&sc->arpcom.ac_enaddr, ETHER_ADDR_LEN);
sys/dev/usb/if_mos.c
985
ifp = &sc->arpcom.ac_if;
sys/dev/usb/if_mosreg.h
171
struct arpcom arpcom;
sys/dev/usb/if_mosreg.h
172
#define GET_IFP(sc) (&(sc)->arpcom.ac_if)
sys/dev/usb/if_mue.c
1009
struct arpcom *ac = &sc->arpcom;
sys/dev/usb/if_mue.c
1260
error = ether_ioctl(ifp, &sc->arpcom, cmd, data);
sys/dev/usb/if_mue.c
163
if (OF_getprop(node, "local-mac-address", sc->arpcom.ac_enaddr,
sys/dev/usb/if_mue.c
164
sizeof(sc->arpcom.ac_enaddr)) != sizeof(sc->arpcom.ac_enaddr)) {
sys/dev/usb/if_mue.c
165
OF_getprop(node, "mac-address", sc->arpcom.ac_enaddr,
sys/dev/usb/if_mue.c
166
sizeof(sc->arpcom.ac_enaddr));
sys/dev/usb/if_mue.c
670
struct ifnet *ifp = &sc->arpcom.ac_if;
sys/dev/usb/if_mue.c
766
if (mue_read_eeprom(sc, (caddr_t)&sc->arpcom.ac_enaddr,
sys/dev/usb/if_mue.c
782
printf(", address %s\n", ether_sprintf(sc->arpcom.ac_enaddr));
sys/dev/usb/if_muereg.h
224
struct arpcom arpcom;
sys/dev/usb/if_muereg.h
227
#define GET_IFP(sc) (&(sc)->arpcom.ac_if)
sys/dev/usb/if_otus.c
1531
struct arpcom *ac = &sc->sc_ic.ic_ac;
sys/dev/usb/if_smsc.c
447
struct arpcom *ac = &sc->sc_ac;
sys/dev/usb/if_smscreg.h
270
struct arpcom sc_ac;
sys/dev/usb/if_uaq.c
238
struct arpcom sc_ac;
sys/dev/usb/if_udav.c
695
struct arpcom *ac = &sc->sc_ac;
sys/dev/usb/if_udavreg.h
188
struct arpcom sc_ac; /* ethernet common */
sys/dev/usb/if_ugl.c
126
struct arpcom sc_arpcom;
sys/dev/usb/if_urereg.h
674
struct arpcom ure_ac;
sys/dev/usb/if_url.c
547
struct arpcom *ac = &sc->sc_ac;
sys/dev/usb/if_urlreg.h
171
struct arpcom sc_ac; /* ethernet common */
sys/dev/usb/if_urndisreg.h
45
struct arpcom sc_arpcom;
sys/dev/usb/if_urtw.c
2309
struct arpcom *ac = &sc->sc_ic.ic_ac;
sys/dev/usb/if_zyd.c
1646
struct arpcom *ac = &sc->sc_ic.ic_ac;
sys/net/if.c
2032
memcpy(((struct arpcom *)ifp)->ac_enaddr, lladdr, ETHER_ADDR_LEN);
sys/net/if_aggr.c
1182
struct arpcom *ac0;
sys/net/if_aggr.c
1218
ac0 = (struct arpcom *)ifp0;
sys/net/if_aggr.c
1462
struct arpcom *ac0 = (struct arpcom *)ifp0;
sys/net/if_aggr.c
1525
struct arpcom *ac0 = (struct arpcom *)ifp0;
sys/net/if_aggr.c
1555
struct arpcom *ac0 = (struct arpcom *)ifp0;
sys/net/if_aggr.c
1844
struct arpcom *ac = &sc->sc_ac;
sys/net/if_aggr.c
1923
struct arpcom *ac = &sc->sc_ac;
sys/net/if_aggr.c
2052
struct arpcom *ac = &sc->sc_ac;
sys/net/if_aggr.c
2863
struct arpcom *ac = &sc->sc_ac;
sys/net/if_aggr.c
412
struct arpcom sc_ac;
sys/net/if_bpe.c
278
memcpy(beh->ether_shost, ((struct arpcom *)ifp0)->ac_enaddr,
sys/net/if_bpe.c
76
struct arpcom sc_ac;
sys/net/if_bridge.c
1120
struct arpcom *ac = (struct arpcom *)ifp;
sys/net/if_bridge.c
1184
struct arpcom *ac = (struct arpcom *)bif->ifp;
sys/net/if_etherip.c
89
struct arpcom sc_ac;
sys/net/if_ethersubr.c
164
ether_ioctl(struct ifnet *ifp, struct arpcom *arp, u_long cmd, caddr_t data)
sys/net/if_ethersubr.c
1714
struct arpcom *ac;
sys/net/if_ethersubr.c
1799
ac = (struct arpcom *)ifp;
sys/net/if_ethersubr.c
222
struct arpcom *ac = (struct arpcom *)ifp;
sys/net/if_ethersubr.c
411
struct arpcom *ac = (struct arpcom *)ifp;
sys/net/if_ethersubr.c
610
struct arpcom *ac = (struct arpcom *)ifp;
sys/net/if_ethersubr.c
622
struct arpcom *ac = (struct arpcom *)ifp;
sys/net/if_ethersubr.c
634
struct arpcom *ac = (struct arpcom *)ifp;
sys/net/if_ethersubr.c
646
struct arpcom *ac = (struct arpcom *)ifp;
sys/net/if_ethersubr.c
654
struct arpcom *ac = (struct arpcom *)ifp;
sys/net/if_ethersubr.c
689
((struct arpcom *)ifp)->ac_enaddr[0] = 0xfe;
sys/net/if_ethersubr.c
690
((struct arpcom *)ifp)->ac_enaddr[1] = 0xe1;
sys/net/if_ethersubr.c
691
((struct arpcom *)ifp)->ac_enaddr[2] = 0xba;
sys/net/if_ethersubr.c
692
((struct arpcom *)ifp)->ac_enaddr[3] = 0xd0 | (unit++ & 0xf);
sys/net/if_ethersubr.c
693
((struct arpcom *)ifp)->ac_enaddr[4] = rng;
sys/net/if_ethersubr.c
694
((struct arpcom *)ifp)->ac_enaddr[5] = rng >> 8;
sys/net/if_ethersubr.c
703
struct arpcom *ac = (struct arpcom *)ifp;
sys/net/if_ethersubr.c
709
if (ETHER_IS_MULTICAST(((struct arpcom *)ifp)->ac_enaddr))
sys/net/if_ethersubr.c
735
struct arpcom *ac = (struct arpcom *)ifp;
sys/net/if_ethersubr.c
935
ether_addmulti(struct ifreq *ifr, struct arpcom *ac)
sys/net/if_ethersubr.c
995
ether_delmulti(struct ifreq *ifr, struct arpcom *ac)
sys/net/if_gre.c
370
struct arpcom sc_ac;
sys/net/if_gre.c
410
struct arpcom sc_ac;
sys/net/if_gre.c
492
struct arpcom sc_ac;
sys/net/if_gre.c
570
struct arpcom sc_ac;
sys/net/if_mpw.c
47
struct arpcom sc_ac;
sys/net/if_pair.c
46
struct arpcom sc_ac;
sys/net/if_trunk.c
229
trunk_lladdr(struct arpcom *ac, u_int8_t *lladdr)
sys/net/if_trunk.c
268
trunk_lladdr((struct arpcom *)ifp, lladdr);
sys/net/if_trunk.c
279
struct arpcom *ac0;
sys/net/if_trunk.c
294
ac0 = (struct arpcom *)ifp;
sys/net/if_trunk.c
349
bcopy(((struct arpcom *)ifp)->ac_enaddr, tp->tp_lladdr, ETHER_ADDR_LEN);
sys/net/if_trunk.c
363
((struct arpcom *)(tr->tr_primary->tp_if))->ac_enaddr);
sys/net/if_trunk.c
412
struct arpcom *ac0 = (struct arpcom *)ifp;
sys/net/if_trunk.c
449
bcopy(((struct arpcom *)tp_ptr->tp_if)->ac_enaddr,
sys/net/if_trunk.c
56
void trunk_lladdr(struct arpcom *, u_int8_t *);
sys/net/if_trunk.c
661
struct arpcom *ac = (struct arpcom *)tp->tp_if;
sys/net/if_trunk.c
681
struct arpcom *ac =
sys/net/if_trunk.c
682
(struct arpcom *)tp->tp_if;
sys/net/if_trunk.h
212
struct arpcom tr_ac; /* virtual interface */
sys/net/if_tun.c
79
struct arpcom sc_ac; /* ethernet common data */
sys/net/if_veb.c
3675
struct arpcom *ac;
sys/net/if_veb.c
3696
ac = (struct arpcom *)ifp;
sys/net/if_veb.c
398
struct arpcom sc_ac;
sys/net/if_vether.c
45
struct arpcom sc_ac;
sys/net/if_vlan.c
86
struct arpcom sc_ac;
sys/net/if_vxlan.c
125
struct arpcom sc_ac;
sys/net/pipex.c
1335
struct arpcom *ac = (struct arpcom *)ifp;
sys/net/trunklacp.c
505
error = ether_addmulti(&ifr, (struct arpcom *)ifp);
sys/net80211/ieee80211.c
167
memcpy(((struct arpcom *)ifp)->ac_enaddr, ic->ic_myaddr,
sys/net80211/ieee80211_var.h
236
struct arpcom ic_ac;
sys/netinet/if_ether.c
381
struct arpcom *ac = (struct arpcom *)ifp;
sys/netinet/if_ether.c
966
struct arpcom *ac = (struct arpcom *)ifp;
sys/netinet/if_ether.h
274
int ether_addmulti(struct ifreq *, struct arpcom *);
sys/netinet/if_ether.h
275
int ether_delmulti(struct ifreq *, struct arpcom *);
sys/netinet/if_ether.h
279
int ether_ioctl(struct ifnet *, struct arpcom *, u_long, caddr_t);
sys/netinet/ip_carp.c
120
struct arpcom sc_ac;
sys/netinet/ip_carp.c
1565
if (memcmp(((struct arpcom *)ifp)->ac_enaddr,
sys/netinet/ip_carp.c
2517
error = ether_addmulti(ifr, (struct arpcom *)&sc->sc_ac);
sys/netinet/ip_carp.c
2555
(void)ether_delmulti(ifr, (struct arpcom *)&sc->sc_ac);
sys/netinet/ip_carp.c
2596
error = ether_delmulti(ifr, (struct arpcom *)&sc->sc_ac);
sys/netinet/ip_carp.c
2607
(void)ether_addmulti(ifr, (struct arpcom *)&sc->sc_ac);