Searched refs:PPP_LCP (Results 1 - 10 of 10) sorted by relevance

/external/libpcap/
H A Dppp.h55 #define PPP_LCP 0xc021 /* Link Control Protocol */ macro
/external/tcpdump/
H A Dppp.h60 #define PPP_LCP 0xc021 /* Link Control Protocol */ macro
H A Dprint-ppp.c100 { PPP_LCP, "LCP" },
485 case PPP_LCP:
1342 case PPP_LCP: /* fall through */
H A Dprint-juniper.c731 case PPP_LCP :
/external/ppp/pppd/include/net/
H A Dppp_defs.h91 #define PPP_LCP 0xc021 /* Link Control Protocol */ macro
/external/kernel-headers/original/linux/
H A Dppp_defs.h86 #define PPP_LCP 0xc021 /* Link Control Protocol */ macro
/external/ppp/pppd/
H A Dmain.c1048 if (protocol != PPP_LCP && lcp_fsm[0].state != OPENED) {
1058 && !(protocol == PPP_LCP || protocol == PPP_LQR
H A Dauth.c688 if (protp->protocol != PPP_LCP && protp->lowerdown != NULL)
717 if (protp->protocol != PPP_LCP && protp->enabled_flag
H A Dlcp.c261 PPP_LCP,
344 f->protocol = PPP_LCP;
H A Dutils.c851 if (debug <= 1 && unsuccess == 0 && proto == PPP_LCP

Completed in 59 milliseconds