Home
last modified time | relevance | path

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

/openbsd/src/lib/libpcap/
Dppp.h50 #define PPP_LCP 0xc021 /* Link Control Protocol */ macro
/openbsd/src/sys/net/
Dppp_defs.h78 #define PPP_LCP 0xc021 /* Link Control Protocol */ macro
Dif_spppsubr.c105 #define PPP_LCP 0xc021 /* Link Control Protocol */ macro
352 PPP_LCP, IDX_LCP, CP_LCP, "lcp",
503 sppp_cp_send (sp, PPP_LCP, PROTO_REJ, in sppp_input()
513 case PPP_LCP: in sppp_input()
1296 if (cp->proto != PPP_LCP) in sppp_cp_input()
1301 if (cp->proto != PPP_LCP) in sppp_cp_input()
1337 sppp_cp_send (sp, PPP_LCP, ECHO_REPLY, h->ident, len-4, h+1); in sppp_cp_input()
1340 if (cp->proto != PPP_LCP) in sppp_cp_input()
1849 sppp_cp_send(sp, PPP_LCP, CONF_REJ, h->ident, rlen, buf); in sppp_lcp_RCR()
1947 sppp_cp_send(sp, PPP_LCP, CONF_REJ, h->ident, rlen, buf); in sppp_lcp_RCR()
[all …]
Dif_ppp.c949 if (protocol != PPP_LCP && protocol != PPP_CCP && in ppp_dequeue()
983 protocol != PPP_LCP) { in ppp_dequeue()
/openbsd/src/usr.sbin/pppd/
Dauth.c215 if (protp->protocol != PPP_LCP && protp->lowerdown != NULL) in link_down()
244 if (protp->protocol != PPP_LCP && protp->enabled_flag in link_established()
Dmain.c669 if (protocol != PPP_LCP && lcp_fsm[0].state != OPENED) { in get_input()
680 && !(protocol == PPP_LCP || protocol == PPP_LQR in get_input()
Dlcp.c137 PPP_LCP,
182 f->protocol = PPP_LCP; in lcp_init()
/openbsd/src/usr.sbin/tcpdump/
Dprint-ppp.c87 { PPP_LCP, "LCP" }, /* Link Control Protocol */
370 case PPP_LCP: in ppp_print()