Searched refs:PPP_LCP (Results 1 - 8 of 8) sorted by relevance

/openbsd-current/lib/libpcap/
H A Dppp.h50 #define PPP_LCP 0xc021 /* Link Control Protocol */ macro
/openbsd-current/sys/net/
H A Dppp_defs.h78 #define PPP_LCP 0xc021 /* Link Control Protocol */ macro
H A Dif_spppsubr.c105 #define PPP_LCP 0xc021 /* Link Control Protocol */ macro
352 PPP_LCP, IDX_LCP, CP_LCP, "lcp",
479 sppp_cp_send (sp, PPP_LCP, PROTO_REJ,
489 case PPP_LCP:
1272 if (cp->proto != PPP_LCP)
1277 if (cp->proto != PPP_LCP)
1313 sppp_cp_send (sp, PPP_LCP, ECHO_REPLY, h->ident, len-4, h+1);
1316 if (cp->proto != PPP_LCP)
1825 sppp_cp_send(sp, PPP_LCP, CONF_REJ, h->ident, rlen, buf);
1923 sppp_cp_send(sp, PPP_LCP, CONF_RE
[all...]
H A Dif_ppp.c949 if (protocol != PPP_LCP && protocol != PPP_CCP &&
983 protocol != PPP_LCP) {
/openbsd-current/usr.sbin/tcpdump/
H A Dprint-ppp.c87 { PPP_LCP, "LCP" }, /* Link Control Protocol */
370 case PPP_LCP:
/openbsd-current/usr.sbin/pppd/
H A Dauth.c218 if (protp->protocol != PPP_LCP && protp->lowerdown != NULL)
248 if (protp->protocol != PPP_LCP && protp->enabled_flag
H A Dmain.c673 if (protocol != PPP_LCP && lcp_fsm[0].state != OPENED) {
684 && !(protocol == PPP_LCP || protocol == PPP_LQR
H A Dlcp.c137 PPP_LCP,
183 f->protocol = PPP_LCP;

Completed in 286 milliseconds