Searched refs:CILEN_ADDRS (Results 1 – 2 of 2) sorted by relevance
165 #define CILEN_ADDRS 10 /* old-style dual address option */ macro310 #define LENCIADDR(neg, old) (neg ? (old? CILEN_ADDRS : CILEN_ADDR) : 0) in ipcp_cilen()372 int addrlen = (old? CILEN_ADDRS: CILEN_ADDR); \ in ipcp_addci()468 int addrlen = (old? CILEN_ADDRS: CILEN_ADDR); \ in ipcp_ackci()565 len >= (cilen = (old? CILEN_ADDRS: CILEN_ADDR)) && \ in ipcp_nakci()690 || cilen != CILEN_ADDRS) { in ipcp_nakci()766 len >= (cilen = old? CILEN_ADDRS: CILEN_ADDR) && \ in ipcp_rejci()925 cilen != CILEN_ADDRS) { /* Check CI length */ in ipcp_reqci()
285 #define CILEN_ADDRS 10 /* old-style dual address option */ macro731 #define LENCIADDRS(neg) (neg ? CILEN_ADDRS : 0)778 if (len >= CILEN_ADDRS) { \781 PUTCHAR(CILEN_ADDRS, ucp); \786 len -= CILEN_ADDRS; \894 if ((len -= CILEN_ADDRS) < 0) \898 if (cilen != CILEN_ADDRS || \1043 (cilen = p[1]) == CILEN_ADDRS && \1194 || cilen != CILEN_ADDRS)1287 (cilen = p[1]) == CILEN_ADDRS && \[all …]