Home
last modified time | relevance | path

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

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