Home
last modified time | relevance | path

Searched refs:PPP_CCP (Results 1 – 6 of 6) sorted by relevance

/external/tcpdump/
Dppp.h56 #define PPP_CCP 0x80fd /* Compress Control Protocol */ macro
Dprint-ppp.c105 { PPP_CCP, "CCP" },
485 case PPP_CCP: in handle_ctrl_proto()
1466 case PPP_CCP: in handle_ppp()
/external/kernel-headers/original/uapi/linux/
Dppp_defs.h55 #define PPP_CCP 0x80fd /* Compression Control Protocol */ macro
/external/ppp/pppd/include/net/
Dppp_defs.h99 #define PPP_CCP 0x80fd /* Compression Control Protocol */ macro
/external/ppp/pppd/
Dccp.c180 PPP_CCP,
357 f->protocol = PPP_CCP;
Dauth.c878 if ((protp->protocol == PPP_ECP || protp->protocol == PPP_CCP)
903 && protp->protocol != PPP_CCP && protp->protocol != PPP_ECP