usr.sbin/pppd/lcp.c
1084
REJCICHAP(CI_AUTHTYPE, neg_chap, PPP_CHAP, go->chap_mdtype);
usr.sbin/pppd/lcp.c
1086
REJCISHORT(CI_AUTHTYPE, neg_upap, PPP_PAP);
usr.sbin/pppd/lcp.c
1217
case CI_AUTHTYPE:
usr.sbin/pppd/lcp.c
1251
PUTCHAR(CI_AUTHTYPE, nakp);
usr.sbin/pppd/lcp.c
1270
PUTCHAR(CI_AUTHTYPE, nakp);
usr.sbin/pppd/lcp.c
1278
PUTCHAR(CI_AUTHTYPE, nakp);
usr.sbin/pppd/lcp.c
1295
PUTCHAR(CI_AUTHTYPE, nakp);
usr.sbin/pppd/lcp.c
1581
case CI_AUTHTYPE:
usr.sbin/pppd/lcp.c
528
ADDCICHAP(CI_AUTHTYPE, go->neg_chap, PPP_CHAP, go->chap_mdtype);
usr.sbin/pppd/lcp.c
529
ADDCISHORT(CI_AUTHTYPE, !go->neg_chap && go->neg_upap, PPP_PAP);
usr.sbin/pppd/lcp.c
649
ACKCICHAP(CI_AUTHTYPE, go->neg_chap, PPP_CHAP, go->chap_mdtype);
usr.sbin/pppd/lcp.c
650
ACKCISHORT(CI_AUTHTYPE, !go->neg_chap && go->neg_upap, PPP_PAP);
usr.sbin/pppd/lcp.c
797
&& p[0] == CI_AUTHTYPE && p[1] >= CILEN_SHORT && p[1] <= len) {
usr.sbin/pppd/lcp.c
920
case CI_AUTHTYPE: