Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/net/
H A Dppp_defs.h115 #define PPP_LCP 0xc021 /* Link Control Protocol */ macro
/titanic_50/usr/src/uts/common/io/ppp/spppasyn/
H A Dspppasyn.c1065 if (code == (PPP_LCP >> 8) && in ahdlc_encode()
1066 MSG_BYTE(mp, 3) == (PPP_LCP & 0xFF)) { in ahdlc_encode()
1273 is_lcp = (proto == PPP_LCP); in receive_frame()
/titanic_50/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_ppp.c127 { PPP_LCP, "LCP", interpret_ppp_cp, "PPP-LCP: ",
551 case PPP_LCP: in interpret_cp_options()
/titanic_50/usr/src/cmd/cmd-inet/usr.bin/pppd/
H A Dauth.c493 if (protp->protocol != PPP_LCP && protp->lowerdown != NULL)
523 if (protp->protocol != PPP_LCP && protp->enabled_flag
H A Dmain.c1433 if ((protocol != PPP_LCP && in get_input()
1436 !(protocol == PPP_LCP || protocol == PPP_LQR || in get_input()
H A Dlcp.c330 PPP_LCP, /* Protocol Number for LCP */
508 f->protocol = PPP_LCP;
/titanic_50/usr/src/uts/common/io/ppp/spppcomp/
H A Dspppcomp.c597 } else if (proto != PPP_LCP && IS_CCP_COMP_RUN(cp) && in spppcomp_outpkt()
646 if (IS_COMP_AC(cp) && (proto != PPP_LCP)) { in spppcomp_outpkt()