Home
last modified time | relevance | path

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

/dragonfly/sbin/spppcontrol/
H A Dspppcontrol.c50 #define PPP_PAP 0xc023 macro
110 spr.defs.hisauth.proto = PPP_PAP; in main()
122 spr.defs.myauth.proto = PPP_PAP; in main()
139 spr.defs.hisauth.proto = PPP_PAP; in main()
247 case PPP_PAP: return "pap"; in proto_name()
/dragonfly/contrib/libpcap/
H A Dppp.h55 #define PPP_PAP 0xc023 /* Password Authentication Protocol */ macro
/dragonfly/contrib/tcpdump/
H A Dppp.h60 #define PPP_PAP 0xc023 /* Password Authentication Protocol */ macro
H A Dprint-ppp.c95 { PPP_PAP, "PAP" },
661 case PPP_PAP: /* fall through */ in print_lcp_config_options()
1471 case PPP_PAP: in handle_ppp()
H A Dprint-juniper.c1172 case PPP_PAP : in juniper_ppp_heuristic_guess()
/dragonfly/sys/net/ppp_layer/
H A Dppp_defs.h69 #define PPP_PAP 0xc023 /* Password Authentication Protocol */ macro
/dragonfly/sys/net/sppp/
H A Dif_spppsubr.c100 #define PPP_PAP 0xc023 /* Password Authentication Protocol */ macro
400 PPP_PAP, IDX_PAP, CP_AUTH, "pap",
516 case PPP_PAP: in sppp_input()
4335 sppp_auth_type_name(PPP_PAP, h->type), in sppp_pap_input()
4347 sppp_auth_type_name(PPP_PAP, h->type), in sppp_pap_input()
4400 if (sp->myauth.proto == PPP_PAP && in sppp_pap_input()
4467 if (sp->hisauth.proto == PPP_PAP && in sppp_pap_open()
4473 if (sp->myauth.proto == PPP_PAP) { in sppp_pap_open()
5066 if ((spr->defs.myauth.proto != 0 && spr->defs.myauth.proto != PPP_PAP && in sppp_params()
5186 case PPP_PAP: in sppp_auth_type_name()
[all …]