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

/freebsd-10.0-release/contrib/libpcap/
H A Dppp.h56 #define PPP_PAP 0xc023 /* Password Authentication Protocol */ macro
/freebsd-10.0-release/sbin/spppcontrol/
H A Dspppcontrol.c50 #define PPP_PAP 0xc023 macro
110 spr.defs.hisauth.proto = PPP_PAP;
122 spr.defs.myauth.proto = PPP_PAP;
139 spr.defs.hisauth.proto = PPP_PAP;
247 case PPP_PAP: return "pap";
/freebsd-10.0-release/contrib/tcpdump/
H A Dppp.h63 #define PPP_PAP 0xc023 /* Password Authentication Protocol */ macro
H A Dprint-ppp.c103 { PPP_PAP, "PAP" },
656 case PPP_PAP: /* fall through */
1359 case PPP_PAP:
H A Dprint-juniper.c1025 case PPP_PAP :
/freebsd-10.0-release/sys/net/
H A Dppp_defs.h71 #define PPP_PAP 0xc023 /* Password Authentication Protocol */ macro
H A Dif_spppsubr.c112 #define PPP_PAP 0xc023 /* Password Authentication Protocol */ macro
432 PPP_PAP, IDX_PAP, CP_AUTH, "pap",
585 case PPP_PAP:
4433 sppp_auth_type_name(PPP_PAP, h->type),
4445 sppp_auth_type_name(PPP_PAP, h->type),
4495 if (sp->myauth.proto == PPP_PAP &&
4557 if (sp->hisauth.proto == PPP_PAP &&
4563 if (sp->myauth.proto == PPP_PAP) {
5169 if ((spr->defs.myauth.proto != 0 && spr->defs.myauth.proto != PPP_PAP &&
5171 (spr->defs.hisauth.proto != 0 && spr->defs.hisauth.proto != PPP_PAP
[all...]

Completed in 170 milliseconds