Searched refs:PPP_PAP (Results 1 – 6 of 6) sorted by relevance
/titanic_50/usr/src/cmd/cmd-inet/usr.bin/pppd/ |
H A D | upap.c | 80 PPP_PAP, 232 auth_withpeer_fail(u->us_unit, PPP_PAP); 252 auth_peer_fail(u->us_unit, PPP_PAP); 319 auth_withpeer_fail(unit, PPP_PAP); 323 auth_peer_fail(unit, PPP_PAP); 460 auth_peer_success(u->us_unit, PPP_PAP, ruser, ruserlen); 463 auth_peer_fail(u->us_unit, PPP_PAP); 523 auth_withpeer_success(u->us_unit, PPP_PAP); 590 auth_withpeer_fail(u->us_unit, PPP_PAP); 611 MAKEHEADER(outp, PPP_PAP); [all …]
|
H A D | lcp.c | 976 go->neg_mschapv2) && go->neg_upap, PPP_PAP); 1154 go->neg_mschapv2) && go->neg_upap, PPP_PAP); 1321 PPP_CHAP : PPP_PAP; 1323 if (cishort == PPP_PAP && cilen == CILEN_SHORT) { 1788 REJCIAUTH(CI_AUTHTYPE, neg_upap, PPP_PAP); 2037 if (cishort == PPP_PAP) { 2079 PUTSHORT(PPP_PAP, nakp); 2080 naked_auth_proto = PPP_PAP; 2559 case PPP_PAP:
|
H A D | auth.c | 718 case PPP_PAP: 776 case PPP_PAP:
|
H A D | main.c | 1437 protocol == PPP_PAP || protocol == PPP_CHAP))) { in get_input()
|
/titanic_50/usr/src/uts/common/net/ |
H A D | ppp_defs.h | 116 #define PPP_PAP 0xc023 /* Password Authentication Protocol */ macro
|
/titanic_50/usr/src/cmd/cmd-inet/usr.sbin/snoop/ |
H A D | snoop_ppp.c | 151 { PPP_PAP, "PAP", interpret_ppp_pap, "PAP: ",
|