Searched refs:CI_AUTHTYPE (Results 1 – 2 of 2) sorted by relevance
| /mirbsd/src/usr.sbin/pppd/ |
| D | lcp.c | 562 ADDCICHAP(CI_AUTHTYPE, go->neg_chap, PPP_CHAP, go->chap_mdtype); 563 ADDCISHORT(CI_AUTHTYPE, !go->neg_chap && go->neg_upap, PPP_PAP); 686 ACKCICHAP(CI_AUTHTYPE, go->neg_chap, PPP_CHAP, go->chap_mdtype); 687 ACKCISHORT(CI_AUTHTYPE, !go->neg_chap && go->neg_upap, PPP_PAP); 837 && p[0] == CI_AUTHTYPE && p[1] >= CILEN_SHORT && p[1] <= len) { 960 case CI_AUTHTYPE: 1127 REJCICHAP(CI_AUTHTYPE, neg_chap, PPP_CHAP, go->chap_mdtype); 1129 REJCISHORT(CI_AUTHTYPE, neg_upap, PPP_PAP); 1264 case CI_AUTHTYPE: 1298 PUTCHAR(CI_AUTHTYPE, nakp); [all …]
|
| D | lcp.h | 50 #define CI_AUTHTYPE 3 /* Authentication Type */ macro
|