Lines Matching refs:CILEN_ADDR
284 #define CILEN_ADDR 6 /* new-style single address option */ macro
733 #define LENCIADDR(neg) (neg ? CILEN_ADDR : 0)
809 if (len >= CILEN_ADDR) { \
812 PUTCHAR(CILEN_ADDR, ucp); \
815 len -= CILEN_ADDR; \
822 if (len >= CILEN_ADDR) { \
825 PUTCHAR(CILEN_ADDR, ucp); \
828 len -= CILEN_ADDR; \
835 if (len >= CILEN_ADDR) { \
838 PUTCHAR(CILEN_ADDR, ucp); \
841 len -= CILEN_ADDR; \
937 if ((len -= CILEN_ADDR) < 0) \
941 if (cilen != CILEN_ADDR || \
953 if ((len -= CILEN_ADDR) < 0) \
957 if (cilen != CILEN_ADDR || citype != opt) \
968 if ((len -= CILEN_ADDR) < 0) \
972 if (cilen != CILEN_ADDR || citype != opt) \
1070 (cilen = p[1]) == CILEN_ADDR && \
1083 ((cilen = p[1]) == CILEN_ADDR) && \
1208 if (go->neg_addr || no.neg_addr || cilen != CILEN_ADDR)
1220 if (go->req_dns1 || no.req_dns1 || cilen != CILEN_ADDR)
1228 if (go->req_dns2 || no.req_dns2 || cilen != CILEN_ADDR)
1237 if (cilen != CILEN_ADDR)
1330 (cilen = p[1]) == CILEN_ADDR && \
1346 ((cilen = p[1]) == CILEN_ADDR) && \
1362 ((cilen = p[1]) == CILEN_ADDR) && \
1525 cilen != CILEN_ADDR) { /* Check CI length */
1566 cilen != CILEN_ADDR) { /* Check CI length */
1586 cilen != CILEN_ADDR) { /* Check CI length */
1692 PUTCHAR(CILEN_ADDR, ucp);
2217 if (olen == CILEN_ADDR) {