Symbol: PPP_PAP
sbin/ifconfig/ifconfig.c
5522
spa.proto = PPP_PAP;
sbin/ifconfig/ifconfig.c
5627
case PPP_PAP:
sys/net/if_spppsubr.c
3796
sppp_auth_type_name(PPP_PAP, h->type),
sys/net/if_spppsubr.c
3809
sppp_auth_type_name(PPP_PAP, h->type),
sys/net/if_spppsubr.c
385
PPP_PAP, IDX_PAP, CP_AUTH, "pap",
sys/net/if_spppsubr.c
3859
if (sp->myauth.proto == PPP_PAP &&
sys/net/if_spppsubr.c
3918
if (sp->hisauth.proto == PPP_PAP &&
sys/net/if_spppsubr.c
3924
if (sp->myauth.proto == PPP_PAP) {
sys/net/if_spppsubr.c
4687
if (spa->proto != 0 && spa->proto != PPP_PAP &&
sys/net/if_spppsubr.c
4800
case PPP_PAP:
sys/net/if_spppsubr.c
4896
case PPP_PAP: return "pap";
sys/net/if_spppsubr.c
518
case PPP_PAP:
usr.sbin/pppd/auth.c
359
case PPP_PAP:
usr.sbin/pppd/auth.c
412
case PPP_PAP:
usr.sbin/pppd/lcp.c
1086
REJCISHORT(CI_AUTHTYPE, neg_upap, PPP_PAP);
usr.sbin/pppd/lcp.c
1241
if (cishort == PPP_PAP) {
usr.sbin/pppd/lcp.c
1272
PUTSHORT(PPP_PAP, nakp);
usr.sbin/pppd/lcp.c
1302
PUTSHORT(PPP_PAP, nakp);
usr.sbin/pppd/lcp.c
1587
case PPP_PAP:
usr.sbin/pppd/lcp.c
529
ADDCISHORT(CI_AUTHTYPE, !go->neg_chap && go->neg_upap, PPP_PAP);
usr.sbin/pppd/lcp.c
650
ACKCISHORT(CI_AUTHTYPE, !go->neg_chap && go->neg_upap, PPP_PAP);
usr.sbin/pppd/lcp.c
804
if (cishort == PPP_PAP && cilen == CILEN_SHORT) {
usr.sbin/pppd/main.c
681
|| protocol == PPP_PAP || protocol == PPP_CHAP)) {
usr.sbin/pppd/upap.c
185
auth_withpeer_fail(u->us_unit, PPP_PAP);
usr.sbin/pppd/upap.c
204
auth_peer_fail(u->us_unit, PPP_PAP);
usr.sbin/pppd/upap.c
267
auth_withpeer_fail(unit, PPP_PAP);
usr.sbin/pppd/upap.c
271
auth_peer_fail(unit, PPP_PAP);
usr.sbin/pppd/upap.c
395
auth_peer_success(u->us_unit, PPP_PAP, ruser, ruserlen);
usr.sbin/pppd/upap.c
398
auth_peer_fail(u->us_unit, PPP_PAP);
usr.sbin/pppd/upap.c
437
auth_withpeer_success(u->us_unit, PPP_PAP);
usr.sbin/pppd/upap.c
473
auth_withpeer_fail(u->us_unit, PPP_PAP);
usr.sbin/pppd/upap.c
490
MAKEHEADER(outp, PPP_PAP);
usr.sbin/pppd/upap.c
522
MAKEHEADER(outp, PPP_PAP);
usr.sbin/pppd/upap.c
69
PPP_PAP,
usr.sbin/tcpdump/print-ppp.c
383
case PPP_PAP:
usr.sbin/tcpdump/print-ppp.c
560
case PPP_PAP:
usr.sbin/tcpdump/print-ppp.c
88
{ PPP_PAP, "PAP" }, /* Password Authentication Protocol */