Searched refs:CILEN_MPPE (Results 1 – 2 of 2) sorted by relevance
760 + (go->mppe? CILEN_MPPE: 0) in ccp_cilen()780 p[1] = CILEN_MPPE; in ccp_addci()783 p += CILEN_MPPE; in ccp_addci()844 u_char opt_buf[CILEN_MPPE]; in ccp_ackci()847 opt_buf[1] = CILEN_MPPE; in ccp_ackci()849 if (len < CILEN_MPPE || memcmp(opt_buf, p, CILEN_MPPE)) in ccp_ackci()851 p += CILEN_MPPE; in ccp_ackci()852 len -= CILEN_MPPE; in ccp_ackci()943 if (go->mppe && len >= CILEN_MPPE in ccp_nakci()944 && p[0] == CI_MPPE && p[1] == CILEN_MPPE) { in ccp_nakci()[all …]
115 #define CILEN_MPPE 6 /* length of config option */ macro