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

  /external/ppp/pppd/
lcp.c 289 #define CILEN_LONG 6 /* CILEN_VOID + 4 */
679 #define LENCILONG(neg) ((neg) ? CILEN_LONG : 0)
736 PUTCHAR(CILEN_LONG, ucp); \
864 if ((len -= CILEN_LONG) < 0) \
868 if (cilen != CILEN_LONG || \
1020 len >= CILEN_LONG && \
1021 p[1] == CILEN_LONG && \
1023 len -= CILEN_LONG; \
    [all...]
  /external/syslinux/core/lwip/src/netif/ppp/
lcp.c 198 #define CILEN_LONG 6 /* CILEN_VOID + sizeof(long) */
539 #define LENCILONG(neg) ((neg) ? CILEN_LONG : 0)
592 PUTCHAR(CILEN_LONG, ucp); \
699 if ((len -= CILEN_LONG) < 0) \
703 if (cilen != CILEN_LONG || citype != opt) \
825 len >= CILEN_LONG && \
826 p[1] == CILEN_LONG && \
828 len -= CILEN_LONG; \
1005 || no.neg_asyncmap || cilen != CILEN_LONG) {
1016 cilen != CILEN_LONG) {
    [all...]

Completed in 183 milliseconds