Home
last modified time | relevance | path

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

/external/scapy/scapy/layers/
Dppp.py361 class PPP_LCP(Packet): class
504 class PPP_LCP_Configure(PPP_LCP):
517 class PPP_LCP_Terminate(PPP_LCP):
524 class PPP_LCP_Code_Reject(PPP_LCP):
529 PacketField("rejected_packet", None, PPP_LCP)]
532 class PPP_LCP_Protocol_Reject(PPP_LCP):
541 class PPP_LCP_Echo(PPP_LCP):
554 class PPP_LCP_Discard_Request(PPP_LCP):
710 bind_layers( PPP, PPP_LCP, proto=0xc021)
/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.c95 { PPP_LCP, "LCP" },
476 case PPP_LCP: in handle_ctrl_proto()
1461 case PPP_LCP: /* fall through */ in handle_ppp()
Dprint-juniper.c1072 case PPP_LCP : in juniper_ppp_heuristic_guess()
/external/ppp/pppd/include/net/
Dppp_defs.h101 #define PPP_LCP 0xc021 /* Link Control Protocol */ macro
/external/kernel-headers/original/uapi/linux/
Dppp_defs.h57 #define PPP_LCP 0xc021 /* Link Control Protocol */ macro
/external/ppp/pppd/
Dmain.c1089 if (protocol != PPP_LCP && lcp_fsm[0].state != OPENED) { in get_input()
1099 && !(protocol == PPP_LCP || protocol == PPP_LQR in get_input()
Dutils.c817 if (debug <= 1 && unsuccess == 0 && proto == PPP_LCP in dump_packet()
Dauth.c712 if (protp->protocol != PPP_LCP && protp->lowerdown != NULL) in upper_layers_down()
741 if (protp->protocol != PPP_LCP && protp->enabled_flag
Dlcp.c261 PPP_LCP,
344 f->protocol = PPP_LCP;
/external/scapy/test/
Dpptp.uts262 code_reject = PPP() / PPP_LCP_Code_Reject(id=42, rejected_packet=PPP_LCP(code=42, id=7, data='unkno…
270 assert isinstance(code_reject_pkt[PPP_LCP_Code_Reject].rejected_packet, PPP_LCP)