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

  /external/ppp/pppd/
lcp.c 287 #define CILEN_SHORT 4 /* CILEN_VOID + 2 */
678 #define LENCISHORT(neg) ((neg) ? CILEN_SHORT : 0)
723 PUTCHAR(CILEN_SHORT, ucp); \
822 if ((len -= CILEN_SHORT) < 0) \
826 if (cilen != CILEN_SHORT || \
1009 len >= CILEN_SHORT && \
1010 p[1] == CILEN_SHORT && \
1012 len -= CILEN_SHORT; \
1086 && len >= CILEN_SHORT
1087 && p[0] == CI_AUTHTYPE && p[1] >= CILEN_SHORT && p[1] <= len)
    [all...]
  /external/syslinux/core/lwip/src/netif/ppp/
lcp.c 196 #define CILEN_SHORT 4 /* CILEN_VOID + sizeof(short) */
538 #define LENCISHORT(neg) ((neg) ? CILEN_SHORT : 0)
577 PUTCHAR(CILEN_SHORT, ucp); \
660 if ((len -= CILEN_SHORT) < 0) \
664 if (cilen != CILEN_SHORT || citype != opt) \
814 len >= CILEN_SHORT && \
815 p[1] == CILEN_SHORT && \
817 len -= CILEN_SHORT; \
877 && len >= CILEN_SHORT
878 && p[0] == CI_AUTHTYPE && p[1] >= CILEN_SHORT && p[1] <= len)
    [all...]

Completed in 74 milliseconds