Searched refs:PPP_PAP (Results 1 – 10 of 10) sorted by relevance
/external/ppp/pppd/ |
D | upap.c | 90 PPP_PAP, 213 auth_withpeer_fail(u->us_unit, PPP_PAP); 233 auth_peer_fail(u->us_unit, PPP_PAP); 299 auth_withpeer_fail(unit, PPP_PAP); 303 auth_peer_fail(unit, PPP_PAP); 453 auth_peer_success(u->us_unit, PPP_PAP, 0, ruser, ruserlen); 457 auth_peer_fail(u->us_unit, PPP_PAP); 502 auth_withpeer_success(u->us_unit, PPP_PAP, 0); 543 auth_withpeer_fail(u->us_unit, PPP_PAP); 561 MAKEHEADER(outp, PPP_PAP); [all …]
|
D | lcp.c | 745 PPP_PAP); 894 PPP_PAP); 1072 if (cishort == PPP_PAP && cilen == CILEN_SHORT) { 1441 REJCISHORT(CI_AUTHTYPE, neg_upap, PPP_PAP); 1600 if (cishort == PPP_PAP) { 1639 PUTSHORT(PPP_PAP, nakp); 1676 PUTSHORT(PPP_PAP, nakp); 1701 PUTSHORT(PPP_PAP, nakp); 2034 case PPP_PAP:
|
D | auth.c | 929 case PPP_PAP: 1005 case PPP_PAP:
|
D | main.c | 1059 || protocol == PPP_PAP || protocol == PPP_CHAP || in get_input()
|
/external/libpcap/ |
D | ppp.h | 56 #define PPP_PAP 0xc023 /* Password Authentication Protocol */ macro
|
/external/tcpdump/ |
D | ppp.h | 61 #define PPP_PAP 0xc023 /* Password Authentication Protocol */ macro
|
D | print-ppp.c | 101 { PPP_PAP, "PAP" }, 654 case PPP_PAP: /* fall through */ in print_lcp_config_options() 1357 case PPP_PAP: in handle_ppp()
|
D | print-juniper.c | 732 case PPP_PAP : in juniper_ppp_heuristic_guess()
|
/external/ppp/pppd/include/net/ |
D | ppp_defs.h | 92 #define PPP_PAP 0xc023 /* Password Authentication Protocol */ macro
|
/external/kernel-headers/original/linux/ |
D | ppp_defs.h | 87 #define PPP_PAP 0xc023 /* Password Authentication Protocol */ macro
|