Searched refs:PPP_PAP (Results 1 – 12 of 12) 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); 501 auth_withpeer_success(u->us_unit, PPP_PAP, 0); 542 auth_withpeer_fail(u->us_unit, PPP_PAP); 560 MAKEHEADER(outp, PPP_PAP); [all …]
|
D | lcp.c | 768 PPP_PAP); 917 PPP_PAP); 1095 if (cishort == PPP_PAP && cilen == CILEN_SHORT) { 1464 REJCISHORT(CI_AUTHTYPE, neg_upap, PPP_PAP); 1623 if (cishort == PPP_PAP) { 1662 PUTSHORT(PPP_PAP, nakp); 1699 PUTSHORT(PPP_PAP, nakp); 1724 PUTSHORT(PPP_PAP, nakp); 2058 case PPP_PAP:
|
D | auth.c | 956 case PPP_PAP: 1034 case PPP_PAP:
|
D | main.c | 1100 || protocol == PPP_PAP || protocol == PPP_CHAP || in get_input()
|
/external/libpcap/ |
D | ppp.h | 55 #define PPP_PAP 0xc023 /* Password Authentication Protocol */ macro
|
/external/tcpdump/ |
D | ppp.h | 60 #define PPP_PAP 0xc023 /* Password Authentication Protocol */ macro
|
D | print-ppp.c | 95 { PPP_PAP, "PAP" }, 661 case PPP_PAP: /* fall through */ in print_lcp_config_options() 1482 case PPP_PAP: in handle_ppp()
|
D | print-juniper.c | 1159 case PPP_PAP : in juniper_ppp_heuristic_guess()
|
/external/scapy/scapy/layers/ |
D | ppp.py | 569 class PPP_PAP(Packet): class 597 class PPP_PAP_Request(PPP_PAP): 612 class PPP_PAP_Response(PPP_PAP): 711 bind_layers( PPP, PPP_PAP, proto=0xc023)
|
/external/kernel-headers/original/uapi/linux/ |
D | ppp_defs.h | 58 #define PPP_PAP 0xc023 /* Password Authentication Protocol */ macro
|
/external/ppp/pppd/include/net/ |
D | ppp_defs.h | 102 #define PPP_PAP 0xc023 /* Password Authentication Protocol */ macro
|
/external/scapy/test/ |
D | pptp.uts | 350 pap_response = PPP() / PPP_PAP(code='Authenticate-Ack', id=42) 369 pap_response = PPP() / PPP_PAP(code=3, id=42, message='Bad password')
|