Home
last modified time | relevance | path

Searched refs:PPP_LCP (Results 1 – 7 of 7) sorted by last modified time

/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppd/
H A Dauth.c486 if (protp->protocol != PPP_LCP && protp->lowerdown != NULL)
516 if (protp->protocol != PPP_LCP && protp->enabled_flag
H A Dmain.c1430 if ((protocol != PPP_LCP && in get_input()
1433 !(protocol == PPP_LCP || protocol == PPP_LQR || in get_input()
H A Dlcp.c322 PPP_LCP, /* Protocol Number for LCP */
500 f->protocol = PPP_LCP;
/illumos-gate/usr/src/uts/common/net/
H A Dppp_defs.h113 #define PPP_LCP 0xc021 /* Link Control Protocol */ macro
/illumos-gate/usr/src/uts/common/io/ppp/spppasyn/
H A Dspppasyn.c1064 if (code == (PPP_LCP >> 8) && in ahdlc_encode()
1065 MSG_BYTE(mp, 3) == (PPP_LCP & 0xFF)) { in ahdlc_encode()
1272 is_lcp = (proto == PPP_LCP); in receive_frame()
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_ppp.c125 { PPP_LCP, "LCP", interpret_ppp_cp, "PPP-LCP: ",
549 case PPP_LCP: in interpret_cp_options()
/illumos-gate/usr/src/uts/common/io/ppp/spppcomp/
H A Dspppcomp.c600 } else if (proto != PPP_LCP && IS_CCP_COMP_RUN(cp) && in spppcomp_outpkt()
649 if (IS_COMP_AC(cp) && (proto != PPP_LCP)) { in spppcomp_outpkt()