Home | History | Annotate | Download | only in pppd

Lines Matching refs:CILEN_VOID

285 #define CILEN_VOID	2
287 #define CILEN_SHORT 4 /* CILEN_VOID + 2 */
288 #define CILEN_CHAP 5 /* CILEN_VOID + 2 + 1 */
289 #define CILEN_LONG 6 /* CILEN_VOID + 4 */
290 #define CILEN_LQR 8 /* CILEN_VOID + 2 + 4 */
653 #define LENCIVOID(neg) ((neg) ? CILEN_VOID : 0)
695 PUTCHAR(CILEN_VOID, ucp); \
789 if ((len -= CILEN_VOID) < 0) \
793 if (cilen != CILEN_VOID || \
953 len >= CILEN_VOID && \
954 p[1] == CILEN_VOID && \
956 len -= CILEN_VOID; \
957 INCPTR(CILEN_VOID, p); \
1223 while (len >= CILEN_VOID) {
1226 if (cilen < CILEN_VOID || (len -= cilen) < 0)
1258 || cilen != CILEN_VOID)
1263 || cilen != CILEN_VOID)
1275 if (go->neg_ssnhf || no.neg_ssnhf || cilen != CILEN_VOID)
1341 len >= CILEN_VOID && \
1342 p[1] == CILEN_VOID && \
1344 len -= CILEN_VOID; \
1345 INCPTR(CILEN_VOID, p); \
1756 cilen != CILEN_VOID) {
1765 cilen != CILEN_VOID) {
1787 cilen != CILEN_VOID) {
2103 if (olen == CILEN_VOID) {
2109 if (olen == CILEN_VOID) {
2122 if (olen == CILEN_VOID) {