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

  /src/sys/net/
if_ppp.c 495 int s, error, flags, mru, npx; local in function:pppioctl
665 npx = NP_IP;
668 npx = NP_IPV6;
674 npi->mode = sc->sc_npmode[npx];
676 if (npi->mode != sc->sc_npmode[npx]) {
678 sc->sc_npmode[npx] = npi->mode;
if_ppp.c 495 int s, error, flags, mru, npx; local in function:pppioctl
665 npx = NP_IP;
668 npx = NP_IPV6;
674 npi->mode = sc->sc_npmode[npx];
676 if (npi->mode != sc->sc_npmode[npx]) {
678 sc->sc_npmode[npx] = npi->mode;

Completed in 27 milliseconds