Searched refs:PPP_LCP (Results 1 – 12 of 12) sorted by relevance
/external/scapy/scapy/layers/ |
D | ppp.py | 361 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/ |
D | ppp.h | 54 #define PPP_LCP 0xc021 /* Link Control Protocol */ macro
|
/external/tcpdump/ |
D | ppp.h | 59 #define PPP_LCP 0xc021 /* Link Control Protocol */ macro
|
D | print-ppp.c | 95 { PPP_LCP, "LCP" }, 476 case PPP_LCP: in handle_ctrl_proto() 1461 case PPP_LCP: /* fall through */ in handle_ppp()
|
D | print-juniper.c | 1072 case PPP_LCP : in juniper_ppp_heuristic_guess()
|
/external/ppp/pppd/include/net/ |
D | ppp_defs.h | 101 #define PPP_LCP 0xc021 /* Link Control Protocol */ macro
|
/external/kernel-headers/original/uapi/linux/ |
D | ppp_defs.h | 57 #define PPP_LCP 0xc021 /* Link Control Protocol */ macro
|
/external/ppp/pppd/ |
D | main.c | 1089 if (protocol != PPP_LCP && lcp_fsm[0].state != OPENED) { in get_input() 1099 && !(protocol == PPP_LCP || protocol == PPP_LQR in get_input()
|
D | utils.c | 817 if (debug <= 1 && unsuccess == 0 && proto == PPP_LCP in dump_packet()
|
D | auth.c | 712 if (protp->protocol != PPP_LCP && protp->lowerdown != NULL) in upper_layers_down() 741 if (protp->protocol != PPP_LCP && protp->enabled_flag
|
D | lcp.c | 261 PPP_LCP, 344 f->protocol = PPP_LCP;
|
/external/scapy/test/ |
D | pptp.uts | 262 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)
|