Searched refs:PPP_IPCP (Results 1 – 4 of 4) sorted by relevance
| /mirbsd/src/lib/libpcap/ |
| D | ppp.h | 41 #define PPP_IPCP 0x8021 /* IP Control Protocol */ macro
|
| /mirbsd/src/sys/net/ |
| D | ppp_defs.h | 73 #define PPP_IPCP 0x8021 /* IP Control Protocol */ macro
|
| D | if_spppsubr.c | 163 #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/ |
| D | ipcp.c | 134 PPP_IPCP, 199 f->protocol = PPP_IPCP;
|