Home
last modified time | relevance | path

Searched refs:CILEN_VOID (Results 1 – 4 of 4) sorted by relevance

/external/ppp/pppd/
Dlcp.c285 #define CILEN_VOID 2 macro
676 #define LENCIVOID(neg) ((neg) ? CILEN_VOID : 0)
718 PUTCHAR(CILEN_VOID, ucp); \
812 if ((len -= CILEN_VOID) < 0) \
816 if (cilen != CILEN_VOID || \
976 len >= CILEN_VOID && \
977 p[1] == CILEN_VOID && \
979 len -= CILEN_VOID; \
980 INCPTR(CILEN_VOID, p); \
1246 while (len >= CILEN_VOID) {
[all …]
Dipxcp.c207 #define CILEN_VOID 2 macro
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) {
Dipv6cp.c311 #define CILEN_VOID 2 macro
767 while (len >= CILEN_VOID) {
770 if ( cilen < CILEN_VOID || (len -= cilen) < 0 )
Dipcp.c281 #define CILEN_VOID 2 macro
1178 while (len >= CILEN_VOID) {
1181 if ( cilen < CILEN_VOID || (len -= cilen) < 0 )