Home
last modified time | relevance | path

Searched refs:MAX_ENDP_LEN (Results 1 – 2 of 2) sorted by relevance

/external/ppp/pppd/
Dpppd.h186 #define MAX_ENDP_LEN 20 /* maximum length of discriminator value */ macro
190 unsigned char value[MAX_ENDP_LEN];
Dlcp.c1797 cilen > CILEN_CHAR + MAX_ENDP_LEN) {
2134 if (epd.length > MAX_ENDP_LEN)
2135 epd.length = MAX_ENDP_LEN;