Home
last modified time | relevance | path

Searched refs:PPP_PAP (Results 1 – 2 of 2) sorted by relevance

/f-stack/freebsd/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: in sppp_input()
4399 sppp_auth_type_name(PPP_PAP, h->type), in sppp_pap_input()
4411 sppp_auth_type_name(PPP_PAP, h->type), in sppp_pap_input()
4461 if (sp->myauth.proto == PPP_PAP && in sppp_pap_input()
4522 if (sp->hisauth.proto == PPP_PAP && in sppp_pap_open()
4528 if (sp->myauth.proto == PPP_PAP) { in sppp_pap_open()
5142 if ((spr->defs.myauth.proto != 0 && spr->defs.myauth.proto != PPP_PAP && in sppp_params()
5261 case PPP_PAP: in sppp_auth_type_name()
[all …]