Searched refs:PPP_IPCP (Results 1 – 5 of 5) sorted by relevance
/openbsd/lib/libpcap/ |
H A D | ppp.h | 40 #define PPP_IPCP 0x8021 /* IP Control Protocol */ macro
|
/openbsd/sys/net/ |
H A D | ppp_defs.h | 73 #define PPP_IPCP 0x8021 /* IP Control Protocol */ macro
|
H A D | if_spppsubr.c | 108 #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 D | print-ppp.c | 82 { PPP_IPCP, "IPCP" }, /* IP Control Protocol */ 382 case PPP_IPCP: in ppp_print()
|
/openbsd/usr.sbin/pppd/ |
H A D | ipcp.c | 125 PPP_IPCP, 188 f->protocol = PPP_IPCP; in ipcp_init()
|