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

  /src/sys/net/
if_ppp.c 170 static void ppp_ccp(struct ppp_softc *, struct mbuf *m, int rcvd);
1201 case PPP_CCP:
1202 ppp_ccp(sc, m, 0);
1208 if (protocol != PPP_LCP && protocol != PPP_CCP &&
1299 ppp_ccp(struct ppp_softc *sc, struct mbuf *m, int rcvd) function in typeref:typename:void
1524 if (proto == PPP_CCP)
1525 ppp_ccp(sc, m, 1);
if_ppp.c 170 static void ppp_ccp(struct ppp_softc *, struct mbuf *m, int rcvd);
1201 case PPP_CCP:
1202 ppp_ccp(sc, m, 0);
1208 if (protocol != PPP_LCP && protocol != PPP_CCP &&
1299 ppp_ccp(struct ppp_softc *sc, struct mbuf *m, int rcvd) function in typeref:typename:void
1524 if (proto == PPP_CCP)
1525 ppp_ccp(sc, m, 1);

Completed in 23 milliseconds