Home
last modified time | relevance | path

Searched refs:PPP_PAP (Results 1 – 12 of 12) sorted by relevance

/external/ppp/pppd/
Dupap.c90 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 …]
Dlcp.c768 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:
Dauth.c956 case PPP_PAP:
1034 case PPP_PAP:
Dmain.c1100 || protocol == PPP_PAP || protocol == PPP_CHAP || in get_input()
/external/libpcap/
Dppp.h55 #define PPP_PAP 0xc023 /* Password Authentication Protocol */ macro
/external/tcpdump/
Dppp.h60 #define PPP_PAP 0xc023 /* Password Authentication Protocol */ macro
Dprint-ppp.c95 { PPP_PAP, "PAP" },
661 case PPP_PAP: /* fall through */ in print_lcp_config_options()
1482 case PPP_PAP: in handle_ppp()
Dprint-juniper.c1159 case PPP_PAP : in juniper_ppp_heuristic_guess()
/external/scapy/scapy/layers/
Dppp.py569 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/
Dppp_defs.h58 #define PPP_PAP 0xc023 /* Password Authentication Protocol */ macro
/external/ppp/pppd/include/net/
Dppp_defs.h102 #define PPP_PAP 0xc023 /* Password Authentication Protocol */ macro
/external/scapy/test/
Dpptp.uts350 pap_response = PPP() / PPP_PAP(code='Authenticate-Ack', id=42)
369 pap_response = PPP() / PPP_PAP(code=3, id=42, message='Bad password')