Home
last modified time | relevance | path

Searched refs:NCP_CCP (Results 1 – 5 of 5) sorted by relevance

/openbsd/usr.sbin/npppd/npppd/
H A Dppp.c549 case PPP_PROTO_NCP | NCP_CCP: return "ccp"; in proto_name()
816 case PPP_PROTO_NCP | NCP_CCP:
914 case NCP_CCP: /* Compression */
1107 case PPP_PROTO_NCP | NCP_CCP: return NPPPD_PROTO_BIT_CCP;
H A Dmppe.c401 PPP_PROTO_NCP | NCP_CCP); in mppe_input()
406 ppp_output(_this->ppp, PPP_PROTO_NCP | NCP_CCP, in mppe_input()
H A Dccp.c95 _this->fsm.protocol = PPP_PROTO_NCP | NCP_CCP; in ccp_init()
H A Dppp.h44 #define NCP_CCP 0xfd macro
H A Dlcp.c917 case PPP_PROTO_NCP | NCP_CCP: in lcp_rcoderej()