Home | History | Annotate | Download | only in pppd

Lines Matching refs:CILEN_VOID

207 #define CILEN_VOID	2
670 if ((len -= CILEN_VOID) < 0) \
674 if (cilen != CILEN_VOID || \
781 while (len >= CILEN_VOID) {
785 if (cilen < CILEN_VOID || len < 0)
787 next = &p [cilen - CILEN_VOID];
930 if ((len -= CILEN_VOID) < 0) \
934 if (cilen != CILEN_VOID || citype != opt) \
1509 if (olen < CILEN_VOID || olen > len) {