arpcom            211 arch/i386/i386/autoconf.c 			    ((struct arpcom *)ifp)->ac_enaddr,
arpcom           1353 dev/ic/aic6915.c 	struct arpcom *ac = &sc->sc_arpcom;
arpcom            772 dev/ic/aic6915.h 	struct arpcom sc_arpcom;	/* ethernet common data */
arpcom           1004 dev/ic/am7990.c 	struct arpcom *ac;
arpcom             56 dev/ic/am7990var.h 	struct	arpcom sc_arpcom;	/* Ethernet common part */
arpcom            121 dev/ic/am7990var.h void am7990_setladrf(struct arpcom *, u_int16_t *);
arpcom           2069 dev/ic/atw.c   	struct arpcom *ec = &ic->ic_ac;
arpcom            108 dev/ic/awivar.h 	struct arpcom		sc_arpcom;
arpcom            928 dev/ic/dc.c    	struct arpcom *ac = &sc->sc_arpcom;
arpcom           1017 dev/ic/dc.c    	struct arpcom *ac = &sc->sc_arpcom;
arpcom           1081 dev/ic/dc.c    	struct arpcom *ac = &sc->sc_arpcom;
arpcom           1152 dev/ic/dc.c    	struct arpcom *ac = &sc->sc_arpcom;
arpcom            717 dev/ic/dcreg.h 	struct arpcom		sc_arpcom;	/* interface info */
arpcom            960 dev/ic/dp8390.c dp8390_getmcaf(struct arpcom *ac, u_int8_t *af)
arpcom             33 dev/ic/dp8390var.h 	struct arpcom sc_arpcom;	/* ethernet common */
arpcom            172 dev/ic/dp8390var.h void	dp8390_getmcaf(struct arpcom *, u_int8_t *);
arpcom             42 dev/ic/elink3var.h 	struct arpcom sc_arpcom;	/* Ethernet common part		*/
arpcom            113 dev/ic/fxpvar.h 	struct arpcom sc_arpcom;	/* per-interface network data */
arpcom           1523 dev/ic/gem.c   	struct arpcom *ac = &sc->sc_arpcom;
arpcom            123 dev/ic/gemvar.h 	struct arpcom	sc_arpcom;	/* ethernet common data */
arpcom           1334 dev/ic/hme.c   	struct arpcom *ac = &sc->sc_arpcom;
arpcom             66 dev/ic/hmevar.h 	struct arpcom	sc_arpcom;	/* Ethernet common part */
arpcom            203 dev/ic/i82596var.h 	struct	arpcom sc_arpcom;	/* system ethercom structure */
arpcom            438 dev/ic/if_wi.c 	memcpy(((struct arpcom *)ifp)->ac_enaddr, ic->ic_myaddr,
arpcom             38 dev/ic/lemacvar.h 	struct arpcom sc_arpcom;	/* Ethernet common part		*/
arpcom            130 dev/ic/mtd8xxvar.h 	struct arpcom		sc_arpcom;
arpcom            207 dev/ic/pdqvar.h     struct arpcom sc_arpcom;
arpcom           2570 dev/ic/pgt.c   	struct arpcom *ac = &ic->ic_ac;
arpcom            514 dev/ic/re.c    	struct arpcom		*ac = &sc->sc_arpcom;
arpcom             31 dev/ic/rlnvar.h 	struct		arpcom sc_arpcom;	/* Ethernet common part */
arpcom            469 dev/ic/rtl81x9.c 	struct arpcom		*ac = &sc->sc_arpcom;
arpcom            724 dev/ic/rtl81x9reg.h 	struct arpcom		sc_arpcom;	/* interface info */
arpcom           2323 dev/ic/rtw.c   	struct arpcom *ec = &ic->ic_ac;
arpcom           1321 dev/ic/smc83c170.c 	struct arpcom *ac = &sc->sc_arpcom;
arpcom            108 dev/ic/smc83c170var.h 	struct arpcom sc_arpcom;	/* ethernet common data */
arpcom             43 dev/ic/smc91cxxvar.h 	struct	arpcom sc_arpcom;	/* ethernet common glue */
arpcom            567 dev/ic/xl.c    	struct arpcom	*ac = &sc->sc_arpcom;
arpcom            597 dev/ic/xl.c    	struct arpcom	*ac = &sc->sc_arpcom;
arpcom            579 dev/ic/xlreg.h 	struct arpcom		sc_arpcom;		/* interface info */
arpcom             78 dev/isa/if_ef_isapnp.c 	struct arpcom		sc_arpcom;
arpcom            663 dev/isa/if_ef_isapnp.c 	struct arpcom *ac = &sc->sc_arpcom;
arpcom             96 dev/isa/if_eg.c 	struct arpcom sc_arpcom;	/* Ethernet common part */
arpcom             70 dev/isa/if_el.c 	struct arpcom sc_arpcom;	/* ethernet common */
arpcom             86 dev/isa/if_ex.c   	struct arpcom arpcom;	/* Ethernet common data */
arpcom            220 dev/isa/if_ex.c 	sc->arpcom.ac_enaddr[5] = eaddr_tmp & 0xff;
arpcom            221 dev/isa/if_ex.c 	sc->arpcom.ac_enaddr[4] = eaddr_tmp >> 8;
arpcom            223 dev/isa/if_ex.c 	sc->arpcom.ac_enaddr[3] = eaddr_tmp & 0xff;
arpcom            224 dev/isa/if_ex.c 	sc->arpcom.ac_enaddr[2] = eaddr_tmp >> 8;
arpcom            226 dev/isa/if_ex.c 	sc->arpcom.ac_enaddr[1] = eaddr_tmp & 0xff;
arpcom            227 dev/isa/if_ex.c 	sc->arpcom.ac_enaddr[0] = eaddr_tmp >> 8;
arpcom            267 dev/isa/if_ex.c 	struct ifnet *ifp = &sc->arpcom.ac_if;
arpcom            293 dev/isa/if_ex.c 	    ether_sprintf(sc->arpcom.ac_enaddr));
arpcom            313 dev/isa/if_ex.c 	struct ifnet *ifp = &sc->arpcom.ac_if;
arpcom            322 dev/isa/if_ex.c 	sc->arpcom.ac_if.if_timer = 0;
arpcom            332 dev/isa/if_ex.c 		ISA_PUT(I_ADDR_REG0 + i, sc->arpcom.ac_enaddr[i]);
arpcom            594 dev/isa/if_ex.c 	struct ifnet *ifp = &sc->arpcom.ac_if;
arpcom            641 dev/isa/if_ex.c 	register struct ifnet *ifp = &sc->arpcom.ac_if;
arpcom            677 dev/isa/if_ex.c 	register struct ifnet *ifp = &sc->arpcom.ac_if;
arpcom            795 dev/isa/if_ex.c 					arp_ifinit((struct arpcom *) ifp, ifa);
arpcom            809 dev/isa/if_ex.c       bcopy((caddr_t) sc->arpcom.ac_enaddr, (caddr_t) sa->sa_data, 
arpcom            224 dev/isa/if_ie.c 	struct arpcom sc_arpcom;
arpcom            130 dev/pci/if_bce.c 	struct arpcom		bce_ac;		/* interface info */
arpcom           1065 dev/pci/if_bge.c 	struct arpcom		*ac = &sc->arpcom;
arpcom           1451 dev/pci/if_bge.c 	    sc->arpcom.ac_enaddr[0] + sc->arpcom.ac_enaddr[1] +
arpcom           1452 dev/pci/if_bge.c 	    sc->arpcom.ac_enaddr[2] + sc->arpcom.ac_enaddr[3] +
arpcom           1453 dev/pci/if_bge.c 	    sc->arpcom.ac_enaddr[4] + sc->arpcom.ac_enaddr[5] +
arpcom           1857 dev/pci/if_bge.c 		    sc->arpcom.ac_enaddr, ETHER_ADDR_LEN) == ETHER_ADDR_LEN)
arpcom           1868 dev/pci/if_bge.c 			sc->arpcom.ac_enaddr[0] = (u_char)(mac_addr >> 8);
arpcom           1869 dev/pci/if_bge.c 			sc->arpcom.ac_enaddr[1] = (u_char)mac_addr;
arpcom           1871 dev/pci/if_bge.c 			sc->arpcom.ac_enaddr[2] = (u_char)(mac_addr >> 24);
arpcom           1872 dev/pci/if_bge.c 			sc->arpcom.ac_enaddr[3] = (u_char)(mac_addr >> 16);
arpcom           1873 dev/pci/if_bge.c 			sc->arpcom.ac_enaddr[4] = (u_char)(mac_addr >> 8);
arpcom           1874 dev/pci/if_bge.c 			sc->arpcom.ac_enaddr[5] = (u_char)mac_addr;
arpcom           1879 dev/pci/if_bge.c 		if (bge_read_eeprom(sc, (caddr_t)&sc->arpcom.ac_enaddr,
arpcom           1888 dev/pci/if_bge.c 		myetheraddr(sc->arpcom.ac_enaddr);
arpcom           1957 dev/pci/if_bge.c 	ifp = &sc->arpcom.ac_if;
arpcom           2029 dev/pci/if_bge.c 	    ether_sprintf(sc->arpcom.ac_enaddr));
arpcom           2274 dev/pci/if_bge.c 	ifp = &sc->arpcom.ac_if;
arpcom           2423 dev/pci/if_bge.c 	ifp = &sc->arpcom.ac_if;
arpcom           2489 dev/pci/if_bge.c 	ifp = &sc->arpcom.ac_if;
arpcom           2573 dev/pci/if_bge.c 	ifp = &sc->arpcom.ac_if;
arpcom           2593 dev/pci/if_bge.c 	struct ifnet *ifp = &sc->arpcom.ac_if;
arpcom           2912 dev/pci/if_bge.c 	ifp = &sc->arpcom.ac_if;
arpcom           2929 dev/pci/if_bge.c 	ifp = &sc->arpcom.ac_if;
arpcom           2940 dev/pci/if_bge.c 	m = (u_int16_t *)&sc->arpcom.ac_enaddr[0];
arpcom           3112 dev/pci/if_bge.c 	if ((error = ether_ioctl(ifp, &sc->arpcom, command, data)) > 0) {
arpcom           3124 dev/pci/if_bge.c 			arp_ifinit(&sc->arpcom, ifa);
arpcom           3148 dev/pci/if_bge.c 			? ether_addmulti(ifr, &sc->arpcom)
arpcom           3149 dev/pci/if_bge.c 			: ether_delmulti(ifr, &sc->arpcom);
arpcom           3236 dev/pci/if_bge.c 	struct ifnet *ifp = &sc->arpcom.ac_if;
arpcom           3349 dev/pci/if_bge.c 	struct ifnet *ifp = &sc->arpcom.ac_if;
arpcom           3457 dev/pci/if_bge.c 		ifp = &sc->arpcom.ac_if;
arpcom           2353 dev/pci/if_bgereg.h 	struct arpcom		arpcom;		/* interface info */
arpcom            864 dev/pci/if_bnx.c 	ifp = &sc->arpcom.ac_if;
arpcom            876 dev/pci/if_bnx.c 	bcopy(sc->eaddr, sc->arpcom.ac_enaddr, ETHER_ADDR_LEN);
arpcom            892 dev/pci/if_bnx.c 	    ether_sprintf(sc->arpcom.ac_enaddr));
arpcom            953 dev/pci/if_bnx.c 	struct ifnet *ifp = &sc->arpcom.ac_if;
arpcom           2911 dev/pci/if_bnx.c 	struct ifnet		*ifp = &sc->arpcom.ac_if;
arpcom           3732 dev/pci/if_bnx.c 	struct ifnet		*ifp = &sc->arpcom.ac_if;
arpcom           4044 dev/pci/if_bnx.c 	struct ifnet		*ifp = &sc->arpcom.ac_if;
arpcom           4193 dev/pci/if_bnx.c 	struct ifnet		*ifp = &sc->arpcom.ac_if;
arpcom           4219 dev/pci/if_bnx.c 	bcopy(sc->arpcom.ac_enaddr, sc->eaddr, ETHER_ADDR_LEN);
arpcom           4272 dev/pci/if_bnx.c 	struct ifnet	*ifp = &sc->arpcom.ac_if;
arpcom           4541 dev/pci/if_bnx.c 	if ((error = ether_ioctl(ifp, &sc->arpcom, command, data)) > 0) {
arpcom           4553 dev/pci/if_bnx.c 			arp_ifinit(&sc->arpcom, ifa);
arpcom           4584 dev/pci/if_bnx.c 			? ether_addmulti(ifr, &sc->arpcom)
arpcom           4585 dev/pci/if_bnx.c 			: ether_delmulti(ifr, &sc->arpcom);
arpcom           4665 dev/pci/if_bnx.c 	ifp = &sc->arpcom.ac_if;
arpcom           4775 dev/pci/if_bnx.c 	struct arpcom		*ac = &sc->arpcom;
arpcom           4863 dev/pci/if_bnx.c 	struct ifnet		*ifp = &sc->arpcom.ac_if;
arpcom           5059 dev/pci/if_bnx.c 	struct ifnet		*ifp = &sc->arpcom.ac_if;
arpcom           4590 dev/pci/if_bnxreg.h 	struct arpcom			arpcom;
arpcom           1758 dev/pci/if_cas.c 	struct arpcom *ac = &sc->sc_arpcom;
arpcom            122 dev/pci/if_casvar.h 	struct arpcom	sc_arpcom;	/* ethernet common data */
arpcom            243 dev/pci/if_che.c 	struct arpcom		sc_ac;
arpcom            443 dev/pci/if_devar.h     struct arpcom tulip_ac;
arpcom           1248 dev/pci/if_em.c 	struct arpcom *ac = &sc->interface_data;
arpcom            316 dev/pci/if_em.h 	struct arpcom	interface_data;
arpcom            776 dev/pci/if_ixgb.c 	struct arpcom *ac = &sc->interface_data;
arpcom            233 dev/pci/if_ixgb.h 	struct arpcom	interface_data;
arpcom            321 dev/pci/if_lge.c 	struct arpcom		*ac = &sc->arpcom;
arpcom            509 dev/pci/if_lge.c 	bcopy(eaddr, (char *)&sc->arpcom.ac_enaddr, ETHER_ADDR_LEN);
arpcom            552 dev/pci/if_lge.c 	ifp = &sc->arpcom.ac_if;
arpcom            899 dev/pci/if_lge.c 	ifp = &sc->arpcom.ac_if;
arpcom            986 dev/pci/if_lge.c 	ifp = &sc->arpcom.ac_if;
arpcom           1024 dev/pci/if_lge.c 	struct ifnet		*ifp = &sc->arpcom.ac_if;
arpcom           1058 dev/pci/if_lge.c 	ifp = &sc->arpcom.ac_if;
arpcom           1215 dev/pci/if_lge.c 	struct ifnet		*ifp = &sc->arpcom.ac_if;
arpcom           1227 dev/pci/if_lge.c 	CSR_WRITE_4(sc, LGE_PAR0, *(u_int32_t *)(&sc->arpcom.ac_enaddr[0]));
arpcom           1228 dev/pci/if_lge.c 	CSR_WRITE_4(sc, LGE_PAR1, *(u_int32_t *)(&sc->arpcom.ac_enaddr[4]));
arpcom           1389 dev/pci/if_lge.c 			arp_ifinit(&sc->arpcom, ifa);
arpcom           1429 dev/pci/if_lge.c 			? ether_addmulti(ifr, &sc->arpcom)
arpcom           1430 dev/pci/if_lge.c 			: ether_delmulti(ifr, &sc->arpcom);
arpcom           1481 dev/pci/if_lge.c 	ifp = &sc->arpcom.ac_if;
arpcom            517 dev/pci/if_lgereg.h 	struct arpcom		arpcom;		/* interface info */
arpcom            368 dev/pci/if_msk.c 	struct ifnet *ifp= &sc_if->arpcom.ac_if;
arpcom            371 dev/pci/if_msk.c 	struct arpcom *ac = &sc_if->arpcom;
arpcom            416 dev/pci/if_msk.c 	struct ifnet *ifp = &sc_if->arpcom.ac_if;
arpcom            525 dev/pci/if_msk.c 			    "dropped!\n", sc_if->arpcom.ac_if.if_xname));
arpcom            739 dev/pci/if_msk.c 	if ((error = ether_ioctl(ifp, &sc_if->arpcom, command, data)) > 0) {
arpcom            751 dev/pci/if_msk.c 			arp_ifinit(&sc_if->arpcom, ifa);
arpcom            780 dev/pci/if_msk.c 		    ether_addmulti(ifr, &sc_if->arpcom) :
arpcom            781 dev/pci/if_msk.c 		    ether_delmulti(ifr, &sc_if->arpcom);
arpcom           1012 dev/pci/if_msk.c 		sc_if->arpcom.ac_enaddr[i] =
arpcom           1016 dev/pci/if_msk.c 	    ether_sprintf(sc_if->arpcom.ac_enaddr));
arpcom           1069 dev/pci/if_msk.c 	ifp = &sc_if->arpcom.ac_if;
arpcom           1607 dev/pci/if_msk.c 	struct ifnet		*ifp = &sc_if->arpcom.ac_if;
arpcom           1677 dev/pci/if_msk.c 	struct ifnet		*ifp = &sc_if->arpcom.ac_if;
arpcom           1783 dev/pci/if_msk.c 		ifp0 = &sc_if0->arpcom.ac_if;
arpcom           1785 dev/pci/if_msk.c 		ifp1 = &sc_if1->arpcom.ac_if;
arpcom           1908 dev/pci/if_msk.c 			      sc_if->arpcom.ac_enaddr[i * 2] |
arpcom           1909 dev/pci/if_msk.c 			      sc_if->arpcom.ac_enaddr[i * 2 + 1] << 8);
arpcom           1965 dev/pci/if_msk.c 	struct ifnet		*ifp = &sc_if->arpcom.ac_if;
arpcom           2079 dev/pci/if_msk.c 	struct ifnet		*ifp = &sc_if->arpcom.ac_if;
arpcom            213 dev/pci/if_mskvar.h 	struct arpcom		arpcom;		/* interface info */
arpcom             93 dev/pci/if_myx.c 	struct arpcom		 sc_ac;
arpcom           1673 dev/pci/if_nfe.c 	struct arpcom *ac = &sc->sc_arpcom;
arpcom             69 dev/pci/if_nfevar.h 	struct arpcom		sc_arpcom;
arpcom            610 dev/pci/if_nge.c 	struct arpcom		*ac = &sc->arpcom;
arpcom            838 dev/pci/if_nge.c 	bcopy(eaddr, (char *)&sc->arpcom.ac_enaddr, ETHER_ADDR_LEN);
arpcom            881 dev/pci/if_nge.c 	ifp = &sc->arpcom.ac_if;
arpcom           1278 dev/pci/if_nge.c 	ifp = &sc->arpcom.ac_if;
arpcom           1378 dev/pci/if_nge.c 	ifp = &sc->arpcom.ac_if;
arpcom           1431 dev/pci/if_nge.c 	struct ifnet		*ifp = &sc->arpcom.ac_if;
arpcom           1514 dev/pci/if_nge.c 	ifp = &sc->arpcom.ac_if;
arpcom           1724 dev/pci/if_nge.c 	struct ifnet		*ifp = &sc->arpcom.ac_if;
arpcom           1744 dev/pci/if_nge.c 	    ((u_int16_t *)sc->arpcom.ac_enaddr)[0]);
arpcom           1747 dev/pci/if_nge.c 	    ((u_int16_t *)sc->arpcom.ac_enaddr)[1]);
arpcom           1750 dev/pci/if_nge.c 	    ((u_int16_t *)sc->arpcom.ac_enaddr)[2]);
arpcom           2055 dev/pci/if_nge.c 	if ((error = ether_ioctl(ifp, &sc->arpcom, command, data)) > 0) {
arpcom           2073 dev/pci/if_nge.c 			arp_ifinit(&sc->arpcom, ifa);
arpcom           2111 dev/pci/if_nge.c 			? ether_addmulti(ifr, &sc->arpcom)
arpcom           2112 dev/pci/if_nge.c 			: ether_delmulti(ifr, &sc->arpcom);
arpcom           2173 dev/pci/if_nge.c 	ifp = &sc->arpcom.ac_if;
arpcom            650 dev/pci/if_ngereg.h 	struct arpcom		arpcom;		/* interface info */
arpcom            683 dev/pci/if_nxe.c 	struct arpcom		sc_ac;
arpcom            290 dev/pci/if_pcn.c 	struct arpcom sc_arpcom;	/* Ethernet common data */
arpcom           1906 dev/pci/if_pcn.c 	struct arpcom *ac = &sc->sc_arpcom;
arpcom            347 dev/pci/if_sis.c 	u_int16_t *enaddr = (u_int16_t *) &sc->arpcom.ac_enaddr;
arpcom            373 dev/pci/if_sis.c 			sis_read_eeprom(sc, (caddr_t)&sc->arpcom.ac_enaddr,
arpcom            718 dev/pci/if_sis.c 	struct arpcom		*ac = &sc->arpcom;
arpcom            724 dev/pci/if_sis.c 	ifp = &sc->arpcom.ac_if;
arpcom            776 dev/pci/if_sis.c 	struct arpcom		*ac = &sc->arpcom;
arpcom            782 dev/pci/if_sis.c 	ifp = &sc->arpcom.ac_if;
arpcom            837 dev/pci/if_sis.c 	struct ifnet	*ifp = ifp = &sc->arpcom.ac_if;
arpcom           1037 dev/pci/if_sis.c 			bcopy((char *)&tmp[1], sc->arpcom.ac_enaddr,
arpcom           1061 dev/pci/if_sis.c 			sis_read_cmos(sc, pa, (caddr_t)&sc->arpcom.ac_enaddr,
arpcom           1072 dev/pci/if_sis.c 			sis_read_eeprom(sc, (caddr_t)&sc->arpcom.ac_enaddr,
arpcom           1078 dev/pci/if_sis.c 	    ether_sprintf(sc->arpcom.ac_enaddr));
arpcom           1137 dev/pci/if_sis.c 	ifp = &sc->arpcom.ac_if;
arpcom           1209 dev/pci/if_sis.c 	if (sc->arpcom.ac_if.if_flags & IFF_UP)
arpcom           1300 dev/pci/if_sis.c 	ifp = &sc->arpcom.ac_if;
arpcom           1392 dev/pci/if_sis.c 	ifp = &sc->arpcom.ac_if;
arpcom           1457 dev/pci/if_sis.c 	ifp = &sc->arpcom.ac_if;
arpcom           1482 dev/pci/if_sis.c 	ifp = &sc->arpcom.ac_if;
arpcom           1655 dev/pci/if_sis.c 	struct ifnet		*ifp = &sc->arpcom.ac_if;
arpcom           1678 dev/pci/if_sis.c 		    ((u_int16_t *)sc->arpcom.ac_enaddr)[0]);
arpcom           1681 dev/pci/if_sis.c 		    ((u_int16_t *)sc->arpcom.ac_enaddr)[1]);
arpcom           1684 dev/pci/if_sis.c 		    ((u_int16_t *)sc->arpcom.ac_enaddr)[2]);
arpcom           1688 dev/pci/if_sis.c 		    ((u_int16_t *)sc->arpcom.ac_enaddr)[0]);
arpcom           1691 dev/pci/if_sis.c 		    ((u_int16_t *)sc->arpcom.ac_enaddr)[1]);
arpcom           1694 dev/pci/if_sis.c 		    ((u_int16_t *)sc->arpcom.ac_enaddr)[2]);
arpcom           1900 dev/pci/if_sis.c 	if ((error = ether_ioctl(ifp, &sc->arpcom, command, data)) > 0) {
arpcom           1912 dev/pci/if_sis.c 			arp_ifinit(&sc->arpcom, ifa);
arpcom           1945 dev/pci/if_sis.c 		    ether_addmulti(ifr, &sc->arpcom) :
arpcom           1946 dev/pci/if_sis.c 		    ether_delmulti(ifr, &sc->arpcom);
arpcom           2011 dev/pci/if_sis.c 	ifp = &sc->arpcom.ac_if;
arpcom            444 dev/pci/if_sisreg.h 	struct arpcom		arpcom;		/* interface info */
arpcom            433 dev/pci/if_sk.c 	struct ifnet *ifp= &sc_if->arpcom.ac_if;
arpcom            436 dev/pci/if_sk.c 	struct arpcom *ac = &sc_if->arpcom;
arpcom            528 dev/pci/if_sk.c 	struct ifnet *ifp= &sc_if->arpcom.ac_if;
arpcom            655 dev/pci/if_sk.c 			    "dropped!\n", sc_if->arpcom.ac_if.if_xname));
arpcom            867 dev/pci/if_sk.c 	if ((error = ether_ioctl(ifp, &sc_if->arpcom, command, data)) > 0) {
arpcom            879 dev/pci/if_sk.c 			arp_ifinit(&sc_if->arpcom, ifa);
arpcom            908 dev/pci/if_sk.c 		    ether_addmulti(ifr, &sc_if->arpcom) :
arpcom            909 dev/pci/if_sk.c 		    ether_delmulti(ifr, &sc_if->arpcom);
arpcom           1073 dev/pci/if_sk.c 		sc_if->arpcom.ac_enaddr[i] =
arpcom           1077 dev/pci/if_sk.c 	    ether_sprintf(sc_if->arpcom.ac_enaddr));
arpcom           1183 dev/pci/if_sk.c 	ifp = &sc_if->arpcom.ac_if;
arpcom           1727 dev/pci/if_sk.c 	struct ifnet		*ifp = &sc_if->arpcom.ac_if;
arpcom           1913 dev/pci/if_sk.c 	struct ifnet		*ifp = &sc_if->arpcom.ac_if;
arpcom           1970 dev/pci/if_sk.c 	struct ifnet *ifp = &sc_if->arpcom.ac_if;
arpcom           2021 dev/pci/if_sk.c 	struct ifnet *ifp = &sc_if->arpcom.ac_if;
arpcom           2129 dev/pci/if_sk.c 		ifp0 = &sc_if0->arpcom.ac_if;
arpcom           2131 dev/pci/if_sk.c 		ifp1 = &sc_if1->arpcom.ac_if;
arpcom           2204 dev/pci/if_sk.c 	struct ifnet		*ifp = &sc_if->arpcom.ac_if;
arpcom           2268 dev/pci/if_sk.c 	    letoh16(*(u_int16_t *)(&sc_if->arpcom.ac_enaddr[0])));
arpcom           2270 dev/pci/if_sk.c 	    letoh16(*(u_int16_t *)(&sc_if->arpcom.ac_enaddr[2])));
arpcom           2272 dev/pci/if_sk.c 	    letoh16(*(u_int16_t *)(&sc_if->arpcom.ac_enaddr[4])));
arpcom           2462 dev/pci/if_sk.c 			      sc_if->arpcom.ac_enaddr[i * 2] |
arpcom           2463 dev/pci/if_sk.c 			      sc_if->arpcom.ac_enaddr[i * 2 + 1] << 8);
arpcom           2520 dev/pci/if_sk.c 	struct ifnet		*ifp = &sc_if->arpcom.ac_if;
arpcom           2684 dev/pci/if_sk.c 	struct ifnet		*ifp = &sc_if->arpcom.ac_if;
arpcom            211 dev/pci/if_skvar.h 	struct arpcom		arpcom;		/* interface info */
arpcom            509 dev/pci/if_ste.c 	struct arpcom		*ac = &sc->arpcom;
arpcom            515 dev/pci/if_ste.c 	ifp = &sc->arpcom.ac_if;
arpcom            563 dev/pci/if_ste.c 	ifp = &sc->arpcom.ac_if;
arpcom            644 dev/pci/if_ste.c 	ifp = &sc->arpcom.ac_if;
arpcom            722 dev/pci/if_ste.c 	ifp = &sc->arpcom.ac_if;
arpcom            761 dev/pci/if_ste.c 	ifp = &sc->arpcom.ac_if;
arpcom            796 dev/pci/if_ste.c 	ifp = &sc->arpcom.ac_if;
arpcom            938 dev/pci/if_ste.c 	if (ste_read_eeprom(sc, (caddr_t)&sc->arpcom.ac_enaddr,
arpcom            944 dev/pci/if_ste.c 	printf(", address %s\n", ether_sprintf(sc->arpcom.ac_enaddr));
arpcom            956 dev/pci/if_ste.c 	ifp = &sc->arpcom.ac_if;
arpcom           1096 dev/pci/if_ste.c 	struct ifnet		*ifp = &sc->arpcom.ac_if;
arpcom           1108 dev/pci/if_ste.c 		CSR_WRITE_1(sc, STE_PAR0 + i, sc->arpcom.ac_enaddr[i]);
arpcom           1210 dev/pci/if_ste.c 	ifp = &sc->arpcom.ac_if;
arpcom           1285 dev/pci/if_ste.c 	if ((error = ether_ioctl(ifp, &sc->arpcom, command, data)) > 0) {
arpcom           1296 dev/pci/if_ste.c 			arp_ifinit(&sc->arpcom, ifa);
arpcom           1333 dev/pci/if_ste.c 		    ether_addmulti(ifr, &sc->arpcom) :
arpcom           1334 dev/pci/if_ste.c 		    ether_delmulti(ifr, &sc->arpcom);
arpcom            508 dev/pci/if_stereg.h 	struct arpcom		arpcom;
arpcom           1553 dev/pci/if_stge.c 	struct arpcom *ac = &sc->sc_arpcom;
arpcom            538 dev/pci/if_stgereg.h 	struct arpcom sc_arpcom;	/* ethernet common data */
arpcom            483 dev/pci/if_tht.c 	struct arpcom		sc_ac;
arpcom           1150 dev/pci/if_ti.c 	struct arpcom		*ac = &sc->arpcom;
arpcom           1157 dev/pci/if_ti.c 	ifp = &sc->arpcom.ac_if;
arpcom           1360 dev/pci/if_ti.c 	ifp = &sc->arpcom.ac_if;
arpcom           1574 dev/pci/if_ti.c 	if (ti_read_eeprom(sc, (caddr_t)&sc->arpcom.ac_enaddr,
arpcom           1586 dev/pci/if_ti.c 	     ether_sprintf(sc->arpcom.ac_enaddr));
arpcom           1645 dev/pci/if_ti.c 	ifp = &sc->arpcom.ac_if;
arpcom           1734 dev/pci/if_ti.c 	ifp = &sc->arpcom.ac_if;
arpcom           1846 dev/pci/if_ti.c 	ifp = &sc->arpcom.ac_if;
arpcom           1895 dev/pci/if_ti.c 	ifp = &sc->arpcom.ac_if;
arpcom           1939 dev/pci/if_ti.c 	ifp = &sc->arpcom.ac_if;
arpcom           1977 dev/pci/if_ti.c 	ifp = &sc->arpcom.ac_if;
arpcom           2253 dev/pci/if_ti.c 	ifp = &sc->arpcom.ac_if;
arpcom           2262 dev/pci/if_ti.c 	m = (u_int16_t *)&sc->arpcom.ac_enaddr[0];
arpcom           2452 dev/pci/if_ti.c 	if ((error = ether_ioctl(ifp, &sc->arpcom, command, data)) > 0) {
arpcom           2464 dev/pci/if_ti.c 			arp_ifinit(&sc->arpcom, ifa);
arpcom           2506 dev/pci/if_ti.c 		    ether_addmulti(ifr, &sc->arpcom) :
arpcom           2507 dev/pci/if_ti.c 		    ether_delmulti(ifr, &sc->arpcom);
arpcom           2552 dev/pci/if_ti.c 	ifp = &sc->arpcom.ac_if;
arpcom           1110 dev/pci/if_tireg.h 	struct arpcom		arpcom;		/* interface info */
arpcom            869 dev/pci/if_tl.c 	struct arpcom *ac = &sc->arpcom;
arpcom            872 dev/pci/if_tl.c 	ifp = &sc->arpcom.ac_if;
arpcom           1122 dev/pci/if_tl.c 	ifp = &sc->arpcom.ac_if;
arpcom           1156 dev/pci/if_tl.c 		if (!bcmp(eh->ether_shost, sc->arpcom.ac_enaddr,
arpcom           1273 dev/pci/if_tl.c 	ifp = &sc->arpcom.ac_if;
arpcom           1356 dev/pci/if_tl.c 	ifp = &sc->arpcom.ac_if;
arpcom           1420 dev/pci/if_tl.c 	ifp = &sc->arpcom.ac_if;
arpcom           1649 dev/pci/if_tl.c 	struct ifnet		*ifp = &sc->arpcom.ac_if;
arpcom           1685 dev/pci/if_tl.c 	tl_setfilt(sc, (caddr_t)&sc->arpcom.ac_enaddr, 0);
arpcom           1791 dev/pci/if_tl.c 	if ((error = ether_ioctl(ifp, &sc->arpcom, command, data)) > 0) {
arpcom           1803 dev/pci/if_tl.c 			arp_ifinit(&sc->arpcom, ifa);
arpcom           1836 dev/pci/if_tl.c 		    ether_addmulti(ifr, &sc->arpcom) :
arpcom           1837 dev/pci/if_tl.c 		    ether_delmulti(ifr, &sc->arpcom);
arpcom           1893 dev/pci/if_tl.c 	ifp = &sc->arpcom.ac_if;
arpcom           2002 dev/pci/if_tl.c 	struct ifnet *ifp = &sc->arpcom.ac_if;
arpcom           2120 dev/pci/if_tl.c 	if (tl_read_eeprom(sc, (caddr_t)&sc->arpcom.ac_enaddr,
arpcom           2132 dev/pci/if_tl.c 			p = (u_int16_t *)&sc->arpcom.ac_enaddr[i];
arpcom           2137 dev/pci/if_tl.c 	printf(" address %s\n", ether_sprintf(sc->arpcom.ac_enaddr));
arpcom           2139 dev/pci/if_tl.c 	ifp = &sc->arpcom.ac_if;
arpcom           2201 dev/pci/if_tl.c 	struct ifnet *ifp = &sc->arpcom.ac_if;
arpcom            122 dev/pci/if_tlreg.h 	struct arpcom		arpcom;		/* interface info */
arpcom           1942 dev/pci/if_txp.c 	struct arpcom *ac = &sc->sc_arpcom;
arpcom            566 dev/pci/if_txpreg.h 	struct arpcom		sc_arpcom;	/* ethernet common */
arpcom            477 dev/pci/if_vge.c 	struct arpcom		*ac = &sc->arpcom;
arpcom            756 dev/pci/if_vge.c 	bcopy(eaddr, (char *)&sc->arpcom.ac_enaddr, ETHER_ADDR_LEN);
arpcom            759 dev/pci/if_vge.c 	    ether_sprintf(sc->arpcom.ac_enaddr));
arpcom            766 dev/pci/if_vge.c 	ifp = &sc->arpcom.ac_if;
arpcom            957 dev/pci/if_vge.c 	ifp = &sc->arpcom.ac_if;
arpcom           1131 dev/pci/if_vge.c 	ifp = &sc->arpcom.ac_if;
arpcom           1184 dev/pci/if_vge.c 	struct ifnet		*ifp = &sc->arpcom.ac_if;
arpcom           1225 dev/pci/if_vge.c 	ifp = &sc->arpcom.ac_if;
arpcom           1290 dev/pci/if_vge.c 	struct ifnet		*ifp = &sc->arpcom.ac_if;
arpcom           1522 dev/pci/if_vge.c 		CSR_WRITE_1(sc, VGE_PAR0 + i, sc->arpcom.ac_enaddr[i]);
arpcom           1740 dev/pci/if_vge.c 	if ((error = ether_ioctl(ifp, &sc->arpcom, command, data)) > 0) {
arpcom           1752 dev/pci/if_vge.c 			arp_ifinit(&sc->arpcom, ifa);
arpcom           1791 dev/pci/if_vge.c 		    ether_addmulti(ifr, &sc->arpcom) :
arpcom           1792 dev/pci/if_vge.c 		    ether_delmulti(ifr, &sc->arpcom);
arpcom           1841 dev/pci/if_vge.c 	ifp = &sc->arpcom.ac_if;
arpcom             78 dev/pci/if_vgevar.h 	struct arpcom		arpcom;		/* interface info */
arpcom            266 dev/pci/if_vic.c 	struct arpcom		sc_ac;
arpcom            850 dev/pci/if_vic.c 	struct arpcom *ac = &sc->sc_ac;
arpcom            494 dev/pci/if_vr.c 	struct arpcom *ac = &sc->arpcom;
arpcom            500 dev/pci/if_vr.c 	ifp = &sc->arpcom.ac_if;
arpcom            622 dev/pci/if_vr.c 	struct ifnet		*ifp = &sc->arpcom.ac_if;
arpcom            727 dev/pci/if_vr.c 		sc->arpcom.ac_enaddr[i] = CSR_READ_1(sc, VR_PAR0 + i);
arpcom            732 dev/pci/if_vr.c 	printf(", address %s\n", ether_sprintf(sc->arpcom.ac_enaddr));
arpcom            759 dev/pci/if_vr.c 	ifp = &sc->arpcom.ac_if;
arpcom            929 dev/pci/if_vr.c 	ifp = &sc->arpcom.ac_if;
arpcom           1045 dev/pci/if_vr.c 	ifp = &sc->arpcom.ac_if;
arpcom           1081 dev/pci/if_vr.c 	ifp = &sc->arpcom.ac_if;
arpcom           1169 dev/pci/if_vr.c 	ifp = &sc->arpcom.ac_if;
arpcom           1393 dev/pci/if_vr.c 	struct ifnet		*ifp = &sc->arpcom.ac_if;
arpcom           1409 dev/pci/if_vr.c 		CSR_WRITE_1(sc, VR_PAR0 + i, sc->arpcom.ac_enaddr[i]);
arpcom           1537 dev/pci/if_vr.c 	if ((error = ether_ioctl(ifp, &sc->arpcom, command, data)) > 0) {
arpcom           1549 dev/pci/if_vr.c 			arp_ifinit(&sc->arpcom, ifa);
arpcom           1582 dev/pci/if_vr.c 		    ether_addmulti(ifr, &sc->arpcom) :
arpcom           1583 dev/pci/if_vr.c 		    ether_delmulti(ifr, &sc->arpcom);
arpcom           1638 dev/pci/if_vr.c 	ifp = &sc->arpcom.ac_if;
arpcom            461 dev/pci/if_vrreg.h 	struct arpcom		arpcom;		/* interface info */
arpcom            534 dev/pci/if_wb.c 	struct arpcom		*ac = &sc->arpcom;
arpcom            540 dev/pci/if_wb.c 	ifp = &sc->arpcom.ac_if;
arpcom            717 dev/pci/if_wb.c 	struct ifnet *ifp = &sc->arpcom.ac_if;
arpcom            799 dev/pci/if_wb.c 	wb_read_eeprom(sc, (caddr_t)&sc->arpcom.ac_enaddr, 0, 3, 0);
arpcom            800 dev/pci/if_wb.c 	printf(", address %s\n", ether_sprintf(sc->arpcom.ac_enaddr));
arpcom           1009 dev/pci/if_wb.c 	ifp = &sc->arpcom.ac_if;
arpcom           1103 dev/pci/if_wb.c 	ifp = &sc->arpcom.ac_if;
arpcom           1158 dev/pci/if_wb.c 	ifp = &sc->arpcom.ac_if;
arpcom           1185 dev/pci/if_wb.c 	ifp = &sc->arpcom.ac_if;
arpcom           1467 dev/pci/if_wb.c 	struct ifnet *ifp = &sc->arpcom.ac_if;
arpcom           1512 dev/pci/if_wb.c 		CSR_WRITE_1(sc, WB_NODE0 + i, sc->arpcom.ac_enaddr[i]);
arpcom           1622 dev/pci/if_wb.c 	if ((error = ether_ioctl(ifp, &sc->arpcom, command, data)) > 0) {
arpcom           1634 dev/pci/if_wb.c 			arp_ifinit(&sc->arpcom, ifa);
arpcom           1653 dev/pci/if_wb.c 		    ether_addmulti(ifr, &sc->arpcom) :
arpcom           1654 dev/pci/if_wb.c 		    ether_delmulti(ifr, &sc->arpcom);
arpcom           1715 dev/pci/if_wb.c 	ifp = &sc->arpcom.ac_if;
arpcom            368 dev/pci/if_wbreg.h 	struct arpcom		arpcom;		/* interface info */
arpcom            178 dev/pci/if_xge.c 	struct arpcom		sc_arpcom;
arpcom           1033 dev/pci/if_xge.c 	struct arpcom *ac = &sc->sc_arpcom;
arpcom            114 dev/pcmcia/if_cnw.c 	struct arpcom sc_arpcom;	    /* Ethernet common part */
arpcom            168 dev/pcmcia/if_ray.c 	struct arpcom sc_ec;
arpcom           2885 dev/pcmcia/if_ray.c 	struct arpcom *ec;
arpcom            128 dev/pcmcia/if_xe.c 	struct	arpcom sc_arpcom;		/* Ethernet common part */
arpcom           1291 dev/pcmcia/if_xe.c 	struct arpcom *arp = &sc->sc_arpcom;
arpcom            115 dev/sbus/be.c  	struct	arpcom sc_arpcom;
arpcom           1122 dev/sbus/be.c  	struct arpcom *ac = &sc->sc_arpcom;
arpcom            121 dev/sbus/qe.c  	struct	arpcom sc_arpcom;
arpcom           1106 dev/sbus/qe.c  	struct arpcom *ac = &sc->sc_arpcom;
arpcom            614 dev/usb/if_aue.c 	ETHER_FIRST_MULTI(step, &sc->arpcom, enm);
arpcom            807 dev/usb/if_aue.c 	bcopy(eaddr, (char *)&sc->arpcom.ac_enaddr, ETHER_ADDR_LEN);
arpcom           1379 dev/usb/if_aue.c 	eaddr = sc->arpcom.ac_enaddr;
arpcom           1541 dev/usb/if_aue.c 			arp_ifinit(&sc->arpcom, ifa);
arpcom           1576 dev/usb/if_aue.c 			ether_addmulti(ifr, &sc->arpcom) :
arpcom           1577 dev/usb/if_aue.c 			ether_delmulti(ifr, &sc->arpcom);
arpcom            230 dev/usb/if_auereg.h 	struct arpcom		arpcom;
arpcom            232 dev/usb/if_auereg.h #define GET_IFP(sc) (&(sc)->arpcom.ac_if)
arpcom            433 dev/usb/if_axe.c 	ETHER_FIRST_MULTI(step, &sc->arpcom, enm);
arpcom            694 dev/usb/if_axe.c 	bcopy(eaddr, (char *)&sc->arpcom.ac_enaddr, ETHER_ADDR_LEN);
arpcom            697 dev/usb/if_axe.c 	ifp = &sc->arpcom.ac_if;
arpcom           1042 dev/usb/if_axe.c 	ifp = &sc->arpcom.ac_if;
arpcom           1235 dev/usb/if_axe.c 	struct ifnet		*ifp = &sc->arpcom.ac_if;
arpcom           1353 dev/usb/if_axe.c 			arp_ifinit(&sc->arpcom, ifa);
arpcom           1393 dev/usb/if_axe.c 		    ether_addmulti(ifr, &sc->arpcom) :
arpcom           1394 dev/usb/if_axe.c 		    ether_delmulti(ifr, &sc->arpcom);
arpcom           1456 dev/usb/if_axe.c 	ifp = &sc->arpcom.ac_if;
arpcom            195 dev/usb/if_axereg.h 	struct arpcom		arpcom;
arpcom            196 dev/usb/if_axereg.h #define GET_IFP(sc) (&(sc)->arpcom.ac_if)
arpcom             79 dev/usb/if_cdcef.c 	struct arpcom           sc_arpcom;
arpcom             70 dev/usb/if_cdcereg.h 	struct arpcom		 cdce_arpcom;
arpcom            373 dev/usb/if_cue.c 	ETHER_FIRST_MULTI(step, &sc->arpcom, enm);
arpcom            529 dev/usb/if_cue.c 	bcopy(eaddr, (char *)&sc->arpcom.ac_enaddr, ETHER_ADDR_LEN);
arpcom           1011 dev/usb/if_cue.c 	eaddr = sc->arpcom.ac_enaddr;
arpcom           1127 dev/usb/if_cue.c 			arp_ifinit(&sc->arpcom, ifa);
arpcom           1164 dev/usb/if_cue.c 		    ether_addmulti(ifr, &sc->arpcom) :
arpcom           1165 dev/usb/if_cue.c 		    ether_delmulti(ifr, &sc->arpcom);
arpcom            170 dev/usb/if_cuereg.h 	struct arpcom		arpcom;
arpcom            171 dev/usb/if_cuereg.h #define GET_IFP(sc) (&(sc)->arpcom.ac_if)
arpcom            358 dev/usb/if_kue.c 	ETHER_FIRST_MULTI(step, &sc->arpcom, enm);
arpcom            496 dev/usb/if_kue.c 	    (char *)&sc->arpcom.ac_enaddr, ETHER_ADDR_LEN);
arpcom            962 dev/usb/if_kue.c 	eaddr = sc->arpcom.ac_enaddr;
arpcom           1085 dev/usb/if_kue.c 			arp_ifinit(&sc->arpcom, ifa);
arpcom           1124 dev/usb/if_kue.c 		    ether_addmulti(ifr, &sc->arpcom) :
arpcom           1125 dev/usb/if_kue.c 		    ether_delmulti(ifr, &sc->arpcom);
arpcom            169 dev/usb/if_kuereg.h 	struct arpcom		arpcom;
arpcom            170 dev/usb/if_kuereg.h #define GET_IFP(sc) (&(sc)->arpcom.ac_if)
arpcom            181 dev/usb/if_udavreg.h         struct arpcom           sc_ac; /* ethernet common */
arpcom            171 dev/usb/if_urlreg.h 	struct arpcom		sc_ac; /* ethernet common */
arpcom           1357 net/if.c       			    (caddr_t)((struct arpcom *)ifp)->ac_enaddr,
arpcom           1378 net/if.c       					arp_ifinit((struct arpcom *)ifp, ifa);
arpcom             80 net/if.h       struct arpcom;
arpcom            692 net/if.h       int	ether_ioctl(struct ifnet *, struct arpcom *, u_long, caddr_t);
arpcom           1381 net/if_bridge.c 	struct arpcom *ac;
arpcom           1473 net/if_bridge.c 		ac = (struct arpcom *)ifl->ifp;
arpcom            161 net/if_ethersubr.c 	struct arpcom *arp;
arpcom            205 net/if_ethersubr.c 	struct arpcom *ac = (struct arpcom *)ifp0;
arpcom            225 net/if_ethersubr.c 		ac = (struct arpcom *)ifp;
arpcom            372 net/if_ethersubr.c 		bcopy((caddr_t)((struct arpcom *)ifp0)->ac_enaddr,
arpcom            464 net/if_ethersubr.c 	struct arpcom *ac;
arpcom            574 net/if_ethersubr.c 		    !bcmp(((struct arpcom *)ifp)->ac_enaddr,
arpcom            580 net/if_ethersubr.c 	ac = (struct arpcom *)ifp;
arpcom            643 net/if_ethersubr.c 		aarpinput((struct arpcom *)ifp, m);
arpcom            710 net/if_ethersubr.c 				aarpinput((struct arpcom *)ifp, m);
arpcom            775 net/if_ethersubr.c 	if (ETHER_IS_MULTICAST(((struct arpcom *)ifp)->ac_enaddr)) {
arpcom            776 net/if_ethersubr.c 		((struct arpcom *)ifp)->ac_enaddr[0] = 0x00;
arpcom            777 net/if_ethersubr.c 		((struct arpcom *)ifp)->ac_enaddr[1] = 0xfe;
arpcom            778 net/if_ethersubr.c 		((struct arpcom *)ifp)->ac_enaddr[2] = 0xe1;
arpcom            779 net/if_ethersubr.c 		((struct arpcom *)ifp)->ac_enaddr[3] = 0xba;
arpcom            780 net/if_ethersubr.c 		((struct arpcom *)ifp)->ac_enaddr[4] = 0xd0;
arpcom            786 net/if_ethersubr.c 		((struct arpcom *)ifp)->ac_enaddr[5] = (u_char)random() & 0xff;
arpcom            799 net/if_ethersubr.c 	bcopy((caddr_t)((struct arpcom *)ifp)->ac_enaddr,
arpcom            801 net/if_ethersubr.c 	LIST_INIT(&((struct arpcom *)ifp)->ac_multiaddrs);
arpcom            811 net/if_ethersubr.c 	struct arpcom *ac = (struct arpcom *)ifp;
arpcom           1019 net/if_ethersubr.c 	struct arpcom *ac;
arpcom           1082 net/if_ethersubr.c 	struct arpcom *ac;
arpcom            147 net/if_fddisubr.c 	struct arpcom *ac = (struct arpcom *)ifp0;
arpcom            162 net/if_fddisubr.c 		ac = (struct arpcom *)ifp;
arpcom            335 net/if_fddisubr.c 		bcopy((caddr_t)((struct arpcom *)ifp0)->ac_enaddr,
arpcom            473 net/if_fddisubr.c 	bcopy((caddr_t)((struct arpcom *)ifp)->ac_enaddr,
arpcom             67 net/if_trunk.c void	 trunk_lladdr(struct arpcom *, u_int8_t *);
arpcom            236 net/if_trunk.c trunk_lladdr(struct arpcom *ac, u_int8_t *lladdr)
arpcom            279 net/if_trunk.c 	trunk_lladdr((struct arpcom *)ifp, lladdr);
arpcom            292 net/if_trunk.c 				arp_ifinit((struct arpcom *)ifp, ifa);
arpcom            354 net/if_trunk.c 	bcopy(((struct arpcom *)ifp)->ac_enaddr, tp->tp_lladdr, ETHER_ADDR_LEN);
arpcom            442 net/if_trunk.c 			bcopy(((struct arpcom *)tp_ptr->tp_if)->ac_enaddr,
arpcom            146 net/if_trunk.h 	struct arpcom			tr_ac;		/* virtual interface */
arpcom             90 net/if_tun.c   	struct arpcom	arpcom;		/* ethernet common data */
arpcom             99 net/if_tun.c   #define tun_if	arpcom.ac_if
arpcom            178 net/if_tun.c   	tp->arpcom.ac_enaddr[0] = 0x00;
arpcom            179 net/if_tun.c   	tp->arpcom.ac_enaddr[1] = 0xbd;
arpcom            185 net/if_tun.c   	bcopy(&macaddr_rnd, &tp->arpcom.ac_enaddr[2], sizeof(u_int32_t));
arpcom            186 net/if_tun.c   	tp->arpcom.ac_enaddr[5] = (u_char)unit + 1;
arpcom            443 net/if_tun.c   		if ((error = ether_ioctl(ifp, &tp->arpcom, cmd, data)) > 0) {
arpcom            455 net/if_tun.c   				arp_ifinit(&tp->arpcom, (struct ifaddr *)data);
arpcom            485 net/if_tun.c   			    ether_addmulti(ifr, &tp->arpcom) :
arpcom            486 net/if_tun.c   			    ether_delmulti(ifr, &tp->arpcom);
arpcom            683 net/if_tun.c   		bcopy(tp->arpcom.ac_enaddr, data,
arpcom            684 net/if_tun.c   		    sizeof(tp->arpcom.ac_enaddr));
arpcom            692 net/if_tun.c   		bcopy(data, tp->arpcom.ac_enaddr,
arpcom            693 net/if_tun.c   		    sizeof(tp->arpcom.ac_enaddr));
arpcom            545 net/if_vlan.c  			bcopy(((struct arpcom *)ifp->if_softc)->ac_enaddr,
arpcom            672 net/if_vlan.c  	error = ether_addmulti(ifr, (struct arpcom *)&ifv->ifv_ac);
arpcom            707 net/if_vlan.c  	(void)ether_delmulti(ifr, (struct arpcom *)&ifv->ifv_ac);
arpcom            739 net/if_vlan.c  	error = ether_delmulti(ifr, (struct arpcom *)&ifv->ifv_ac);
arpcom            750 net/if_vlan.c  		(void)ether_addmulti(ifr, (struct arpcom *)&ifv->ifv_ac);
arpcom             49 net/if_vlan_var.h 	struct	arpcom ifv_ac;	/* make this an interface */
arpcom             85 net80211/ieee80211.c 	memcpy(((struct arpcom *)ifp)->ac_enaddr, ic->ic_myaddr,
arpcom            156 net80211/ieee80211_var.h 	struct arpcom		ic_ac;
arpcom             85 netatalk/aarp.c static void aarpwhohas(struct arpcom *, struct sockaddr_at *);
arpcom             86 netatalk/aarp.c int aarpresolve(struct arpcom *, struct mbuf *,
arpcom             88 netatalk/aarp.c void aarpinput(struct arpcom *, struct mbuf *);
arpcom             89 netatalk/aarp.c static void at_aarpinput(struct arpcom *, struct mbuf *);
arpcom            189 netatalk/aarp.c     struct arpcom	*ac;
arpcom            269 netatalk/aarp.c     struct arpcom	*ac;
arpcom            326 netatalk/aarp.c     struct arpcom	*ac;
arpcom            364 netatalk/aarp.c     struct arpcom	*ac;
arpcom            605 netatalk/aarp.c     struct arpcom	*ac = (struct arpcom *) arg;
arpcom             90 netatalk/at_extern.h int		aarpresolve(struct arpcom *, struct mbuf *,
arpcom             92 netatalk/at_extern.h void		aarpinput(struct arpcom *, struct mbuf *);
arpcom            283 netinet/if_ether.c 			Bcopy(((struct arpcom *)rt->rt_ifp)->ac_enaddr,
arpcom            370 netinet/if_ether.c 	struct arpcom *ac;
arpcom            447 netinet/if_ether.c 					((struct arpcom *) rt->rt_ifp->if_softc
arpcom            522 netinet/if_ether.c 	struct arpcom *ac = (struct arpcom *)m->m_pkthdr.rcvif;
arpcom            598 netinet/if_ether.c 		ac = (struct arpcom *)bridge_ia->ia_ifp;
arpcom            731 netinet/if_ether.c 		bcopy(((struct arpcom *)ac->ac_if.if_carpdev)->ac_enaddr,
arpcom            813 netinet/if_ether.c 	struct arpcom *ac;
arpcom            898 netinet/if_ether.c 	if (bcmp(ar->arp_tha, ((struct arpcom *)ifp)->ac_enaddr,
arpcom            923 netinet/if_ether.c 	struct arpcom *ac = (struct arpcom *)ifp;
arpcom            157 netinet/if_ether.h struct	arpcom {
arpcom            199 netinet/if_ether.h void	arpwhohas(struct arpcom *, struct in_addr *);
arpcom            201 netinet/if_ether.h int	arpresolve(struct arpcom *,
arpcom            203 netinet/if_ether.h void	arp_ifinit(struct arpcom *, struct ifaddr *);
arpcom            206 netinet/if_ether.h int	ether_addmulti(struct ifreq *, struct arpcom *);
arpcom            207 netinet/if_ether.h int	ether_delmulti(struct ifreq *, struct arpcom *);
arpcom            222 netinet/if_ether.h 	struct	 arpcom *enm_ac;	/* back pointer to arpcom */
arpcom            108 netinet/ip_carp.c 	struct arpcom sc_ac;
arpcom           2417 netinet/ip_carp.c 	error = ether_addmulti(ifr, (struct arpcom *)&sc->sc_ac);
arpcom           2452 netinet/ip_carp.c 	(void)ether_delmulti(ifr, (struct arpcom *)&sc->sc_ac);
arpcom           2488 netinet/ip_carp.c 	error = ether_delmulti(ifr, (struct arpcom *)&sc->sc_ac);
arpcom           2499 netinet/ip_carp.c 		(void)ether_addmulti(ifr, (struct arpcom *)&sc->sc_ac);