Symbol: PPP_CHAP
sbin/ifconfig/ifconfig.c
5524
spa.proto = PPP_CHAP;
sbin/ifconfig/ifconfig.c
5630
case PPP_CHAP:
sys/net/if_spppsubr.c
1838
if (authproto == PPP_CHAP && p[1] != 5) {
sys/net/if_spppsubr.c
1949
if (authproto == PPP_CHAP && p[4] != CHAP_MD5) {
sys/net/if_spppsubr.c
2262
opt[i++] = authproto == PPP_CHAP? 5: 4;
sys/net/if_spppsubr.c
2265
if (authproto == PPP_CHAP)
sys/net/if_spppsubr.c
3405
sppp_auth_type_name(PPP_CHAP, h->type),
sys/net/if_spppsubr.c
3418
sppp_auth_type_name(PPP_CHAP, h->type), h->ident,
sys/net/if_spppsubr.c
3454
if (sp->myauth.proto == PPP_CHAP &&
sys/net/if_spppsubr.c
3496
sppp_auth_type_name(PPP_CHAP, h->type),
sys/net/if_spppsubr.c
3528
sppp_auth_type_name(PPP_CHAP, h->type),
sys/net/if_spppsubr.c
3603
if (sp->myauth.proto == PPP_CHAP &&
sys/net/if_spppsubr.c
393
PPP_CHAP, IDX_CHAP, CP_AUTH, "chap",
sys/net/if_spppsubr.c
4688
spa->proto != PPP_CHAP) {
sys/net/if_spppsubr.c
4793
case PPP_CHAP:
sys/net/if_spppsubr.c
4897
case PPP_CHAP: return "chap";
sys/net/if_spppsubr.c
523
case PPP_CHAP:
usr.sbin/pppd/auth.c
356
case PPP_CHAP:
usr.sbin/pppd/auth.c
409
case PPP_CHAP:
usr.sbin/pppd/chap.c
199
auth_peer_fail(cstate->unit, PPP_CHAP);
usr.sbin/pppd/chap.c
301
auth_peer_fail(unit, PPP_CHAP);
usr.sbin/pppd/chap.c
304
auth_withpeer_fail(unit, PPP_CHAP);
usr.sbin/pppd/chap.c
562
auth_peer_success(cstate->unit, PPP_CHAP, rhostname, len);
usr.sbin/pppd/chap.c
573
auth_peer_fail(cstate->unit, PPP_CHAP);
usr.sbin/pppd/chap.c
607
auth_withpeer_success(cstate->unit, PPP_CHAP);
usr.sbin/pppd/chap.c
635
auth_withpeer_fail(cstate->unit, PPP_CHAP);
usr.sbin/pppd/chap.c
654
MAKEHEADER(outp, PPP_CHAP); /* paste in a CHAP header */
usr.sbin/pppd/chap.c
694
MAKEHEADER(outp, PPP_CHAP); /* paste in a header */
usr.sbin/pppd/chap.c
746
MAKEHEADER(outp, PPP_CHAP);
usr.sbin/pppd/chap.c
80
PPP_CHAP,
usr.sbin/pppd/lcp.c
1084
REJCICHAP(CI_AUTHTYPE, neg_chap, PPP_CHAP, go->chap_mdtype);
usr.sbin/pppd/lcp.c
1253
PUTSHORT(PPP_CHAP, nakp);
usr.sbin/pppd/lcp.c
1260
if (cishort == PPP_CHAP) {
usr.sbin/pppd/lcp.c
1280
PUTSHORT(PPP_CHAP, nakp);
usr.sbin/pppd/lcp.c
1298
PUTSHORT(PPP_CHAP, nakp);
usr.sbin/pppd/lcp.c
1590
case PPP_CHAP:
usr.sbin/pppd/lcp.c
528
ADDCICHAP(CI_AUTHTYPE, go->neg_chap, PPP_CHAP, go->chap_mdtype);
usr.sbin/pppd/lcp.c
649
ACKCICHAP(CI_AUTHTYPE, go->neg_chap, PPP_CHAP, go->chap_mdtype);
usr.sbin/pppd/lcp.c
814
} else if (cishort == PPP_CHAP && cilen == CILEN_CHAP) {
usr.sbin/pppd/main.c
681
|| protocol == PPP_PAP || protocol == PPP_CHAP)) {
usr.sbin/tcpdump/print-ppp.c
377
case PPP_CHAP:
usr.sbin/tcpdump/print-ppp.c
563
case PPP_CHAP:
usr.sbin/tcpdump/print-ppp.c
91
{ PPP_CHAP, "CHAP" }, /* Cryptographic Handshake Auth. Proto */