Home
last modified time | relevance | path

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

/external/libpcap/
Dppp.h54 #define PPP_LCP 0xc021 /* Link Control Protocol */ macro
/external/tcpdump/
Dppp.h59 #define PPP_LCP 0xc021 /* Link Control Protocol */ macro
Dprint-ppp.c94 { PPP_LCP, "LCP" },
475 case PPP_LCP: in handle_ctrl_proto()
1441 case PPP_LCP: /* fall through */ in handle_ppp()
Dprint-juniper.c1032 case PPP_LCP : in juniper_ppp_heuristic_guess()
/external/kernel-headers/original/uapi/linux/
Dppp_defs.h56 #define PPP_LCP 0xc021 /* Link Control Protocol */ macro
/external/ppp/pppd/include/net/
Dppp_defs.h97 #define PPP_LCP 0xc021 /* Link Control Protocol */ macro
/external/ppp/pppd/
Dmain.c1115 if (protocol != PPP_LCP && lcp_fsm[0].state != OPENED) { in get_input()
1125 && !(protocol == PPP_LCP || protocol == PPP_LQR in get_input()
Dauth.c712 if (protp->protocol != PPP_LCP && protp->lowerdown != NULL) in upper_layers_down()
741 if (protp->protocol != PPP_LCP && protp->enabled_flag
Dutils.c817 if (debug <= 1 && unsuccess == 0 && proto == PPP_LCP in dump_packet()
Dlcp.c261 PPP_LCP,
344 f->protocol = PPP_LCP;