Searched refs:PPP_CHAP (Results 1 - 7 of 7) sorted by relevance

/freebsd-12-stable/contrib/libpcap/
H A Dppp.h57 #define PPP_CHAP 0xc223 /* Challenge Handshake Authentication Protocol */ macro
/freebsd-12-stable/sbin/spppcontrol/
H A Dspppcontrol.c53 #define PPP_CHAP 0xc223 macro
115 spr.defs.hisauth.proto = PPP_CHAP;
126 spr.defs.myauth.proto = PPP_CHAP;
143 spr.defs.hisauth.proto = PPP_CHAP;
250 case PPP_CHAP: return "chap";
/freebsd-12-stable/contrib/tcpdump/
H A Dppp.h63 #define PPP_CHAP 0xc223 /* Challenge Handshake Authentication Protocol */ macro
H A Dprint-ppp.c98 { PPP_CHAP, "CHAP" },
653 case PPP_CHAP:
1473 case PPP_CHAP:
H A Dprint-juniper.c1074 case PPP_CHAP :
/freebsd-12-stable/sys/net/
H A Dppp_defs.h73 #define PPP_CHAP 0xc223 /* Cryptographic Handshake Auth. Protocol */ macro
H A Dif_spppsubr.c110 #define PPP_CHAP 0xc223 /* Challenge-Handshake Auth Protocol */ macro
437 PPP_CHAP, IDX_CHAP, CP_AUTH, "chap",
588 case PPP_CHAP:
2304 if (authproto == PPP_CHAP && p[1] != 5) {
2421 if (authproto == PPP_CHAP && p[4] != CHAP_MD5) {
2778 opt[i++] = authproto == PPP_CHAP? 5: 4;
2781 if (authproto == PPP_CHAP)
4009 sppp_auth_type_name(PPP_CHAP, h->type),
4021 sppp_auth_type_name(PPP_CHAP, h->type), h->ident,
4058 if (sp->myauth.proto == PPP_CHAP
[all...]

Completed in 188 milliseconds