Home
last modified time | relevance | path

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

/mirbsd/src/lib/libpcap/
Dppp.h41 #define PPP_IPCP 0x8021 /* IP Control Protocol */ macro
/mirbsd/src/sys/net/
Dppp_defs.h73 #define PPP_IPCP 0x8021 /* IP Control Protocol */ macro
Dif_spppsubr.c163 #define PPP_IPCP 0x8021 /* Internet Protocol Control Protocol */ macro
419 PPP_IPCP, IDX_IPCP, CP_NCP, "ipcp",
550 case PPP_IPCP: in sppp_input()
2702 sppp_cp_send(sp, PPP_IPCP, CONF_REJ, h->ident, rlen, buf); in sppp_ipcp_RCR()
2793 sppp_cp_send (sp, PPP_IPCP, CONF_NAK, h->ident, rlen, buf); in sppp_ipcp_RCR()
2797 sppp_cp_send (sp, PPP_IPCP, CONF_ACK, in sppp_ipcp_RCR()
2966 sppp_cp_send(sp, PPP_IPCP, CONF_REQ, sp->confid[IDX_IPCP], i, &opt); in sppp_ipcp_scr()
4277 case PPP_IPCP: return "ipcp"; in sppp_proto_name()
/mirbsd/src/usr.sbin/pppd/
Dipcp.c134 PPP_IPCP,
199 f->protocol = PPP_IPCP;