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

  /src/sys/net/
if_ppp.c 499 struct npioctl *npi; local in function:pppioctl
662 npi = (struct npioctl *)data;
663 switch (npi->protocol) {
674 npi->mode = sc->sc_npmode[npx];
676 if (npi->mode != sc->sc_npmode[npx]) {
678 sc->sc_npmode[npx] = npi->mode;
679 if (npi->mode != NPMODE_QUEUE) {

Completed in 11 milliseconds