Home
last modified time | relevance | path

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

/external/ppp/pppd/
Dchap-new.c267 auth_peer_fail(0, PPP_CHAP); in chap_timeout()
288 MAKEHEADER(p, PPP_CHAP); in chap_generate_challenge()
360 MAKEHEADER(p, PPP_CHAP); in chap_handle_response()
390 auth_peer_fail(0, PPP_CHAP); in chap_handle_response()
393 auth_peer_success(0, PPP_CHAP, in chap_handle_response()
469 MAKEHEADER(p, PPP_CHAP); in chap_respond()
521 auth_withpeer_success(0, PPP_CHAP, cs->digest->code); in chap_handle_status()
525 auth_withpeer_fail(0, PPP_CHAP); in chap_handle_status()
572 auth_peer_fail(0, PPP_CHAP); in chap_protrej()
577 auth_withpeer_fail(0, PPP_CHAP); in chap_protrej()
[all …]
Dlcp.c730 PUTSHORT(PPP_CHAP, ucp); \
856 if (cishort != PPP_CHAP) \
1110 } else if (cishort == PPP_CHAP && cilen == CILEN_CHAP) {
1394 if ((cishort != PPP_CHAP) || (cichar != (CHAP_DIGEST(val)))) \
1639 PUTSHORT(PPP_CHAP, nakp);
1647 if (cishort == PPP_CHAP) {
1675 PUTSHORT(PPP_CHAP, nakp);
1695 PUTSHORT(PPP_CHAP, nakp);
1720 PUTSHORT(PPP_CHAP, nakp);
2061 case PPP_CHAP:
Dauth.c940 case PPP_CHAP:
1017 case PPP_CHAP:
Dmain.c1100 || protocol == PPP_PAP || protocol == PPP_CHAP || in get_input()
/external/scapy/test/
Dpptp.uts389 chap_challenge = PPP() / PPP_CHAP(code=1, id=47, value=b'B' * 7,
407 chap_response = PPP() / PPP_CHAP(code='Response', id=47, value=b'\x00' * 16, optional_name='client')
430 chap_success = PPP() / PPP_CHAP(code='Success', id=47)
436 assert PPP_CHAP in chap_success_pkt
437 assert chap_success_pkt[PPP_CHAP].code == 3
438 assert chap_success_pkt[PPP_CHAP].id == 47
439 assert chap_success_pkt[PPP_CHAP].data == b''
440 assert chap_success_pkt[PPP_CHAP].summary() in ['CHAP Success message=\'\'', 'CHAP Success message=…
449 chap_failure = PPP() / PPP_CHAP(code='Failure', id=47, data='Go away')
455 assert PPP_CHAP in chap_failure_pkt
[all …]
/external/libpcap/
Dppp.h57 #define PPP_CHAP 0xc223 /* Challenge Handshake Authentication Protocol */ macro
/external/tcpdump/
Dppp.h63 #define PPP_CHAP 0xc223 /* Challenge Handshake Authentication Protocol */ macro
Dprint-ppp.c98 { PPP_CHAP, "CHAP" },
653 case PPP_CHAP: in print_lcp_config_options()
1473 case PPP_CHAP: in handle_ppp()
Dprint-juniper.c1074 case PPP_CHAP : in juniper_ppp_heuristic_guess()
/external/scapy/scapy/layers/
Dppp.py638 class PPP_CHAP(Packet): class
674 class PPP_CHAP_ChallengeResponse(PPP_CHAP):
695 return PPP_CHAP.mysummary(self)
707 bind_layers( PPP, PPP_CHAP, proto=0xc223)
/external/ppp/pppd/include/net/
Dppp_defs.h104 #define PPP_CHAP 0xc223 /* Cryptographic Handshake Auth. Protocol */ macro
/external/kernel-headers/original/uapi/linux/
Dppp_defs.h60 #define PPP_CHAP 0xc223 /* Cryptographic Handshake Auth. Protocol */ macro