Home
last modified time | relevance | path

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

/f-stack/freebsd/net/
H A Dppp_defs.h66 #define PPP_IPCP 0x8021 /* IP Control Protocol */ macro
H A Dif_spppsubr.c112 #define PPP_IPCP 0x8021 /* Internet Protocol Control Protocol */ macro
402 PPP_IPCP, IDX_IPCP,
596 case PPP_IPCP: in sppp_input()
2999 sppp_cp_send (sp, PPP_IPCP, CONF_REJ, h->ident, rlen, buf); in sppp_ipcp_RCR()
3109 sppp_cp_send (sp, PPP_IPCP, CONF_NAK, h->ident, rlen, buf); in sppp_ipcp_RCR()
3113 sppp_cp_send (sp, PPP_IPCP, CONF_ACK, in sppp_ipcp_RCR()
3302 sppp_cp_send(sp, PPP_IPCP, CONF_REQ, sp->confid[IDX_IPCP], i, &opt); in sppp_ipcp_scr()
5355 case PPP_IPCP: return "ipcp"; in sppp_proto_name()