Home
last modified time | relevance | path

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

/openbsd/usr.sbin/npppd/npppd/
H A Dppp.c549 case PPP_PROTO_NCP | NCP_CCP: return "ccp"; in proto_name()
550 case PPP_PROTO_NCP | NCP_IPCP: return "ipcp"; in proto_name()
552 case PPP_PROTO_NCP | NCP_IPV6CP: return "ipv6cp"; in proto_name()
816 case PPP_PROTO_NCP | NCP_CCP:
912 if ((proto & 0xff00) == PPP_PROTO_NCP) {
1107 case PPP_PROTO_NCP | NCP_CCP: return NPPPD_PROTO_BIT_CCP;
1108 case PPP_PROTO_NCP | NCP_IPCP: return NPPPD_PROTO_BIT_IPCP;
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 Dipcp.c117 _this->fsm.protocol = PPP_PROTO_NCP | NCP_IPCP; in ipcp_init()
H A Dppp.h43 #define PPP_PROTO_NCP 0x8000 macro
H A Dlcp.c914 case PPP_PROTO_NCP | NCP_IPCP: in lcp_rcoderej()
917 case PPP_PROTO_NCP | NCP_CCP: in lcp_rcoderej()