HomeSort by relevance Sort by last modified time
    Searched refs:CILEN_VOID (Results 1 - 6 of 6) 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 */
676 #define LENCIVOID(neg) ((neg) ? CILEN_VOID : 0)
718 PUTCHAR(CILEN_VOID, ucp); \
812 if ((len -= CILEN_VOID) < 0) \
816 if (cilen != CILEN_VOID || \
976 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 311 #define CILEN_VOID 2
767 while (len >= CILEN_VOID) {
770 if ( cilen < CILEN_VOID || (len -= cilen) < 0 )
    [all...]
ipcp.c 281 #define CILEN_VOID 2
1178 while (len >= CILEN_VOID) {
1181 if ( cilen < CILEN_VOID || (len -= cilen) < 0 )
    [all...]
  /external/syslinux/core/lwip/src/netif/ppp/
lcp.c 194 #define CILEN_VOID 2
196 #define CILEN_SHORT 4 /* CILEN_VOID + sizeof(short) */
197 #define CILEN_CHAP 5 /* CILEN_VOID + sizeof(short) + 1 */
198 #define CILEN_LONG 6 /* CILEN_VOID + sizeof(long) */
199 #define CILEN_LQR 8 /* CILEN_VOID + sizeof(short) + sizeof(long) */
536 #define LENCIVOID(neg) ((neg) ? CILEN_VOID : 0)
571 PUTCHAR(CILEN_VOID, ucp); \
651 if ((len -= CILEN_VOID) < 0) \
655 if (cilen != CILEN_VOID || citype != opt) \
781 len >= CILEN_VOID &&
    [all...]
ipcp.c 161 #define CILEN_VOID 2
672 while (len > CILEN_VOID) {
    [all...]

Completed in 519 milliseconds