Searched refs:CILEN_ADDRS (Results 1 - 1 of 1) sorted by relevance

/external/ppp/pppd/
H A Dipcp.c277 #define CILEN_ADDRS 10 /* old-style dual address option */ macro
715 #define LENCIADDRS(neg) (neg ? CILEN_ADDRS : 0)
759 if (len >= CILEN_ADDRS) { \
762 PUTCHAR(CILEN_ADDRS, ucp); \
767 len -= CILEN_ADDRS; \
858 if ((len -= CILEN_ADDRS) < 0) \
862 if (cilen != CILEN_ADDRS || \
988 (cilen = p[1]) == CILEN_ADDRS && \
1137 || cilen != CILEN_ADDRS)
1205 (cilen = p[1]) == CILEN_ADDRS
[all...]

Completed in 29 milliseconds