Home
last modified time | relevance | path

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

/netbsd/src/external/bsd/libpcap/dist/
Dppp.h56 #define PPP_LCP 0xc021 /* Link Control Protocol */ macro
/netbsd/src/external/bsd/tcpdump/dist/
Dppp.h59 #define PPP_LCP 0xc021 /* Link Control Protocol */ macro
Dprint-ppp.c99 { PPP_LCP, "LCP" },
489 case PPP_LCP: in handle_ctrl_proto()
1472 case PPP_LCP: /* fall through */ in handle_ppp()
Dprint-juniper.c1156 case PPP_LCP : in juniper_ppp_heuristic_guess()
/netbsd/src/sys/net/
Dppp_defs.h96 #define PPP_LCP 0xc021 /* Link Control Protocol */ macro
Dif_spppsubr.c500 PPP_LCP, IDX_LCP, CP_LCP, "lcp",
700 sppp_cp_send(sp, PPP_LCP, PROTO_REJ, in sppp_input()
711 case PPP_LCP: in sppp_input()
1702 if (cp->proto != PPP_LCP) in sppp_cp_input()
1707 if (cp->proto != PPP_LCP) in sppp_cp_input()
1740 sppp_cp_send(sp, PPP_LCP, ECHO_REPLY, h->ident, len - 4, in sppp_cp_input()
1744 if (cp->proto != PPP_LCP) in sppp_cp_input()
1848 if (cp->proto == PPP_LCP) in sppp_down_event()
3300 sppp_cp_send(sp, PPP_LCP, CONF_REQ, sp->scp[IDX_LCP].confid, i, &opt); in sppp_lcp_scr()
5538 sppp_cp_send(sp, PPP_LCP, ECHO_REQ, in sppp_keepalive()
[all …]
Dif_ppp.c1208 if (protocol != PPP_LCP && protocol != PPP_CCP && in ppp_dequeue()
1244 protocol != PPP_LCP) { in ppp_dequeue()
/netbsd/src/external/bsd/ppp/dist/pppd/
Dmain.c1180 if (protocol != PPP_LCP && lcp_fsm[0].state != OPENED) { in get_input()
1190 && !(protocol == PPP_LCP || protocol == PPP_LQR in get_input()
Dutils.c739 if (debug <= 1 && unsuccess == 0 && proto == PPP_LCP in dump_packet()
Dauth.c811 if (protp->protocol != PPP_LCP && protp->lowerdown != NULL) in upper_layers_down()
842 if (protp->protocol != PPP_LCP && protp->enabled_flag in link_established()
Dlcp.c286 PPP_LCP,
363 f->protocol = PPP_LCP; in lcp_init()
/netbsd/src/sys/kern/
Duipc_mbufdebug.c398 case PPP_LCP: in m_examine_ppp()