Home
last modified time | relevance | path

Searched refs:cdce_arpcom (Results 1 – 2 of 2) sorted by relevance

/openbsd/sys/dev/usb/
H A Dif_cdcereg.h70 struct arpcom cdce_arpcom; member
71 #define GET_IFP(sc) (&(sc)->cdce_arpcom.ac_if)
H A Dif_cdce.c320 sc->cdce_arpcom.ac_enaddr[i / 2] |= c; in cdce_attach()
325 ether_sprintf(sc->cdce_arpcom.ac_enaddr)); in cdce_attach()
521 error = ether_ioctl(ifp, &sc->cdce_arpcom, command, data); in cdce_ioctl()