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

  /src/sys/net/
ppp_defs.h 94 #define PPP_CCP 0x80fd /* Compression Control Protocol */
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 142 milliseconds