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

  /external/ppp/pppd/
lcp.c 286 #define CILEN_CHAR 3
699 (go->neg_endpoint? CILEN_CHAR + go->endpoint.length: 0));
749 PUTCHAR(CILEN_CHAR, ucp); \
756 PUTCHAR(CILEN_CHAR + len, ucp); \
835 if ((len -= CILEN_CHAR) < 0) \
839 if (cilen != CILEN_CHAR || \
894 if ((len -= CILEN_CHAR + vlen) < 0) \
898 if (cilen != CILEN_CHAR + vlen || \
998 len >= CILEN_CHAR && \
999 p[1] == CILEN_CHAR &&
    [all...]
  /external/syslinux/core/lwip/src/netif/ppp/
lcp.c 195 #define CILEN_CHAR 3
607 PUTCHAR(CILEN_CHAR, ucp); \
672 if ((len -= CILEN_CHAR) < 0) \
676 if (cilen != CILEN_CHAR || citype != opt) \
803 len >= CILEN_CHAR && \
804 p[1] == CILEN_CHAR && \
806 len -= CILEN_CHAR; \
    [all...]

Completed in 165 milliseconds