Searched refs:CILEN_MPPE (Results 1 – 3 of 3) sorted by relevance
619 opt_buf[1] = CILEN_MPPE;622 if (ccp_test(f->unit, opt_buf, CILEN_MPPE + MPPE_MAX_KEY_LEN, 0) <= 0) {682 + (go->mppe? CILEN_MPPE: 0);705 u_char opt_buf[CILEN_MPPE + MPPE_MAX_KEY_LEN];708 p[1] = opt_buf[1] = CILEN_MPPE;711 BCOPY(mppe_recv_key, &opt_buf[CILEN_MPPE], MPPE_MAX_KEY_LEN);712 res = ccp_test(f->unit, opt_buf, CILEN_MPPE + MPPE_MAX_KEY_LEN, 0);714 p += CILEN_MPPE;818 u_char opt_buf[CILEN_MPPE];821 opt_buf[1] = CILEN_MPPE;[all …]
82 #define CILEN_MPPE 6 /* length of config option */ macro
169 #define CILEN_MPPE 6 /* length of config option */ macro