Home
last modified time | relevance | path

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

/openbsd/lib/libpcap/
H A Dppp.h40 #define PPP_IPCP 0x8021 /* IP Control Protocol */ macro
/openbsd/sys/net/
H A Dppp_defs.h73 #define PPP_IPCP 0x8021 /* IP Control Protocol */ macro
H A Dif_spppsubr.c108 #define PPP_IPCP 0x8021 /* Internet Protocol Control Protocol */ macro
360 PPP_IPCP, IDX_IPCP,
527 case PPP_IPCP: in sppp_input()
2409 sppp_cp_send(sp, PPP_IPCP, CONF_REJ, h->ident, rlen, buf); in sppp_ipcp_RCR()
2506 sppp_cp_send (sp, PPP_IPCP, CONF_NAK, h->ident, rlen, buf); in sppp_ipcp_RCR()
2510 sppp_cp_send (sp, PPP_IPCP, CONF_ACK, in sppp_ipcp_RCR()
2766 sppp_cp_send(sp, PPP_IPCP, CONF_REQ, sp->confid[IDX_IPCP], i, opt); in sppp_ipcp_scr()
4873 case PPP_IPCP: return "ipcp"; in sppp_proto_name()
/openbsd/usr.sbin/tcpdump/
H A Dprint-ppp.c82 { PPP_IPCP, "IPCP" }, /* IP Control Protocol */
382 case PPP_IPCP: in ppp_print()
/openbsd/usr.sbin/pppd/
H A Dipcp.c125 PPP_IPCP,
188 f->protocol = PPP_IPCP; in ipcp_init()