Home
last modified time | relevance | path

Searched refs:NCP_IPCP (Results 1 – 4 of 4) sorted by relevance

/openbsd/src/usr.sbin/npppd/npppd/
Dppp.c555 case PPP_PROTO_NCP | NCP_IPCP: return "ipcp"; in proto_name()
929 case NCP_IPCP: /* IPCP */
1113 case PPP_PROTO_NCP | NCP_IPCP: return NPPPD_PROTO_BIT_IPCP;
Dipcp.c117 _this->fsm.protocol = PPP_PROTO_NCP | NCP_IPCP; in ipcp_init()
Dppp.h45 #define NCP_IPCP 0x21 macro
Dlcp.c914 case PPP_PROTO_NCP | NCP_IPCP: in lcp_rcoderej()