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

/freebsd-13-stable/contrib/libpcap/
H A Dppp.h55 #define PPP_PAP 0xc023 /* Password Authentication Protocol */ macro
/freebsd-13-stable/sbin/spppcontrol/
H A Dspppcontrol.c52 #define PPP_PAP 0xc023 macro
112 spr.defs.hisauth.proto = PPP_PAP;
124 spr.defs.myauth.proto = PPP_PAP;
141 spr.defs.hisauth.proto = PPP_PAP;
249 case PPP_PAP: return "pap";
/freebsd-13-stable/contrib/tcpdump/
H A Dppp.h60 #define PPP_PAP 0xc023 /* Password Authentication Protocol */ macro
H A Dprint-ppp.c96 { PPP_PAP, "PAP" },
657 case PPP_PAP: /* fall through */
1476 case PPP_PAP:
H A Dprint-juniper.c1073 case PPP_PAP :
/freebsd-13-stable/sys/net/
H A Dppp_defs.h71 #define PPP_PAP 0xc023 /* Password Authentication Protocol */ macro
H A Dif_spppsubr.c110 #define PPP_PAP 0xc023 /* Password Authentication Protocol */ macro
430 PPP_PAP, IDX_PAP, CP_AUTH, "pap",
583 case PPP_PAP:
4399 sppp_auth_type_name(PPP_PAP, h->type),
4411 sppp_auth_type_name(PPP_PAP, h->type),
4461 if (sp->myauth.proto == PPP_PAP &&
4522 if (sp->hisauth.proto == PPP_PAP &&
4528 if (sp->myauth.proto == PPP_PAP) {
5142 if ((spr->defs.myauth.proto != 0 && spr->defs.myauth.proto != PPP_PAP &&
5144 (spr->defs.hisauth.proto != 0 && spr->defs.hisauth.proto != PPP_PAP
[all...]

Completed in 136 milliseconds