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

/freebsd-10.0-release/contrib/libpcap/
H A Dppp.h58 #define PPP_CHAP 0xc223 /* Challenge Handshake Authentication Protocol */ macro
/freebsd-10.0-release/sbin/spppcontrol/
H A Dspppcontrol.c51 #define PPP_CHAP 0xc223 macro
113 spr.defs.hisauth.proto = PPP_CHAP;
124 spr.defs.myauth.proto = PPP_CHAP;
141 spr.defs.hisauth.proto = PPP_CHAP;
248 case PPP_CHAP: return "chap";
/freebsd-10.0-release/contrib/tcpdump/
H A Dppp.h66 #define PPP_CHAP 0xc223 /* Challenge Handshake Authentication Protocol */ macro
H A Dprint-ppp.c105 { PPP_CHAP, "CHAP" },
652 case PPP_CHAP:
1356 case PPP_CHAP:
H A Dprint-juniper.c1026 case PPP_CHAP :
/freebsd-10.0-release/sys/net/
H A Dppp_defs.h73 #define PPP_CHAP 0xc223 /* Cryptographic Handshake Auth. Protocol */ macro
H A Dif_spppsubr.c113 #define PPP_CHAP 0xc223 /* Challenge-Handshake Auth Protocol */ macro
440 PPP_CHAP, IDX_CHAP, CP_AUTH, "chap",
591 case PPP_CHAP:
2329 if (authproto == PPP_CHAP && p[1] != 5) {
2446 if (authproto == PPP_CHAP && p[4] != CHAP_MD5) {
2803 opt[i++] = authproto == PPP_CHAP? 5: 4;
2806 if (authproto == PPP_CHAP)
4034 sppp_auth_type_name(PPP_CHAP, h->type),
4046 sppp_auth_type_name(PPP_CHAP, h->type), h->ident,
4083 if (sp->myauth.proto == PPP_CHAP
[all...]

Completed in 87 milliseconds