Searched refs:MAX_ENDP_LEN (Results 1 – 3 of 3) sorted by relevance
95 #define MAX_ENDP_LEN 20 /* maximum length of discriminator value */ macro99 unsigned char value[MAX_ENDP_LEN];
491 static char str[MAX_ENDP_LEN*3+8]; in epdisc_to_str()519 for (i = 0; i < ep->length && i < MAX_ENDP_LEN; ++i) { in epdisc_to_str()581 for (l = 0; l < MAX_ENDP_LEN; ++l) { in str_to_epdisc()
1800 cilen > CILEN_CHAR + MAX_ENDP_LEN) { in lcp_reqci()2128 if (epd.length > MAX_ENDP_LEN) in lcp_printpkt()2129 epd.length = MAX_ENDP_LEN; in lcp_printpkt()