if_sq.c | 107 static int sq_ioctl(struct ifnet *, u_long, void *); 320 ifp->if_ioctl = sq_ioctl; 503 sq_ioctl(struct ifnet *ifp, u_long cmd, void *data) function in typeref:typename:int 507 SQ_TRACE(SQ_IOCTL, (struct sq_softc *)ifp->if_softc, 0, 0); 875 case SQ_IOCTL: act = "SQ_IOCTL"; break;
|