HomeSort by relevance Sort by last modified time
    Searched refs:CILEN_VOID (Results 1 - 4 of 4) sorted by null

  /external/ppp/pppd/
lcp.c 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 &&
    [all...]
ipxcp.c 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) \
    [all...]
ipv6cp.c 302 #define CILEN_VOID 2
758 while (len >= CILEN_VOID) {
761 if ( cilen < CILEN_VOID || (len -= cilen) < 0 )
    [all...]
ipcp.c 273 #define CILEN_VOID 2
1121 while (len >= CILEN_VOID) {
1124 if ( cilen < CILEN_VOID || (len -= cilen) < 0 )
    [all...]

Completed in 397 milliseconds