Searched refs:PPP_CHAP (Results 1 – 10 of 10) sorted by relevance
/external/ppp/pppd/ |
D | chap-new.c | 267 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 …]
|
D | lcp.c | 730 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:
|
D | auth.c | 940 case PPP_CHAP: 1017 case PPP_CHAP:
|
D | main.c | 1126 || protocol == PPP_PAP || protocol == PPP_CHAP || in get_input()
|
/external/libpcap/ |
D | ppp.h | 57 #define PPP_CHAP 0xc223 /* Challenge Handshake Authentication Protocol */ macro
|
/external/tcpdump/ |
D | ppp.h | 63 #define PPP_CHAP 0xc223 /* Challenge Handshake Authentication Protocol */ macro
|
D | print-ppp.c | 97 { PPP_CHAP, "CHAP" }, 652 case PPP_CHAP: in print_lcp_config_options() 1453 case PPP_CHAP: in handle_ppp()
|
D | print-juniper.c | 1034 case PPP_CHAP : in juniper_ppp_heuristic_guess()
|
/external/kernel-headers/original/uapi/linux/ |
D | ppp_defs.h | 59 #define PPP_CHAP 0xc223 /* Cryptographic Handshake Auth. Protocol */ macro
|
/external/ppp/pppd/include/net/ |
D | ppp_defs.h | 100 #define PPP_CHAP 0xc223 /* Cryptographic Handshake Auth. Protocol */ macro
|