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);
|