Searched refs:CILEN_SHORT (Results 1 - 1 of 1) sorted by relevance

/external/ppp/pppd/
H A Dlcp.c287 #define CILEN_SHORT 4 /* CILEN_VOID + 2 */ macro
655 #define LENCISHORT(neg) ((neg) ? CILEN_SHORT : 0)
700 PUTCHAR(CILEN_SHORT, ucp); \
799 if ((len -= CILEN_SHORT) < 0) \
803 if (cilen != CILEN_SHORT || \
986 len >= CILEN_SHORT && \
987 p[1] == CILEN_SHORT && \
989 len -= CILEN_SHORT; \
1063 && len >= CILEN_SHORT
1064 && p[0] == CI_AUTHTYPE && p[1] >= CILEN_SHORT
[all...]

Completed in 33 milliseconds