Home
last modified time | relevance | path

Searched refs:PPP_CHAP (Results 1 – 6 of 6) sorted by path

/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppd/
H A Dauth.c708 case PPP_CHAP:
766 case PPP_CHAP:
H A Dchap.c81 PPP_CHAP, /* PPP protocol number */
239 auth_peer_fail(cstate->unit, PPP_CHAP);
346 auth_peer_fail(unit, PPP_CHAP);
349 auth_withpeer_fail(unit, PPP_CHAP);
688 auth_peer_success(cstate->unit, PPP_CHAP, rhostname, len);
701 auth_peer_fail(cstate->unit, PPP_CHAP);
742 auth_withpeer_success(cstate->unit, PPP_CHAP);
774 auth_withpeer_fail(cstate->unit, PPP_CHAP);
794 MAKEHEADER(outp, PPP_CHAP); /* paste in a CHAP header */
839 MAKEHEADER(outp, PPP_CHAP); /* paste in a header */
[all …]
H A Dlcp.c966 PPP_CHAP, go->chap_mdtype);
1144 PPP_CHAP, go->chap_mdtype);
1313 PPP_CHAP : PPP_PAP;
1328 } else if (cishort == PPP_CHAP && cilen >= CILEN_CHAP) {
1756 if (cishort != PPP_CHAP || cichar != go->chap_mdtype)
2036 } else if (cishort == PPP_CHAP) {
2065 PUTSHORT(PPP_CHAP, nakp);
2067 naked_auth_proto = PPP_CHAP;
2554 case PPP_CHAP:
H A Dmain.c1434 protocol == PPP_PAP || protocol == PPP_CHAP))) { in get_input()
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_ppp.c147 { PPP_CHAP, "CHAP", interpret_ppp_chap, "CHAP: ",
982 case PPP_CHAP: { in opt_format_authproto()
/illumos-gate/usr/src/uts/common/net/
H A Dppp_defs.h119 #define PPP_CHAP 0xc223 /* Challenge Handshake Auth. Protocol */ macro