HomeSort by: relevance | last modified time | path
    Searched defs:typereq (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/altq/
altq_conf.c 218 struct altqreq *typereq; local in function:altqioctl
237 typereq = (struct altqreq *)addr;
238 if ((ifp = ifunit(typereq->ifname)) == NULL)
240 typereq->arg = (u_long)ifp->if_snd.altq_type;
altq_conf.c 218 struct altqreq *typereq; local in function:altqioctl
237 typereq = (struct altqreq *)addr;
238 if ((ifp = ifunit(typereq->ifname)) == NULL)
240 typereq->arg = (u_long)ifp->if_snd.altq_type;
altq_conf.c 218 struct altqreq *typereq; local in function:altqioctl
237 typereq = (struct altqreq *)addr;
238 if ((ifp = ifunit(typereq->ifname)) == NULL)
240 typereq->arg = (u_long)ifp->if_snd.altq_type;

Completed in 87 milliseconds