Searched refs:PPP_LCP (Results 1 – 8 of 8) sorted by relevance
| /openbsd/src/lib/libpcap/ |
| D | ppp.h | 50 #define PPP_LCP 0xc021 /* Link Control Protocol */ macro
|
| /openbsd/src/sys/net/ |
| D | ppp_defs.h | 78 #define PPP_LCP 0xc021 /* Link Control Protocol */ macro
|
| D | if_spppsubr.c | 105 #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 …]
|
| D | if_ppp.c | 949 if (protocol != PPP_LCP && protocol != PPP_CCP && in ppp_dequeue() 983 protocol != PPP_LCP) { in ppp_dequeue()
|
| /openbsd/src/usr.sbin/pppd/ |
| D | auth.c | 215 if (protp->protocol != PPP_LCP && protp->lowerdown != NULL) in link_down() 244 if (protp->protocol != PPP_LCP && protp->enabled_flag in link_established()
|
| D | main.c | 669 if (protocol != PPP_LCP && lcp_fsm[0].state != OPENED) { in get_input() 680 && !(protocol == PPP_LCP || protocol == PPP_LQR in get_input()
|
| D | lcp.c | 137 PPP_LCP, 182 f->protocol = PPP_LCP; in lcp_init()
|
| /openbsd/src/usr.sbin/tcpdump/ |
| D | print-ppp.c | 87 { PPP_LCP, "LCP" }, /* Link Control Protocol */ 370 case PPP_LCP: in ppp_print()
|