Lines Matching refs:arpcom
591 struct ifnet *ifp= &sc_if->arpcom.ac_if; in sk_setmulti()
594 struct arpcom *ac = &sc_if->arpcom; in sk_setmulti()
785 "dropped!\n", sc_if->arpcom.ac_if.if_xname)); in sk_newbuf()
988 if ((error = ether_ioctl(ifp, &sc_if->arpcom, command, data)) > 0) { in sk_ioctl()
1000 arp_ifinit(&sc_if->arpcom, ifa); in sk_ioctl()
1061 ether_addmulti(ifr, &sc_if->arpcom) : in sk_ioctl()
1062 ether_delmulti(ifr, &sc_if->arpcom); in sk_ioctl()
1196 sc_if->arpcom.ac_enaddr[i] = in sk_attach()
1201 ether_sprintf(sc_if->arpcom.ac_enaddr)); in sk_attach()
1299 ifp = &sc_if->arpcom.ac_if; in sk_attach()
1827 struct ifnet *ifp = &sc_if->arpcom.ac_if; in sk_rxeof()
1995 struct ifnet *ifp = &sc_if->arpcom.ac_if; in sk_txeof()
2048 struct ifnet *ifp = &sc_if->arpcom.ac_if; in sk_tick()
2089 struct ifnet *ifp = &sc_if->arpcom.ac_if; in sk_intr_bcom()
2184 ifp0 = &sc_if0->arpcom.ac_if; in sk_intr()
2186 ifp1 = &sc_if1->arpcom.ac_if; in sk_intr()
2262 struct ifnet *ifp = &sc_if->arpcom.ac_if; in sk_init_xmac()
2326 *(u_int16_t *)(&sc_if->arpcom.ac_enaddr[0])); in sk_init_xmac()
2328 *(u_int16_t *)(&sc_if->arpcom.ac_enaddr[2])); in sk_init_xmac()
2330 *(u_int16_t *)(&sc_if->arpcom.ac_enaddr[4])); in sk_init_xmac()
2521 sc_if->arpcom.ac_enaddr[i * 2] |
2522 sc_if->arpcom.ac_enaddr[i * 2 + 1] << 8);
2561 struct ifnet *ifp = &sc_if->arpcom.ac_if; in sk_init()
2705 struct ifnet *ifp = &sc_if->arpcom.ac_if; in sk_stop()