Searched refs:PPP_IPCP (Results 1 – 2 of 2) sorted by relevance
| /f-stack/freebsd/net/ |
| H A D | ppp_defs.h | 66 #define PPP_IPCP 0x8021 /* IP Control Protocol */ macro
|
| H A D | if_spppsubr.c | 112 #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()
|