Searched refs:PPP_CHAP (Results 1 - 6 of 6) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppd/
H A Dchap.c91 PPP_CHAP, /* PPP protocol number */
249 auth_peer_fail(cstate->unit, PPP_CHAP);
356 auth_peer_fail(unit, PPP_CHAP);
359 auth_withpeer_fail(unit, PPP_CHAP);
698 auth_peer_success(cstate->unit, PPP_CHAP, rhostname, len);
711 auth_peer_fail(cstate->unit, PPP_CHAP);
752 auth_withpeer_success(cstate->unit, PPP_CHAP);
784 auth_withpeer_fail(cstate->unit, PPP_CHAP);
804 MAKEHEADER(outp, PPP_CHAP); /* paste in a CHAP header */
849 MAKEHEADER(outp, PPP_CHAP); /* past
[all...]
H A Dlcp.c974 PPP_CHAP, go->chap_mdtype);
1152 PPP_CHAP, go->chap_mdtype);
1321 PPP_CHAP : PPP_PAP;
1336 } else if (cishort == PPP_CHAP && cilen >= CILEN_CHAP) {
1764 if (cishort != PPP_CHAP || cichar != go->chap_mdtype)
2044 } else if (cishort == PPP_CHAP) {
2073 PUTSHORT(PPP_CHAP, nakp);
2075 naked_auth_proto = PPP_CHAP;
2562 case PPP_CHAP:
H A Dauth.c715 case PPP_CHAP:
773 case PPP_CHAP:
H A Dmain.c1437 protocol == PPP_PAP || protocol == PPP_CHAP))) {
/illumos-gate/usr/src/uts/common/net/
H A Dppp_defs.h121 #define PPP_CHAP 0xc223 /* Challenge Handshake Auth. Protocol */ macro
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_ppp.c149 { PPP_CHAP, "CHAP", interpret_ppp_chap, "CHAP: ",
984 case PPP_CHAP: {

Completed in 64 milliseconds